Sun Sep 29 12:18:42 2019 UTC ()
Update to 2019.9.26. From the changelog:

* Fix long blockquotes wrapping.
* Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
* Fix memory leak when processing a document containing a ``<abbr>`` tag.
* Fix ``AttributeError`` when reading text from stdin.
* Fix ``UnicodeEncodeError`` when writing output to stdout.

Updating during the freeze for the bugfixes.


(schmonz)
diff -r1.53 -r1.54 pkgsrc/textproc/py-html2text/Makefile
diff -r1.11 -r1.12 pkgsrc/textproc/py-html2text/PLIST
diff -r1.36 -r1.37 pkgsrc/textproc/py-html2text/distinfo

cvs diff -r1.53 -r1.54 pkgsrc/textproc/py-html2text/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-html2text/Makefile 2019/08/17 15:12:14 1.53
+++ pkgsrc/textproc/py-html2text/Makefile 2019/09/29 12:18:42 1.54
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.53 2019/08/17 15:12:14 schmonz Exp $ 1# $NetBSD: Makefile,v 1.54 2019/09/29 12:18:42 schmonz Exp $
2 2
3DISTNAME= html2text-2019.8.11 3DISTNAME= html2text-2019.9.26
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc converters python 5CATEGORIES= textproc converters python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= https://github.com/Alir3z4/html2text 9HOMEPAGE= https://github.com/Alir3z4/html2text
10COMMENT= Convert HTML into easy-to-read plain ASCII text 10COMMENT= Convert HTML into easy-to-read plain ASCII text
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15post-install: 15post-install:
16 cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE} 16 cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}

cvs diff -r1.11 -r1.12 pkgsrc/textproc/py-html2text/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-html2text/PLIST 2019/08/17 15:12:14 1.11
+++ pkgsrc/textproc/py-html2text/PLIST 2019/09/29 12:18:42 1.12
@@ -1,25 +1,22 @@ @@ -1,25 +1,22 @@
1@comment $NetBSD: PLIST,v 1.11 2019/08/17 15:12:14 schmonz Exp $ 1@comment $NetBSD: PLIST,v 1.12 2019/09/29 12:18:42 schmonz Exp $
2bin/html2text-${PYVERSSUFFIX} 2bin/html2text-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/html2text/__init__.py 8${PYSITELIB}/html2text/__init__.py
9${PYSITELIB}/html2text/__init__.pyc 9${PYSITELIB}/html2text/__init__.pyc
10${PYSITELIB}/html2text/__init__.pyo 10${PYSITELIB}/html2text/__init__.pyo
11${PYSITELIB}/html2text/__main__.py 11${PYSITELIB}/html2text/__main__.py
12${PYSITELIB}/html2text/__main__.pyc 12${PYSITELIB}/html2text/__main__.pyc
13${PYSITELIB}/html2text/__main__.pyo 13${PYSITELIB}/html2text/__main__.pyo
14${PYSITELIB}/html2text/cli.py 14${PYSITELIB}/html2text/cli.py
15${PYSITELIB}/html2text/cli.pyc 15${PYSITELIB}/html2text/cli.pyc
16${PYSITELIB}/html2text/cli.pyo 16${PYSITELIB}/html2text/cli.pyo
17${PYSITELIB}/html2text/compat.py 
18${PYSITELIB}/html2text/compat.pyc 
19${PYSITELIB}/html2text/compat.pyo 
20${PYSITELIB}/html2text/config.py 17${PYSITELIB}/html2text/config.py
21${PYSITELIB}/html2text/config.pyc 18${PYSITELIB}/html2text/config.pyc
22${PYSITELIB}/html2text/config.pyo 19${PYSITELIB}/html2text/config.pyo
23${PYSITELIB}/html2text/utils.py 20${PYSITELIB}/html2text/utils.py
24${PYSITELIB}/html2text/utils.pyc 21${PYSITELIB}/html2text/utils.pyc
25${PYSITELIB}/html2text/utils.pyo 22${PYSITELIB}/html2text/utils.pyo

cvs diff -r1.36 -r1.37 pkgsrc/textproc/py-html2text/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-html2text/distinfo 2019/08/17 15:12:14 1.36
+++ pkgsrc/textproc/py-html2text/distinfo 2019/09/29 12:18:42 1.37
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.36 2019/08/17 15:12:14 schmonz Exp $ 1$NetBSD: distinfo,v 1.37 2019/09/29 12:18:42 schmonz Exp $
2 2
3SHA1 (html2text-2019.8.11.tar.gz) = a8f0b4950028478993893d7acf1cc2d2941d2913 3SHA1 (html2text-2019.9.26.tar.gz) = 40925f552ef9b67cb4d67086d532fb7ecf4f4c4b
4RMD160 (html2text-2019.8.11.tar.gz) = d7794cb2ca31d02d9359aae569a053be688a1e55 4RMD160 (html2text-2019.9.26.tar.gz) = 4acefb71dd07c49b517f0747b8d6db8ea0cbab89
5SHA512 (html2text-2019.8.11.tar.gz) = f405bccea18b2898fc8816483e8fa8912b2d508f139d7a65c54218acc87006d8b89e00a12018dc7b911f729036fe4e8a5069242dc00edb40171d4bc149e39ba6 5SHA512 (html2text-2019.9.26.tar.gz) = 4c6a52e96d3997a6ebe41c2955e2f6bd5189f49aadd7d7afbe67b85a2f61a0aafd0fc09fef184cb9407b9ab26f120ef235294e4e9d8f41e3b6b8f6fc29aa386d
6Size (html2text-2019.8.11.tar.gz) = 48721 bytes 6Size (html2text-2019.9.26.tar.gz) = 48634 bytes