14
0
Files
python-feedparser/python-feedparser.changes
Marcus Rueckert e5f0f42585 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
2011-06-09 13:37:53 +00:00

45 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
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
- build as noarch
- import from OBS, original changelog follows:
* Sun Feb 15 2009 - James Oakley <jfunk@funktronics.ca> - 4.1-1
- initial release