pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-html2text
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Sep 29 12:18:42 UTC 2019
Modified Files:
pkgsrc/textproc/py-html2text: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/textproc/py-html2text/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-html2text/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/py-html2text/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-html2text/Makefile
diff -u pkgsrc/textproc/py-html2text/Makefile:1.53 pkgsrc/textproc/py-html2text/Makefile:1.54
--- pkgsrc/textproc/py-html2text/Makefile:1.53 Sat Aug 17 15:12:14 2019
+++ pkgsrc/textproc/py-html2text/Makefile Sun Sep 29 12:18:42 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2019/08/17 15:12:14 schmonz Exp $
+# $NetBSD: Makefile,v 1.54 2019/09/29 12:18:42 schmonz Exp $
-DISTNAME= html2text-2019.8.11
+DISTNAME= html2text-2019.9.26
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
Index: pkgsrc/textproc/py-html2text/PLIST
diff -u pkgsrc/textproc/py-html2text/PLIST:1.11 pkgsrc/textproc/py-html2text/PLIST:1.12
--- pkgsrc/textproc/py-html2text/PLIST:1.11 Sat Aug 17 15:12:14 2019
+++ pkgsrc/textproc/py-html2text/PLIST Sun Sep 29 12:18:42 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/08/17 15:12:14 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/09/29 12:18:42 schmonz Exp $
bin/html2text-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -14,9 +14,6 @@ ${PYSITELIB}/html2text/__main__.pyo
${PYSITELIB}/html2text/cli.py
${PYSITELIB}/html2text/cli.pyc
${PYSITELIB}/html2text/cli.pyo
-${PYSITELIB}/html2text/compat.py
-${PYSITELIB}/html2text/compat.pyc
-${PYSITELIB}/html2text/compat.pyo
${PYSITELIB}/html2text/config.py
${PYSITELIB}/html2text/config.pyc
${PYSITELIB}/html2text/config.pyo
Index: pkgsrc/textproc/py-html2text/distinfo
diff -u pkgsrc/textproc/py-html2text/distinfo:1.36 pkgsrc/textproc/py-html2text/distinfo:1.37
--- pkgsrc/textproc/py-html2text/distinfo:1.36 Sat Aug 17 15:12:14 2019
+++ pkgsrc/textproc/py-html2text/distinfo Sun Sep 29 12:18:42 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2019/08/17 15:12:14 schmonz Exp $
+$NetBSD: distinfo,v 1.37 2019/09/29 12:18:42 schmonz Exp $
-SHA1 (html2text-2019.8.11.tar.gz) = a8f0b4950028478993893d7acf1cc2d2941d2913
-RMD160 (html2text-2019.8.11.tar.gz) = d7794cb2ca31d02d9359aae569a053be688a1e55
-SHA512 (html2text-2019.8.11.tar.gz) = f405bccea18b2898fc8816483e8fa8912b2d508f139d7a65c54218acc87006d8b89e00a12018dc7b911f729036fe4e8a5069242dc00edb40171d4bc149e39ba6
-Size (html2text-2019.8.11.tar.gz) = 48721 bytes
+SHA1 (html2text-2019.9.26.tar.gz) = 40925f552ef9b67cb4d67086d532fb7ecf4f4c4b
+RMD160 (html2text-2019.9.26.tar.gz) = 4acefb71dd07c49b517f0747b8d6db8ea0cbab89
+SHA512 (html2text-2019.9.26.tar.gz) = 4c6a52e96d3997a6ebe41c2955e2f6bd5189f49aadd7d7afbe67b85a2f61a0aafd0fc09fef184cb9407b9ab26f120ef235294e4e9d8f41e3b6b8f6fc29aa386d
+Size (html2text-2019.9.26.tar.gz) = 48634 bytes
Home |
Main Index |
Thread Index |
Old Index