14
0

- Update to version 5.1:

* Extensive, extensive unit test refactoring
  * Convert the Docbook documentation to ReST
  * Include the documentation in the source distribution
  * Consolidate the disparate README files into one
  * Support Jython somewhat (almost all unit tests pass)
  * Support Python 3.2
  * Fix Python 3 issues exposed by improved unit tests
  * Fix international domain name issues exposed by improved unit tests 
- Run testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=18
This commit is contained in:
Sascha Peilicke
2012-02-19 20:43:56 +00:00
committed by Git OBS Bridge
parent e4443e458e
commit 6e12874073
2 changed files with 13 additions and 14 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Feb 19 20:37:04 UTC 2012 - saschpe@gmx.de
- Remove previously added dependency on python-distribute, RPM can't handle
updates from files to directores and vice versa (egg-info created by
distutils vs. setuptools)
- Remove outdated %clean section, no CFLAGS for noarch package
-------------------------------------------------------------------
Thu Jan 12 19:34:06 UTC 2012 - jfunk@funktronics.ca