Accepting request 33723 from devel:languages:python

Copy from devel:languages:python/python-lxml based on submit request 33723 from user thomas-schraitle

OBS-URL: https://build.opensuse.org/request/show/33723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=16
This commit is contained in:
OBS User autobuild
2010-03-02 00:44:48 +00:00
committed by Git OBS Bridge
parent 8bac1528a7
commit b960ea3107
7 changed files with 52 additions and 18 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Mar 1 21:56:05 UTC 2010 - toms@suse.de
- Updated to 2.2.5 (2010-02-28):
Features added
* Support for running XSLT extension elements on the input root
node (e.g. in a template matching on "/").
Bugs fixed
* Crash in XPath evaluation when reading smart strings from a
document other than the original context document.
* Support recent versions of html5lib by not requiring its
XHTMLParser in htmlparser.py anymore.
* Manually instantiating the custom element classes in
lxml.objectify could crash.
* Invalid XML text characters were not rejected by the API when
they appeared in unicode strings directly after non-ASCII characters.
* lxml.html.open_http_urllib() did not work in Python 3.
* The functions strip_tags() and strip_elements() in lxml.etree
did not remove all occurrences of a tag in all cases.
* Crash in XSLT extension elements when the XSLT context
node is not an element.
- Fixed .changes file to match order from factory
-------------------------------------------------------------------
Fri Nov 13 21:50:52 UTC 2009 - toms@suse.de