Subject: CVS commit: pkgsrc/textproc/py-feedparser
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2004 20:17:35
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Wed Jun 30 20:17:35 UTC 2004

Modified Files:
	pkgsrc/textproc/py-feedparser: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/py-feedparser/Makefile \
    pkgsrc/textproc/py-feedparser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.