OBS User unknown 2008-04-14 20:24:00 +00:00 committed by Git OBS Bridge
parent c823075c9d
commit 868b396006
4 changed files with 27 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55aa09f5f9cb0027d0b9055d9d56c4a303be6c54ce0df5721b0b3ab19694ec57
size 1387166

3
lxml-2.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1a2bcef0c7d3ad9061cd0c7cffa0733d0defaeed560ea44f27870f09c6e20ea
size 1395539

View File

@ -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 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.1
http://pypi.python.org/pypi/lxml/2.0 http://pypi.python.org/pypi/lxml/2.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 30 12:03:16 CET 2007 - toms@suse.de Tue Oct 30 12:03:16 CET 2007 - toms@suse.de

View File

@ -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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -14,7 +14,7 @@ Name: python-lxml
%define modname lxml %define modname lxml
Url: http://codespeak.net/lxml Url: http://codespeak.net/lxml
Summary: A Pythonic Binding for the libxml2 and libxslt Libraries Summary: A Pythonic Binding for the libxml2 and libxslt Libraries
Version: 2.0.3 Version: 2.0.4
Release: 1 Release: 1
License: BSD 3-Clause License: BSD 3-Clause
Group: Development/Libraries/Python Group: Development/Libraries/Python
@ -81,6 +81,15 @@ rm -rf %{buildroot}
%{_defaultdocdir}/%{name} %{_defaultdocdir}/%{name}
%changelog %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 * Fri Mar 28 2008 toms@suse.de
- Split documentation into subpackage python-lxml-doc - Split documentation into subpackage python-lxml-doc
- Updated to 2.0.3: - Updated to 2.0.3: