diff options
author | schmonz <schmonz@pkgsrc.org> | 2015-10-31 14:18:32 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2015-10-31 14:18:32 +0000 |
commit | ec4b78c2cb0b62dfac9b58374490febb36a92537 (patch) | |
tree | 9b13dd3bab649724dafbd310aa3f8f07d4b75d68 /textproc/py-feedparser | |
parent | 30a655da7c1c948a67601a4aa8ecb0e6ec88ab5f (diff) | |
download | pkgsrc-ec4b78c2cb0b62dfac9b58374490febb36a92537.tar.gz |
Update to 5.2.1. From the changelog:
* Fix #22 (pip package keeps upgrading all the time)
* Support PyPy
* Remove the HTTP Status 9001 test that caused unit test tracebacks
* Remove the completely-untested HTML tidy code
* Remove BeautifulSoup as a dependency
* Remove the XFN microformat parsing code
* Remove the rel_enclosure microformat parsing code
* Remove the rel_hcard microformat parsing code
* Remove the rel_tag microformat parsing code
* Replace the regex-based RFC 822 date parser with a procedural one
* Replace the Python-licensed W3DTF date parser
* Support HTML5 audio/source/video element relative URL's
* Remove the unparsed itunes_keywords key from the result dictionary
* Fix issue 321 just a little more (yet another code path was missed)
* Issue 62 (support georss and gml namespaces)
* Issue 296 (GUID's are always treated like relative URI's)
* Issue 334 (media:restriction element content is not returned)
* Issue 335 (sub-elements of media:group are not parsed and returned)
* Issue 342 (support multiple dc:creator elements)
* Issue 357 (loose parser breaks ampersands in link element URL's)
* Issue 374 (support the Podlove Simple Chapters namespace)
* Issue 380 (support media:rating element)
* Issue 384 (fix chardet support in Python 3)
* Issue 389 (elements in unknown uppercase namespaces are ignored)
* Issue 392 (tags element subverts 'tags' key in result dictionary)
* Issue 396 (Podlove Simple Chapters version 1.0 causes a KeyError)
* Issue 399 (docs call `request_headers` parameter `extra_headers`)
* Issue 401 (support additional dcterms and media namespaces elements)
* Issue 404 (support asctime datetime strings with timezone information)
* Issue 407 (decode forward slashes encoded as character entities)
* Issue 421 (delay chardet invocation as long as possible)
* Issue 422 (add return types docstrings)
* Issue 433 (update the list of allowed MathML elements and attributes)
Diffstat (limited to 'textproc/py-feedparser')
-rw-r--r-- | textproc/py-feedparser/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-feedparser/distinfo | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 268a33c022e..0ab345c8f22 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/10/31 14:18:32 schmonz Exp $ -DISTNAME= feedparser-5.1.3 +DISTNAME= feedparser-5.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python -MASTER_SITES= http://feedparser.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_PYPI:=f/feedparser/} MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://feedparser.googlecode.com/ +HOMEPAGE= https://pypi.python.org/pypi/feedparser COMMENT= Parse RSS and Atom feeds in Python LICENSE= 2-clause-bsd diff --git a/textproc/py-feedparser/distinfo b/textproc/py-feedparser/distinfo index 984bf420744..776245c431e 100644 --- a/textproc/py-feedparser/distinfo +++ b/textproc/py-feedparser/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.14 2013/01/14 14:03:58 schmonz Exp $ +$NetBSD: distinfo,v 1.15 2015/10/31 14:18:32 schmonz Exp $ -SHA1 (feedparser-5.1.3.tar.gz) = f19a0cdc950e984fa202ff4acaee9d65ede5ea42 -RMD160 (feedparser-5.1.3.tar.gz) = a2952ff80e396b2d50d32b226cb4015963f7375d -Size (feedparser-5.1.3.tar.gz) = 283614 bytes +SHA1 (feedparser-5.2.1.tar.gz) = 84f05bf1d1443cc55b9893e2cb5aa2b16ab55dec +RMD160 (feedparser-5.2.1.tar.gz) = d48648b794bdd8af38e77b8337ac2241d79bca4c +SHA512 (feedparser-5.2.1.tar.gz) = 1fd0c4324e2eff8ef4b15e3793c767290bca562af4a5056fdbdfa12411095530c87a113bb1b9757e532ff63aecb399b18f1e6b753884798eb6b8d3fdf575af81 +Size (feedparser-5.2.1.tar.gz) = 252956 bytes |