diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-14 22:02:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-14 22:02:53 +0000 |
commit | 3678e439bffdbfb1fc9b36ac81460240a116f7a8 (patch) | |
tree | 45b66d700b4c857e87e6d0b5c672fa0fecc576bf /textproc | |
parent | 55d62a090d097626fdf0fabbd1e4d2c7f003649a (diff) | |
download | pkgsrc-3678e439bffdbfb1fc9b36ac81460240a116f7a8.tar.gz |
Update to 2015.6.21:
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-html2text/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 6da2c091a58..b615ab8060b 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -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/ diff --git a/textproc/py-html2text/distinfo b/textproc/py-html2text/distinfo index 468eb1273f3..06309fade7d 100644 --- a/textproc/py-html2text/distinfo +++ b/textproc/py-html2text/distinfo @@ -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 |