diff options
author | wiz <wiz> | 2015-11-13 15:48:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-11-13 15:48:02 +0000 |
commit | d456e7e0f8f27076a436ac06027567302950a72a (patch) | |
tree | 7a2185d139e8dd4fed5b9c035c90cde280be71a0 /textproc | |
parent | 77049a5860e34a3dfb32e143aab08de0c25f1b3c (diff) | |
download | pkgsrc-d456e7e0f8f27076a436ac06027567302950a72a.tar.gz |
Update to 2015.11.4:
2015.11.4
=========
----
* Fix #38: Long links wrapping controlled by `--no-wrap-links`.
* Note: `--no-wrap-links` implies `--reference-links`
* Feature #83: Add callback-on-tag.
* Fix #87: Decode errors can be handled via command line.
* Feature #95: Docs, decode errors spelling mistake.
* Fix #84: Make bodywidth kwarg overridable using config.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-html2text/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index b615ab8060b..8976dda46a8 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2015/07/14 22:02:53 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2015/11/13 15:48:02 wiz Exp $ -DISTNAME= html2text-2015.6.21 +DISTNAME= html2text-2015.11.4 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 d8d3feb1397..dfcd0ba7056 100644 --- a/textproc/py-html2text/distinfo +++ b/textproc/py-html2text/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2015/11/04 02:00:02 agc Exp $ +$NetBSD: distinfo,v 1.29 2015/11/13 15:48:02 wiz Exp $ -SHA1 (html2text-2015.6.21.tar.gz) = 0dad6ac4015f7e4cb5b181062754d1f887a39622 -RMD160 (html2text-2015.6.21.tar.gz) = 513a4021ae4ec105f90332e70e528502a075dda1 -SHA512 (html2text-2015.6.21.tar.gz) = d714fe52dbad01de0be0f3cd80e7db4d3175a8e5d455079a04d44aae49b7121de617b4ce0840603557083148b4bf13b5d34839a69636a9925543666319a6d033 -Size (html2text-2015.6.21.tar.gz) = 42288 bytes +SHA1 (html2text-2015.11.4.tar.gz) = 05112b055643fb56f020f8288908f347a5604cdf +RMD160 (html2text-2015.11.4.tar.gz) = 74bc19ae4852e32b586a93bfb4de1fc8e268344a +SHA512 (html2text-2015.11.4.tar.gz) = 746f12f758deedfc3e06b8eaf9e4c1978b49d6adab9934fae92cdff094a053124d8bd79110a9a172abbc49746405a02039607f68d779622ecdf7b3d8dcf191e9 +Size (html2text-2015.11.4.tar.gz) = 43399 bytes |