diff --git a/lxml-2.0.3.tar.bz2 b/lxml-2.0.3.tar.bz2 deleted file mode 100644 index 9ab4d9e..0000000 --- a/lxml-2.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55aa09f5f9cb0027d0b9055d9d56c4a303be6c54ce0df5721b0b3ab19694ec57 -size 1387166 diff --git a/lxml-2.0.4.tar.bz2 b/lxml-2.0.4.tar.bz2 new file mode 100644 index 0000000..d23f2cf --- /dev/null +++ b/lxml-2.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a2bcef0c7d3ad9061cd0c7cffa0733d0defaeed560ea44f27870f09c6e20ea +size 1395539 diff --git a/python-lxml.changes b/python-lxml.changes index da4461a..232c4c3 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 14 07:46:20 CEST 2008 - toms@suse.de + +- Updated to 2.0.4: +Features added: +- No new features + +Bugs fixed: +* Hanging thread in conjunction with GTK threading. +* Crash bug in iterparse when moving elements into other documents. +* HTML elements' .cssselect() method was broken. +* ElementTree.find*() didn't accept QName objects + ------------------------------------------------------------------- Fri Mar 28 11:01:26 CET 2008 - toms@suse.de @@ -34,7 +47,6 @@ Older changes: http://pypi.python.org/pypi/lxml/2.0.1 http://pypi.python.org/pypi/lxml/2.0 - ------------------------------------------------------------------- Tue Oct 30 12:03:16 CET 2007 - toms@suse.de diff --git a/python-lxml.spec b/python-lxml.spec index 445ed0d..101d30e 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,5 +1,5 @@ # -# spec file for package python-lxml (Version 2.0.3) +# spec file for package python-lxml (Version 2.0.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,7 +14,7 @@ Name: python-lxml %define modname lxml Url: http://codespeak.net/lxml Summary: A Pythonic Binding for the libxml2 and libxslt Libraries -Version: 2.0.3 +Version: 2.0.4 Release: 1 License: BSD 3-Clause Group: Development/Libraries/Python @@ -81,6 +81,15 @@ rm -rf %{buildroot} %{_defaultdocdir}/%{name} %changelog +* Mon Apr 14 2008 toms@suse.de +- Updated to 2.0.4: + Features added: +- No new features + Bugs fixed: + * Hanging thread in conjunction with GTK threading. + * Crash bug in iterparse when moving elements into other documents. + * HTML elements' .cssselect() method was broken. + * ElementTree.find*() didn't accept QName objects * Fri Mar 28 2008 toms@suse.de - Split documentation into subpackage python-lxml-doc - Updated to 2.0.3: