1
0

Accepting request 157140 from home:apersaud:branches:devel:languages:python

updated to 5.1.3 and added python3 spec file. Not sure how to submit a linkpac request to create that then will link to devel:languages:python, so it would be great, if this gets accepted also a linkpac package with the name python3-feedparser could be created. Thanks!

OBS-URL: https://build.opensuse.org/request/show/157140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=27
This commit is contained in:
Alexandre Rogoski
2013-03-05 01:31:14 +00:00
committed by Git OBS Bridge
parent c4f37b4a94
commit 36085a18fc
6 changed files with 235 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 3 05:01:07 UTC 2013 - arun@gmx.de
- Update to 5.1.3 (taken from google code webpage:
* feedparser 5.1.3 (December 9, 2012)
* Consolidated and simplified the character encoding detection code
* Issue 346 (the gb2312 encoding isn't always upgraded to gb18030)
* Issue 350 (HTTP Last-Modified example is incorrect in documentation)
* Issue 352 (importing lxml.etree changes what exceptions libxml2 throws)
* Issue 356 (add support for the HTML5 attributes poster and preload)
* Issue 364 (enclosure-sniffing microformat code can throw ValueError)
* Issue 373 (support RFC822-ish dates with swapped days and months)
* Issue 376 (uppercase 'X' in hex character references cause ValueError)
* Issue 382 (don't strip inline user:password credentials from FTP URL's)
-------------------------------------------------------------------
Sat Jun 9 23:56:05 UTC 2012 - os-dev@jacraig.com