diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-07 20:25:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-07 20:25:03 +0000 |
commit | c9125a2feb325c9e08d0b749eefbb46bf1879a8f (patch) | |
tree | 77524839cdd38a1da8d00cdafcd88d7aa783538f /textproc | |
parent | bcd8a853657c7bd0469d77632d01ff1e480d7923 (diff) | |
download | pkgsrc-c9125a2feb325c9e08d0b749eefbb46bf1879a8f.tar.gz |
Update to 2014.9.7:
2014.9.7 - 2014-09-07
* Fix ``unicode``/``type`` error in memory leak unit-test.
* Feature #16: Remove ``install_deps.py``.
* Feature #17: Add status badges via pypin.
* Feature #18: Add ``Python`` ``3.4`` to travis config file.
* Feature #19: Bring ``html2text`` to a separate module and take out the ``conf``/``constant`` variables.
* Feature #21: Remove meta vars from ``html2text.py`` file header.
* Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-html2text/PLIST | 5 | ||||
-rw-r--r-- | textproc/py-html2text/distinfo | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index e26ea060952..2613c6818c0 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2014/07/04 13:01:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.31 2014/09/07 20:25:03 wiz Exp $ -DISTNAME= html2text-2014.7.3 +DISTNAME= html2text-2014.9.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= http://pypi.python.org/packages/source/h/html2text/ diff --git a/textproc/py-html2text/PLIST b/textproc/py-html2text/PLIST index fdc0771d1f0..635a4e497a0 100644 --- a/textproc/py-html2text/PLIST +++ b/textproc/py-html2text/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/07/04 13:01:12 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/09/07 20:25:03 wiz Exp $ bin/html2text ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -6,6 +6,3 @@ ${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.py -${PYSITELIB}/html2text.pyc -${PYSITELIB}/html2text.pyo diff --git a/textproc/py-html2text/distinfo b/textproc/py-html2text/distinfo index c192ddd1bdb..4374e7d6800 100644 --- a/textproc/py-html2text/distinfo +++ b/textproc/py-html2text/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2014/07/04 13:01:12 schmonz Exp $ +$NetBSD: distinfo,v 1.19 2014/09/07 20:25:03 wiz Exp $ -SHA1 (html2text-2014.7.3.tar.gz) = 1443cfe507239bc13f7858d318cf4bee91dd3997 -RMD160 (html2text-2014.7.3.tar.gz) = 792932efb6c25264b9a24af7024a166d9fc823a5 -Size (html2text-2014.7.3.tar.gz) = 32105 bytes +SHA1 (html2text-2014.9.7.tar.gz) = ae171ff7e475cd4a6f9e17c9686ab8f8e82ef13d +RMD160 (html2text-2014.9.7.tar.gz) = da743bd9f91cbc7628627f121c8ca35cff5945f8 +Size (html2text-2014.9.7.tar.gz) = 23707 bytes |