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: Fri Jan 17 18:14:49 UTC 2020
Modified Files:
pkgsrc/textproc/py-html2text: Makefile PLIST distinfo
Log Message:
Update to 2020.1.16. From the changelog:
* Add type annotations.
* Add support for Python 3.8.
* Performance improvements when ``wrap_links`` is ``False`` (the default).
* Configure setuptools using setup.cfg.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/py-html2text/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-html2text/PLIST
cvs rdiff -u -r1.37 -r1.38 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.55 pkgsrc/textproc/py-html2text/Makefile:1.56
--- pkgsrc/textproc/py-html2text/Makefile:1.55 Wed Oct 9 21:26:12 2019
+++ pkgsrc/textproc/py-html2text/Makefile Fri Jan 17 18:14:49 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2019/10/09 21:26:12 rhialto Exp $
+# $NetBSD: Makefile,v 1.56 2020/01/17 18:14:49 schmonz Exp $
-DISTNAME= html2text-2019.9.26
+DISTNAME= html2text-2020.1.16
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.12 pkgsrc/textproc/py-html2text/PLIST:1.13
--- pkgsrc/textproc/py-html2text/PLIST:1.12 Sun Sep 29 12:18:42 2019
+++ pkgsrc/textproc/py-html2text/PLIST Fri Jan 17 18:14:49 2020
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.12 2019/09/29 12:18:42 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/01/17 18:14:49 schmonz Exp $
bin/html2text-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/html2text/__init__.py
${PYSITELIB}/html2text/__init__.pyc
@@ -17,6 +18,13 @@ ${PYSITELIB}/html2text/cli.pyo
${PYSITELIB}/html2text/config.py
${PYSITELIB}/html2text/config.pyc
${PYSITELIB}/html2text/config.pyo
+${PYSITELIB}/html2text/elements.py
+${PYSITELIB}/html2text/elements.pyc
+${PYSITELIB}/html2text/elements.pyo
+${PYSITELIB}/html2text/py.typed
+${PYSITELIB}/html2text/typing.py
+${PYSITELIB}/html2text/typing.pyc
+${PYSITELIB}/html2text/typing.pyo
${PYSITELIB}/html2text/utils.py
${PYSITELIB}/html2text/utils.pyc
${PYSITELIB}/html2text/utils.pyo
Index: pkgsrc/textproc/py-html2text/distinfo
diff -u pkgsrc/textproc/py-html2text/distinfo:1.37 pkgsrc/textproc/py-html2text/distinfo:1.38
--- pkgsrc/textproc/py-html2text/distinfo:1.37 Sun Sep 29 12:18:42 2019
+++ pkgsrc/textproc/py-html2text/distinfo Fri Jan 17 18:14:49 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2019/09/29 12:18:42 schmonz Exp $
+$NetBSD: distinfo,v 1.38 2020/01/17 18:14:49 schmonz Exp $
-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
+SHA1 (html2text-2020.1.16.tar.gz) = 0eb74ae2c366245845ebd00cde73ef20f48948da
+RMD160 (html2text-2020.1.16.tar.gz) = a36b162620bbd0337e69fd67cdf0f54211074ad3
+SHA512 (html2text-2020.1.16.tar.gz) = 14453c98e81d05afb3241b04a9e50caf63e4b6f857337b4bd9f53e6b8fa7146aa6a1f4f64777db9fa350316b19fe62a0033dce5748191ca9fbd17a8757002855
+Size (html2text-2020.1.16.tar.gz) = 49464 bytes
Home |
Main Index |
Thread Index |
Old Index