3.0.1
This commit is contained in:
parent
b5d75d9b28
commit
59580481ef
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ lxml-2.2.7.tar.gz.asc
|
|||||||
/lxml-3.0.tar.gz.asc
|
/lxml-3.0.tar.gz.asc
|
||||||
/lxml-3.0.tgz
|
/lxml-3.0.tgz
|
||||||
/lxml-3.0.tgz.asc
|
/lxml-3.0.tgz.asc
|
||||||
|
/lxml-3.0.1.tgz
|
||||||
|
/lxml-3.0.1.tgz.asc
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 3.0
|
Version: 3.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
@ -123,7 +123,16 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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)
|
- 3.0 (2012-10-08)
|
||||||
- ================
|
- ================
|
||||||
-
|
-
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user