Skip to content

Commit

Permalink
Update to 6.0.6. From the changelog:
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
schmonz committed Jun 18, 2021
1 parent c40575a commit 9ed0f68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/py-feedparser/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions textproc/py-feedparser/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9ed0f68

Please sign in to comment.