15
0

Accepting request 124619 from home:poorboywilly:branches:devel:languages:python

Update to 5.1.2 and spec cleanup, no --record-rpm

OBS-URL: https://build.opensuse.org/request/show/124619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=25
This commit is contained in:
Sascha Peilicke
2012-06-12 07:29:28 +00:00
committed by Git OBS Bridge
parent d34a5aa1f2
commit c4f37b4a94
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jun 9 23:56:05 UTC 2012 - os-dev@jacraig.com
- Update to 5.1.2:
* Minor changes to the documentation
* Strip potentially dangerous ENTITY declarations in encoded feeds
* feedparser will now try to continue parsing despite compression errors
* Fix issue 321 a little more (the initial fix missed a code path)
* Issue 337 (`_parse_date_rfc822()` returns None on single-digit days)
* Issue 343 (add magnet links to the ACCEPTABLE_URI_SCHEMES)
* Issue 344 (handle deflated data with no headers nor checksums)
* Issue 347 (support `itunes:image` elements with a `url` attribute)
- Remove now-unneeded chmod of README
-------------------------------------------------------------------
Tue Mar 20 19:18:36 UTC 2012 - jfunk@funktronics.ca