Skip to content

Commit

Permalink
Updated py-html2text to 2016.9.19.
Browse files Browse the repository at this point in the history
2016.9.19
=========
----

* Default image alt text option created and set to a default of empty string "" to maintain backward compatibility
* Fix #136: --default-image-alt now takes a string as argument
* Fix #113: Stop changing quiet levels on \/script tags.
* Merge #126: Fix deprecation warning on py3 due to html.escape
* Fix #145: Running test suite on Travis CI for Python 2.6.
  • Loading branch information
wiz committed Oct 5, 2016
1 parent d079db6 commit 2b16e28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/py-html2text/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.47 2016/08/28 15:48:35 wiz Exp $
# $NetBSD: Makefile,v 1.48 2016/10/05 09:18:35 wiz Exp $

DISTNAME= html2text-2016.5.29
DISTNAME= html2text-2016.9.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html2text/}
Expand Down
10 changes: 5 additions & 5 deletions textproc/py-html2text/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.32 2016/07/03 11:58:57 wiz Exp $
$NetBSD: distinfo,v 1.33 2016/10/05 09:18:35 wiz Exp $

SHA1 (html2text-2016.5.29.tar.gz) = efb6bea9c147a283a1157e22d3183922ee512747
RMD160 (html2text-2016.5.29.tar.gz) = 81019a1566f56ef75cea78009938b32cfc35a6df
SHA512 (html2text-2016.5.29.tar.gz) = 14be751c2e9d9421ab4cbeae846b0c30edcda55c24ef7fc3a3896ca7243518fee76e732b686faa59c2b547811ea742986f8a3ce53b99adc3080aabb34ea18f64
Size (html2text-2016.5.29.tar.gz) = 46322 bytes
SHA1 (html2text-2016.9.19.tar.gz) = d0ad27c5d7e27472339c357669b56fd846c5e85e
RMD160 (html2text-2016.9.19.tar.gz) = dac3afaeb4213a2fd34fc129e235d2c6c98ca8b9
SHA512 (html2text-2016.9.19.tar.gz) = cbc67f2815c20bfed84bfdff1c44ac3f4d6cbeb5e5b62adaf08b485fb2c886605b7f8a9f85f420e1158117194e7aa3de064aaef5ca018f5c81d15ebf5065b061
Size (html2text-2016.9.19.tar.gz) = 47899 bytes

0 comments on commit 2b16e28

Please sign in to comment.