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 2019.8.11. From the ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50a727a34c6b
branches:  trunk
changeset: 338015:50a727a34c6b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Aug 17 15:12:14 2019 +0000

description:
Update to 2019.8.11. From the changelog:

* Add support for wrapping list items.
* Fix #201: handle &lrm;/&rlm; marks mid-text within stressed tags or
  right after stressed tags.
* Feature #213: ``images_as_html`` config option to always generate an
  ``img`` html tag. preserves "height", "width" and "alt" if possible.
* Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+.
* Remove support for retrieving HTML over the network.
* Add ``__main__.py`` module to allow running the CLI using
  ``python -m html2text ...``.
* Fix #238: correct spacing when a HTML entity follows a non-stressed
  tags which follow a stressed tag.
* Remove unused or deprecated:
  * ``html2text.compat.escape()``
  * ``html2text.config.RE_UNESCAPE``
  * ``html2text.HTML2Text.replaceEntities()``
  * ``html2text.HTML2Text.unescape()``
  * ``html2text.unescape()``
* Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.

diffstat:

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

diffs (49 lines):

diff -r d09602d4d9f1 -r 50a727a34c6b textproc/py-html2text/Makefile
--- a/textproc/py-html2text/Makefile    Sat Aug 17 13:55:41 2019 +0000
+++ b/textproc/py-html2text/Makefile    Sat Aug 17 15:12:14 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2018/04/14 09:02:57 adam Exp $
+# $NetBSD: Makefile,v 1.53 2019/08/17 15:12:14 schmonz Exp $
 
-DISTNAME=      html2text-2018.1.9
+DISTNAME=      html2text-2019.8.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/html2text/}
diff -r d09602d4d9f1 -r 50a727a34c6b textproc/py-html2text/PLIST
--- a/textproc/py-html2text/PLIST       Sat Aug 17 13:55:41 2019 +0000
+++ b/textproc/py-html2text/PLIST       Sat Aug 17 15:12:14 2019 +0000
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.10 2016/02/18 09:57:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/08/17 15:12:14 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
 ${PYSITELIB}/html2text/__init__.pyo
+${PYSITELIB}/html2text/__main__.py
+${PYSITELIB}/html2text/__main__.pyc
+${PYSITELIB}/html2text/__main__.pyo
 ${PYSITELIB}/html2text/cli.py
 ${PYSITELIB}/html2text/cli.pyc
 ${PYSITELIB}/html2text/cli.pyo
diff -r d09602d4d9f1 -r 50a727a34c6b textproc/py-html2text/distinfo
--- a/textproc/py-html2text/distinfo    Sat Aug 17 13:55:41 2019 +0000
+++ b/textproc/py-html2text/distinfo    Sat Aug 17 15:12:14 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2018/04/14 09:02:57 adam Exp $
+$NetBSD: distinfo,v 1.36 2019/08/17 15:12:14 schmonz Exp $
 
-SHA1 (html2text-2018.1.9.tar.gz) = c996db653c15d1641428148f4b3091eb3b19bc10
-RMD160 (html2text-2018.1.9.tar.gz) = fc0d10a31cd78d1ca34d8de1a4d12e503acecae6
-SHA512 (html2text-2018.1.9.tar.gz) = c081a50ab5318ee3debb3dd218a23374a8a4e4f5df7664f938606698c52846fa5b8c99a9c04e5dc36aa65ff2c3af422e2d9c6ffbe07f06a46256bd434915539b
-Size (html2text-2018.1.9.tar.gz) = 52211 bytes
+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



Home | Main Index | Thread Index | Old Index