Wed Oct 25 04:09:46 2017 UTC ()
py-html2text: updated to 2017.10.4

2017.10.4
* Fix 157: Fix images link with div wrap
* Fix 55: Fix error when empty title tags
* Fix 160: The html2text tests are failing on Windows and on Cygwin due to differences in eol handling between windows/*nix
* Feature 164: Housekeeping: Add flake8 to the travis build, cleanup existing flake8 violations, add py3.6 and pypy3 to the travis build
* Fix 109: Fix for unexpanded < > &
* Fix 143: Fix line wrapping for the lines starting with bold
* Adds support for numeric bold text indication in `font-weight`,
  as used by Google (and presumably others.)
* Fix 173 and 142: Stripping whitespace in crucial markdown and adding whitespace as necessary
* Don't drop any cell data on tables uneven row lengths (e.g. colspan in use)


(adam)
diff -r1.50 -r1.51 pkgsrc/textproc/py-html2text/Makefile
diff -r1.33 -r1.34 pkgsrc/textproc/py-html2text/distinfo

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

--- pkgsrc/textproc/py-html2text/Makefile 2017/01/03 13:23:04 1.50
+++ pkgsrc/textproc/py-html2text/Makefile 2017/10/25 04:09:46 1.51
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.50 2017/01/03 13:23:04 jperkin Exp $ 1# $NetBSD: Makefile,v 1.51 2017/10/25 04:09:46 adam Exp $
2 2
3DISTNAME= html2text-2016.9.19 3DISTNAME= html2text-2017.10.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= converters python textproc  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
15REPLACE_PYTHON= html2text/__init__.py 15REPLACE_PYTHON= html2text/__init__.py
16 16
17post-install: 17post-install:
18 ${MV} ${DESTDIR}${PREFIX}/bin/html2text ${DESTDIR}${PREFIX}/bin/html2text-${PYVERSSUFFIX} || ${TRUE} 18 cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}
19 19
20.include "../../lang/python/application.mk" 20.include "../../lang/python/application.mk"
21.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/textproc/py-html2text/distinfo 2016/10/05 09:18:35 1.33
+++ pkgsrc/textproc/py-html2text/distinfo 2017/10/25 04:09:46 1.34
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.33 2016/10/05 09:18:35 wiz Exp $ 1$NetBSD: distinfo,v 1.34 2017/10/25 04:09:46 adam Exp $
2 2
3SHA1 (html2text-2016.9.19.tar.gz) = d0ad27c5d7e27472339c357669b56fd846c5e85e 3SHA1 (html2text-2017.10.4.tar.gz) = c00a4529fe103ba084aa997baeb384134ce207fb
4RMD160 (html2text-2016.9.19.tar.gz) = dac3afaeb4213a2fd34fc129e235d2c6c98ca8b9 4RMD160 (html2text-2017.10.4.tar.gz) = 6d7d206e286bb974db350fa8bb2878c7784fee44
5SHA512 (html2text-2016.9.19.tar.gz) = cbc67f2815c20bfed84bfdff1c44ac3f4d6cbeb5e5b62adaf08b485fb2c886605b7f8a9f85f420e1158117194e7aa3de064aaef5ca018f5c81d15ebf5065b061 5SHA512 (html2text-2017.10.4.tar.gz) = 15940ebd141e683da67ba47924e7a7386efbab54e63c227701b33ceab20aa09439d3acceffbff80243baab467af93902e60c6a3b26c59c4fad26481b7b6e32d2
6Size (html2text-2016.9.19.tar.gz) = 47899 bytes 6Size (html2text-2017.10.4.tar.gz) = 50621 bytes