diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-17 10:01:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-17 10:01:18 +0000 |
commit | d1a9fc077429c9801735d05a92b436a9cd2c0ad9 (patch) | |
tree | acf65f3bf481c7cf8d39d3765c4c148259491198 /textproc | |
parent | 938a9859f71c9e8a6d51a3e18e56de38de00bd77 (diff) | |
download | pkgsrc-d1a9fc077429c9801735d05a92b436a9cd2c0ad9.tar.gz |
Update py-html2text to 2016.4.2.
2016.4.2
=========
----
* Fix #106: encoding by stdin
* Fix #89: Python 3.5 support.
* Fix #113: inplace baseurl substitution for <a> and <img> tags.
* Feature #118: Update the badges to badge.kloud51.com
* Fix #119: new-line after a list is inserted
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-html2text/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 680be07d4e3..25fc81188d2 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2016/02/18 09:57:12 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2016/04/17 10:01:18 wiz Exp $ -DISTNAME= html2text-2016.1.8 +DISTNAME= html2text-2016.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 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 5520a33d02c..ef849b26708 100644 --- a/textproc/py-html2text/distinfo +++ b/textproc/py-html2text/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2016/02/07 14:32:08 wiz Exp $ +$NetBSD: distinfo,v 1.31 2016/04/17 10:01:18 wiz Exp $ -SHA1 (html2text-2016.1.8.tar.gz) = ebfaa8f771896df7eea94307b4da9842bbf46de7 -RMD160 (html2text-2016.1.8.tar.gz) = d58217dc30c3750538dbd78a016ca60ef958579b -SHA512 (html2text-2016.1.8.tar.gz) = 19df68cdd934236d503111e81aea381d2fb230f5265d29cba789a21f4fd766dfa31adf4c92153ead26ceb8c9eb44c62b61b30b7d75e38c43cc3637366254504e -Size (html2text-2016.1.8.tar.gz) = 43721 bytes +SHA1 (html2text-2016.4.2.tar.gz) = 892cd739185d57ec9034cfebc7f409cfdb49f0e4 +RMD160 (html2text-2016.4.2.tar.gz) = 16868431c0c3b88617cd188ce74799c84d10de74 +SHA512 (html2text-2016.4.2.tar.gz) = 07c34d920b4dcdb665c6691543f8806caa93fb01b16ef02b276e43b00639f26f2f24e041a9b6b8330ca0e2f9c82509eaf0f8b8b6f9b1515ecab3de6d9f2582eb +Size (html2text-2016.4.2.tar.gz) = 45992 bytes |