pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-feedparser Update to 3.1. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/191006512398
branches:  trunk
changeset: 477363:191006512398
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jun 30 20:17:35 2004 +0000

description:
Update to 3.1. From the changelog:

* added and passed tests for converting HTML entities to Unicode
    equivalents in illformed feeds (aaronsw)
* added and passed tests for converting character entities to
    Unicode equivalents in illformed feeds (aaronsw)
* test for valid parsers when setting XML_AVAILABLE
* make version and encoding available when server returns a 304
* add handlers parameter to pass arbitrary urllib2 handlers (like
    digest auth or proxy support)
* add code to parse username/password out of url and send as basic
    authentication
* expose downloading-related exceptions in bozo_exception (aaronsw)
* added __contains__ method to FeedParserDict (aaronsw)
* added publisher_detail (aaronsw)

diffstat:

 textproc/py-feedparser/Makefile |  4 ++--
 textproc/py-feedparser/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 0034aafae9b5 -r 191006512398 textproc/py-feedparser/Makefile
--- a/textproc/py-feedparser/Makefile   Wed Jun 30 19:16:07 2004 +0000
+++ b/textproc/py-feedparser/Makefile   Wed Jun 30 20:17:35 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/27 06:31:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/30 20:17:35 schmonz Exp $
 #
 
-DISTNAME=              feedparser-3.0.1
+DISTNAME=              feedparser-3.1
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=feedparser/}
diff -r 0034aafae9b5 -r 191006512398 textproc/py-feedparser/distinfo
--- a/textproc/py-feedparser/distinfo   Wed Jun 30 19:16:07 2004 +0000
+++ b/textproc/py-feedparser/distinfo   Wed Jun 30 20:17:35 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/06/27 06:31:20 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2004/06/30 20:17:35 schmonz Exp $
 
-SHA1 (feedparser-3.0.1.zip) = d98da676937b6d01d3a5d34c72b92e79fe91ac01
-Size (feedparser-3.0.1.zip) = 1114383 bytes
+SHA1 (feedparser-3.1.zip) = d3255a89f1227b26f74a2dc23fc40e04e9426eab
+Size (feedparser-3.1.zip) = 1205563 bytes



Home | Main Index | Thread Index | Old Index