This commit is contained in:
Jeffrey C. Ollie 2012-10-15 16:18:03 -05:00
parent b5d75d9b28
commit 59580481ef
3 changed files with 15 additions and 4 deletions

2
.gitignore vendored
View File

@ -16,3 +16,5 @@ lxml-2.2.7.tar.gz.asc
/lxml-3.0.tar.gz.asc
/lxml-3.0.tgz
/lxml-3.0.tgz.asc
/lxml-3.0.1.tgz
/lxml-3.0.1.tgz.asc

View File

@ -5,7 +5,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-lxml
Version: 3.0
Version: 3.0.1
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
@ -123,7 +123,16 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed Oct 10 2012 Jeffrey Ollie <jcollie@desktop01.dmacc.net> - 3.0-1
* Mon Oct 15 2012 Jeffrey Ollie <jeff@ocjtech.us> - 3.0.1-1
- 3.0.1 (2012-10-14)
- Bugs fixed
-
- * LP#1065924: Element proxies could disappear during garbage collection
- in PyPy without proper cleanup.
- * GH#71: Failure to work with libxml2 2.6.x.
- * LP#1065139: static MacOS-X build failed in Py3.
* Wed Oct 10 2012 Jeffrey Ollie <jeff@ocjtech.us> - 3.0-1
- 3.0 (2012-10-08)
- ================
-

View File

@ -1,2 +1,2 @@
603b167376069303ee34ada2378c4554 lxml-3.0.tgz
4a0f62c6e0eb4b46e6048559777c982d lxml-3.0.tgz.asc
0f2b1a063ab3b6b0944cbc4a9a85dcfa lxml-3.0.1.tgz
c6923f37066c619fdecb96ff280c4cfd lxml-3.0.1.tgz.asc