- 2.1.5 (2009-01-06)

- Bugs fixed
-
- * Potential memory leak on exception handling. This was due to a
- problem in Cython, not lxml itself.
- * Failing import on systems that have an io module.
This commit is contained in:
Jeffrey C. Ollie 2009-01-06 21:19:25 +00:00
commit 6a61b6770c
3 changed files with 11 additions and 3 deletions

View file

@ -1 +1 @@
lxml-2.1.4.tar.gz
lxml-2.1.5.tar.gz

View file

@ -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.1.4
Version: 2.1.5
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
@ -49,6 +49,14 @@ rm -rf %{buildroot}
%{python_sitearch}/*
%changelog
* Tue Jan 6 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.1.5-1
- 2.1.5 (2009-01-06)
- Bugs fixed
-
- * Potential memory leak on exception handling. This was due to a
- problem in Cython, not lxml itself.
- * Failing import on systems that have an io module.
* Fri Dec 12 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.1.4-1
- 2.1.4 (2008-12-12)
- Bugs fixed

View file

@ -1 +1 @@
05f35b81955caf502584b685a5226417 lxml-2.1.4.tar.gz
22567ccc6ab8ec8c90c335c810cabe11 lxml-2.1.5.tar.gz