pkgsrc-Changes-HG archive

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

pkgsrc: py-html2text: updated to 2018.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bdd4d8c0a7a
branches:  trunk
changeset: 306305:1bdd4d8c0a7a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 14 09:02:57 2018 +0000
description:
py-html2text: updated to 2018.9.1

2018.9.1
Fix: Non-ASCII in title attribute causes encode error.
Feature: Add support for the <kbd> tag.
Feature: Add support for the <q> tag.

diffstat:

 textproc/py-html2text/Makefile |   9 +++------
 textproc/py-html2text/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r 4522d805ff92 -r 1bdd4d8c0a7a textproc/py-html2text/Makefile
--- a/textproc/py-html2text/Makefile    Sat Apr 14 08:56:38 2018 +0000
+++ b/textproc/py-html2text/Makefile    Sat Apr 14 09:02:57 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2017/10/25 04:09:46 adam Exp $
+# $NetBSD: Makefile,v 1.52 2018/04/14 09:02:57 adam Exp $
 
-DISTNAME=      html2text-2017.10.4
+DISTNAME=      html2text-2018.1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/html2text/}
@@ -10,13 +10,10 @@
 COMMENT=       Convert HTML into easy-to-read plain ASCII text
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         # none
-
-REPLACE_PYTHON=        html2text/__init__.py
+USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4522d805ff92 -r 1bdd4d8c0a7a textproc/py-html2text/distinfo
--- a/textproc/py-html2text/distinfo    Sat Apr 14 08:56:38 2018 +0000
+++ b/textproc/py-html2text/distinfo    Sat Apr 14 09:02:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2017/10/25 04:09:46 adam Exp $
+$NetBSD: distinfo,v 1.35 2018/04/14 09:02:57 adam Exp $
 
-SHA1 (html2text-2017.10.4.tar.gz) = c00a4529fe103ba084aa997baeb384134ce207fb
-RMD160 (html2text-2017.10.4.tar.gz) = 6d7d206e286bb974db350fa8bb2878c7784fee44
-SHA512 (html2text-2017.10.4.tar.gz) = 15940ebd141e683da67ba47924e7a7386efbab54e63c227701b33ceab20aa09439d3acceffbff80243baab467af93902e60c6a3b26c59c4fad26481b7b6e32d2
-Size (html2text-2017.10.4.tar.gz) = 50621 bytes
+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



Home | Main Index | Thread Index | Old Index