This commit is contained in:
parent
c842b84372
commit
f891f30413
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20ec0fdf30e60ebf56ef76a086b14ffccee3b6f29a164cb3e443a5a85202c70b
|
||||
size 874223
|
3
lxml-1.3.6.tar.bz2
Normal file
3
lxml-1.3.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8528d0231c8d6a19f5a702bdaf4e203640b962ba5f9a00107672eb819d2f33e7
|
||||
size 879237
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 12:03:16 CET 2007 - toms@suse.de
|
||||
|
||||
- Updated to 1.3.6:
|
||||
Bugs fixed
|
||||
* Backported decref crash fix from 2.0
|
||||
* Well hidden free-while-in-use crash bug in ObjectPath
|
||||
|
||||
Other changes
|
||||
* The test suites now run gc.collect() in the tearDown() methods.
|
||||
While this makes them take a lot longer to run, it also makes
|
||||
it easier to link a specific test to garbage collection problems
|
||||
that would otherwise appear in later tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 30 13:33:22 CEST 2007 - toms@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-lxml (Version 1.3.4)
|
||||
# spec file for package python-lxml (Version 1.3.6)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,9 +11,9 @@
|
||||
|
||||
Name: python-lxml
|
||||
%define modname lxml
|
||||
URL: http://codespeak.net/lxml
|
||||
Url: http://codespeak.net/lxml
|
||||
Summary: A Pythonic Binding for the libxml2 and libxslt Libraries
|
||||
Version: 1.3.4
|
||||
Version: 1.3.6
|
||||
Release: 1
|
||||
License: BSD 3-Clause
|
||||
Group: Development/Libraries/Python
|
||||
@ -46,7 +46,6 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
@ -56,8 +55,17 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%doc doc CHANGES.txt CREDITS.txt LICENSES.txt README.txt TODO.txt
|
||||
%{py_sitedir}/lxml
|
||||
|
||||
%changelog
|
||||
* Tue Oct 30 2007 - toms@suse.de
|
||||
- Updated to 1.3.6:
|
||||
Bugs fixed
|
||||
* Backported decref crash fix from 2.0
|
||||
* Well hidden free-while-in-use crash bug in ObjectPath
|
||||
Other changes
|
||||
* The test suites now run gc.collect() in the tearDown() methods.
|
||||
While this makes them take a lot longer to run, it also makes
|
||||
it easier to link a specific test to garbage collection problems
|
||||
that would otherwise appear in later tests.
|
||||
* Thu Aug 30 2007 - toms@suse.de
|
||||
Updated to 1.3.4:
|
||||
Features added
|
||||
|
Loading…
Reference in New Issue
Block a user