14
0

Accepting request 899969 from home:benoit_monin:branches:devel:languages:python

- update to version 6.0.5
- drop numerical_return_status.patch: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/899969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=51
This commit is contained in:
2021-06-14 18:27:10 +00:00
committed by Git OBS Bridge
parent 544a693bce
commit 4a8e1149c6
5 changed files with 23 additions and 22 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jun 14 16:04:31 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 6.0.5:
* Prevent a TypeError crash that may occur when including a
username and password in the feed URL. (#276)
-------------------------------------------------------------------
Sun Jun 13 19:01:57 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 6.0.4:
* 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)
- additional changes from version 6.0.3:
* Fix an issue with the HTTP request status on Python >= 3.9.
- drop numerical_return_status.patch: fixed upstream
-------------------------------------------------------------------
Thu Apr 29 14:39:29 UTC 2021 - Arun Persaud <arun@gmx.de>