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 6.0.6. From the chang...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7f30519ea3c
branches: trunk
changeset: 454766:f7f30519ea3c
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri Jun 18 12:04:10 2021 +0000
description:
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:
textproc/py-feedparser/Makefile | 4 ++--
textproc/py-feedparser/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 2ee33fffe738 -r f7f30519ea3c textproc/py-feedparser/Makefile
--- a/textproc/py-feedparser/Makefile Fri Jun 18 10:44:29 2021 +0000
+++ b/textproc/py-feedparser/Makefile Fri Jun 18 12:04:10 2021 +0000
@@ -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/}
diff -r 2ee33fffe738 -r f7f30519ea3c textproc/py-feedparser/distinfo
--- a/textproc/py-feedparser/distinfo Fri Jun 18 10:44:29 2021 +0000
+++ b/textproc/py-feedparser/distinfo Fri Jun 18 12:04:10 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/10/26 09:36:24 schmonz Exp $
+$NetBSD: distinfo,v 1.19 2021/06/18 12:04:10 schmonz Exp $
-SHA1 (feedparser-6.0.2.tar.gz) = be48c75ff51e6ba30a7e3aacb8541871837f95de
-RMD160 (feedparser-6.0.2.tar.gz) = 1fad16c29afef8c72595fd33f7b614bfd6a16f12
-SHA512 (feedparser-6.0.2.tar.gz) = 4b6d6baf6560280e0364ebe00687dd2903dede77319176a4055909390fcd6c748780e805da16e4290916c56209af290f82edd5bdd6459abca85332b4ff348891
-Size (feedparser-6.0.2.tar.gz) = 284734 bytes
+SHA1 (feedparser-6.0.6.tar.gz) = f99da83d833f841aab213ca5ac14b84026ee5d97
+RMD160 (feedparser-6.0.6.tar.gz) = a9333358a2196d8cf2c34e13a46852abf5d87940
+SHA512 (feedparser-6.0.6.tar.gz) = 091712a602782fca1b15cb79e74c58d35817ee375db0e889a99be5a0f665935fb91a15a72351e7cdbee702c7531cf1eece235139d83ab6fe76f2e5e0b1ce7d2a
+Size (feedparser-6.0.6.tar.gz) = 285525 bytes
Home |
Main Index |
Thread Index |
Old Index