14
0

Accepting request 73085 from devel:languages:python

- * Moved chmod 0644 README back to %prep section

- Spec file cleanup:
  * Moved unittests to %check section
  * Removed authors from description
  * Don't test on SLES_9, fixes build

- Update to 5.0.1
  - Fix issue 91 (invalid text in XML declaration causes sanitizer to crash)
  - Fix issue 254 (sanitization can be bypassed by malformed XML comments)
  - Fix issue 255 (sanitizer doesn't strip unsafe URI schemes)
- Previous release: 5.0 - January 25, 2011
  - Improved MathML support
  - Support microformats (rel-tag, rel-enclosure, xfn, hcard)
  - Support IRIs
  - Allow safe CSS through sanitization
  - Allow safe HTML5 through sanitization
  - Support SVG
  - Support inline XML entity declarations
  - Support unescaped quotes and angle brackets in attributes
  - Support additional date formats
  - Added the request_headers argument to parse()
  - Added the response_headers argument to parse()
  - Support multiple entry, feed, and source authors
  - Officially make Python 2.4 the earliest supported version
  - Support Python 3
  - Bug fixes, bug fixes, bug fixes

OBS-URL: https://build.opensuse.org/request/show/73085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=7
This commit is contained in:
2011-06-09 13:37:53 +00:00
committed by Git OBS Bridge
parent 9c5048d331
commit e5f0f42585
4 changed files with 67 additions and 25 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Jun 9 10:31:45 UTC 2011 - saschpe@suse.de
- * Moved chmod 0644 README back to %prep section
-------------------------------------------------------------------
Tue May 31 12:46:05 UTC 2011 - saschpe@suse.de
- Spec file cleanup:
* Moved unittests to %check section
* Removed authors from description
* Don't test on SLES_9, fixes build
-------------------------------------------------------------------
Mon May 30 18:22:09 UTC 2011 - jfunk@funktronics.ca
- Update to 5.0.1
- Fix issue 91 (invalid text in XML declaration causes sanitizer to crash)
- Fix issue 254 (sanitization can be bypassed by malformed XML comments)
- Fix issue 255 (sanitizer doesn't strip unsafe URI schemes)
- Previous release: 5.0 - January 25, 2011
- Improved MathML support
- Support microformats (rel-tag, rel-enclosure, xfn, hcard)
- Support IRIs
- Allow safe CSS through sanitization
- Allow safe HTML5 through sanitization
- Support SVG
- Support inline XML entity declarations
- Support unescaped quotes and angle brackets in attributes
- Support additional date formats
- Added the request_headers argument to parse()
- Added the response_headers argument to parse()
- Support multiple entry, feed, and source authors
- Officially make Python 2.4 the earliest supported version
- Support Python 3
- Bug fixes, bug fixes, bug fixes
-------------------------------------------------------------------
Thu Sep 3 15:54:31 CEST 2009 - matejcik@suse.cz