diff options
author | schmonz <schmonz@pkgsrc.org> | 2021-06-18 12:04:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2021-06-18 12:04:10 +0000 |
commit | 829daa2b0069f26a64992085800a60abcd086584 (patch) | |
tree | aa970f4665b053ada21514ff67371f2a0badf03a /textproc/py-feedparser/Makefile | |
parent | a524b4af1fa76fba4b4ed0dbd35fcf3024c9c026 (diff) | |
download | pkgsrc-829daa2b0069f26a64992085800a60abcd086584.tar.gz |
Update to 6.0.6. From the changelog:
* Prevent an AttributeError that occurs when a server returns HTTP 3xx
but doesn't include a Location header as well. (#267)
* Prevent a TypeError crash that may occur when including a username and
password in the feed URL. (#276)
* Prevent a UnicodeDecodeError crash that may occur when the title
element's type attribute exists but is empty. (#277)
* Prevent a UnicodeEncodeError crash that may occur if the URL contains
Unicode characters in the path. (#273)
* Fix an issue with the HTTP request status on Python >= 3.9.
Updating during the freeze for the bugfixes.
Diffstat (limited to 'textproc/py-feedparser/Makefile')
-rw-r--r-- | textproc/py-feedparser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 707f664e482..02142e2beff 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2020/10/26 09:36:24 schmonz Exp $ +# $NetBSD: Makefile,v 1.31 2021/06/18 12:04:10 schmonz Exp $ -DISTNAME= feedparser-6.0.2 +DISTNAME= feedparser-6.0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=f/feedparser/} |