- 2.0.10 (2008-11-17)
- Bugs fixed - - * Ref-count leaks when lxml enters a try-except statement while an - outside exception lives in sys.exc_*(). This was due to a problem - in Cython, not lxml itself.
This commit is contained in:
parent
755d25371e
commit
f4423b322a
3 changed files with 11 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
lxml-2.0.9.tar.gz
|
||||
lxml-2.0.10.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-lxml
|
||||
Version: 2.0.9
|
||||
Version: 2.0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||
|
||||
|
|
@ -49,6 +49,14 @@ rm -rf %{buildroot}
|
|||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 18 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.0.10-1
|
||||
- 2.0.10 (2008-11-17)
|
||||
- Bugs fixed
|
||||
-
|
||||
- * Ref-count leaks when lxml enters a try-except statement while an
|
||||
- outside exception lives in sys.exc_*(). This was due to a problem
|
||||
- in Cython, not lxml itself.
|
||||
|
||||
* Fri Sep 5 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.0.9-1
|
||||
- 2.0.9 (2008-09-05)
|
||||
- Bugs fixed
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cc8a7dc871d5e91d24432c9154af8664 lxml-2.0.9.tar.gz
|
||||
d5d534c5efbf35b2fd8a7a933e657b71 lxml-2.0.10.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue