Skip to content

Commit

Permalink
Update to 2015.4.14. From the changelog:
Browse files Browse the repository at this point in the history
* Feature #56: Treat '-' file parameter as stdin.
* Feature #57: Retain escaping of html except within code or pre tags.
* Feature #59: Write image tags with height and width attrs as raw
  html to retain dimensions
  • Loading branch information
schmonz committed Apr 18, 2015
1 parent be2bc11 commit 43353b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.38 2015/03/09 08:08:48 wiz Exp $
# $NetBSD: Makefile,v 1.39 2015/04/18 14:08:54 schmonz Exp $

DISTNAME= html2text-2015.2.18
DISTNAME= html2text-2015.4.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/h/html2text/
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-html2text/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.25 2015/03/09 08:08:48 wiz Exp $
$NetBSD: distinfo,v 1.26 2015/04/18 14:08:54 schmonz Exp $

SHA1 (html2text-2015.2.18.tar.gz) = 158a08df392e30d90787d4fa7e4d600fe1664c9c
RMD160 (html2text-2015.2.18.tar.gz) = 49ec06a629f308d76b2ec2f205fd2c6dc3217bd4
Size (html2text-2015.2.18.tar.gz) = 35508 bytes
SHA1 (html2text-2015.4.14.tar.gz) = 326ccd0da5f6f0ac21398e708c92a8ab1bf53e74
RMD160 (html2text-2015.4.14.tar.gz) = a431bddfcb21349198b34587bf15272d18176670
Size (html2text-2015.4.14.tar.gz) = 37031 bytes

0 comments on commit 43353b2

Please sign in to comment.