summaryrefslogtreecommitdiff
path: root/textproc/py-feedparser/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-12-27 14:33:22 +0000
committerschmonz <schmonz@pkgsrc.org>2005-12-27 14:33:22 +0000
commitc9be47ee83d6dafaab9ae0bf106dbd756621e594 (patch)
treedb87b955472e4c7b449597265bd48df0729b0077 /textproc/py-feedparser/Makefile
parent0dcdba2ad22b9dbce6e951f6d08ba255b4b94e3f (diff)
downloadpkgsrc-c9be47ee83d6dafaab9ae0bf106dbd756621e594.tar.gz
Update to 4.0. From the changelog:
* Support for Atom 1.0. * Support for iTunes extensions. * Support for dc:contributor. * Universal Feed Parser now captures the feed's namespaces. See Namespace Handling for details. * Lots of things have been renamed to match Atom 1.0 terminology. issued is now entries[i].published, modified is now entries[i].updated, and url is now href everywhere. You can still access these elements with the old names, so you shouldn't need to change any existing code, but don't be surprised if you can't find them during debugging. * category and categories have been replaced by tags, see feed.tags and entries[i].tags. The old names still work. * mode is gone from all detail and content dictionaries. It was never terribly useful, since Universal Feed Parser unescapes content automatically. * entries[i].source is now a dictionary of feed metadata as per section 4.2.11 of RFC 4287. Universal Feed Parser no longer supports the RSS 2.0's source element. * Content in unknown namespaces is no longer discarded (bug 993305) * Lots of other bug fixes.
Diffstat (limited to 'textproc/py-feedparser/Makefile')
-rw-r--r--textproc/py-feedparser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile
index 353ead44ff7..6115276b473 100644
--- a/textproc/py-feedparser/Makefile
+++ b/textproc/py-feedparser/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:42 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/27 14:33:22 schmonz Exp $
#
-DISTNAME= feedparser-3.3
+DISTNAME= feedparser-4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=feedparser/}