pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-feedparser



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jun 18 12:04:10 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-feedparser/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-feedparser/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-feedparser/Makefile
diff -u pkgsrc/textproc/py-feedparser/Makefile:1.30 pkgsrc/textproc/py-feedparser/Makefile:1.31
--- pkgsrc/textproc/py-feedparser/Makefile:1.30 Mon Oct 26 09:36:24 2020
+++ pkgsrc/textproc/py-feedparser/Makefile      Fri Jun 18 12:04:10 2021
@@ -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/}

Index: pkgsrc/textproc/py-feedparser/distinfo
diff -u pkgsrc/textproc/py-feedparser/distinfo:1.18 pkgsrc/textproc/py-feedparser/distinfo:1.19
--- pkgsrc/textproc/py-feedparser/distinfo:1.18 Mon Oct 26 09:36:24 2020
+++ pkgsrc/textproc/py-feedparser/distinfo      Fri Jun 18 12:04:10 2021
@@ -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