Skip to content

Commit

Permalink
Update to 2015.6.21:
Browse files Browse the repository at this point in the history
2015.6.21
=========
----

* Fix #31: HTML entities stay inside link.
* Fix #71: Coverage detects command line tests.
* Fix #39: Documentation update.
* Fix #61: Functionality added for optional use of automatic links.
* Feature #80: ``title`` attribute is preserved in both inline and reference links.
* Feature #82: More command line options. See docs.


2015.6.12
=========
----

* Feature #76: Making ``pre`` blocks clearer for further automatic formatting.
* Fix #71: Coverage detects tests carried out in ``subprocesses``


2015.6.6
========
----

* Fix #24: ``3.200.3`` vs ``2014.7.3`` output quirks.
* Fix #61. Malformed links in markdown output.
* Feature #62: Automatic version number.
* Fix #63: Nested code, anchor bug.
* Fix #64: Proper handling of anchors with content that starts with tags.
* Feature #67: Documentation all over the module.
* Feature #70: Adding tests for the module.
* Fix #73: Typo in config documentation.
  • Loading branch information
wiz committed Jul 14, 2015
1 parent 00299c6 commit f583eb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/py-html2text/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.39 2015/04/18 14:08:54 schmonz Exp $
# $NetBSD: Makefile,v 1.40 2015/07/14 22:02:53 wiz Exp $

DISTNAME= html2text-2015.4.14
DISTNAME= html2text-2015.6.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/h/html2text/
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-html2text/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.26 2015/04/18 14:08:54 schmonz Exp $
$NetBSD: distinfo,v 1.27 2015/07/14 22:02:53 wiz Exp $

SHA1 (html2text-2015.4.14.tar.gz) = 326ccd0da5f6f0ac21398e708c92a8ab1bf53e74
RMD160 (html2text-2015.4.14.tar.gz) = a431bddfcb21349198b34587bf15272d18176670
Size (html2text-2015.4.14.tar.gz) = 37031 bytes
SHA1 (html2text-2015.6.21.tar.gz) = 0dad6ac4015f7e4cb5b181062754d1f887a39622
RMD160 (html2text-2015.6.21.tar.gz) = 513a4021ae4ec105f90332e70e528502a075dda1
Size (html2text-2015.6.21.tar.gz) = 42288 bytes

0 comments on commit f583eb6

Please sign in to comment.