pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-html2text Update to 2.34. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5352256434e
branches:  trunk
changeset: 548620:c5352256434e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Oct 19 18:39:56 2008 +0000

description:
Update to 2.34. From the changelog:

2008-10-09: 2.34. elim extra \ns (tx Keith Bussell)
2008-09-19: 2.33. add support for abbr (tx Nathan Youngman)
2008-07-31: 2.32. fix parsing bug with fastcompany (tx Elias Soong)

diffstat:

 textproc/py-html2text/Makefile         |   4 ++--
 textproc/py-html2text/distinfo         |  10 +++++-----
 textproc/py-html2text/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r 755dd443e14d -r c5352256434e textproc/py-html2text/Makefile
--- a/textproc/py-html2text/Makefile    Sun Oct 19 18:36:19 2008 +0000
+++ b/textproc/py-html2text/Makefile    Sun Oct 19 18:39:56 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/07/31 02:47:45 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2008/10/19 18:39:56 schmonz Exp $
 #
 
-DISTNAME=              html2text-2.31
+DISTNAME=              html2text-2.34
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            textproc python
 MASTER_SITES=          ${HOMEPAGE}
diff -r 755dd443e14d -r c5352256434e textproc/py-html2text/distinfo
--- a/textproc/py-html2text/distinfo    Sun Oct 19 18:36:19 2008 +0000
+++ b/textproc/py-html2text/distinfo    Sun Oct 19 18:39:56 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2008/07/31 02:47:45 schmonz Exp $
+$NetBSD: distinfo,v 1.10 2008/10/19 18:39:56 schmonz Exp $
 
-SHA1 (html2text-2.31.py) = 391c6b5ee832336d110b12a1e212371d07812c64
-RMD160 (html2text-2.31.py) = 535069bd9529b18fda8b6eeca3883a29ab51ca2f
-Size (html2text-2.31.py) = 13061 bytes
-SHA1 (patch-aa) = b703efa18231222444a1730cb39f72e78c6836eb
+SHA1 (html2text-2.34.py) = f749a35b0c7cece033aed64630710cef890d9c54
+RMD160 (html2text-2.34.py) = ba3a9de973f64d161fc8873975a2894f42f856cd
+Size (html2text-2.34.py) = 14085 bytes
+SHA1 (patch-aa) = 2395e54a2c2f72231f6766375b8406928dfa7f3b
diff -r 755dd443e14d -r c5352256434e textproc/py-html2text/patches/patch-aa
--- a/textproc/py-html2text/patches/patch-aa    Sun Oct 19 18:36:19 2008 +0000
+++ b/textproc/py-html2text/patches/patch-aa    Sun Oct 19 18:39:56 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2008/07/31 02:47:45 schmonz Exp $
+$NetBSD: patch-aa,v 1.6 2008/10/19 18:39:56 schmonz Exp $
 
---- html2text.py.orig  2008-07-30 22:37:59.000000000 -0400
+--- html2text.py.orig  2008-10-19 14:36:07.000000000 -0400
 +++ html2text.py
-@@ -266,6 +266,7 @@ class _html2text(sgmllib.SGMLParser):
+@@ -282,6 +282,7 @@ class _html2text(sgmllib.SGMLParser):
              if attrs.has_key('src'):
                  attrs['href'] = attrs['src']
                  alt = attrs.get('alt', '')
@@ -10,7 +10,7 @@
                  i = self.previousIndex(attrs)
                  if i is not None:
                      attrs = self.a[i]
-@@ -286,7 +287,7 @@ class _html2text(sgmllib.SGMLParser):
+@@ -302,7 +303,7 @@ class _html2text(sgmllib.SGMLParser):
          if tag in ["ol", "ul"]:
              if start:
                  self.list.append({'name':tag, 'num':0})



Home | Main Index | Thread Index | Old Index