pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-html2text Update to 2020.1.16. From the ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/296df23508b9
branches:  trunk
changeset: 421750:296df23508b9
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Jan 17 18:14:49 2020 +0000

description:
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.

diffstat:

 textproc/py-html2text/Makefile |   4 ++--
 textproc/py-html2text/PLIST    |  10 +++++++++-
 textproc/py-html2text/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 1cff17c1ee36 -r 296df23508b9 textproc/py-html2text/Makefile
--- a/textproc/py-html2text/Makefile    Fri Jan 17 17:33:01 2020 +0000
+++ b/textproc/py-html2text/Makefile    Fri Jan 17 18:14:49 2020 +0000
@@ -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/}
diff -r 1cff17c1ee36 -r 296df23508b9 textproc/py-html2text/PLIST
--- a/textproc/py-html2text/PLIST       Fri Jan 17 17:33:01 2020 +0000
+++ b/textproc/py-html2text/PLIST       Fri Jan 17 18:14:49 2020 +0000
@@ -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/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
diff -r 1cff17c1ee36 -r 296df23508b9 textproc/py-html2text/distinfo
--- a/textproc/py-html2text/distinfo    Fri Jan 17 17:33:01 2020 +0000
+++ b/textproc/py-html2text/distinfo    Fri Jan 17 18:14:49 2020 +0000
@@ -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