[python-lxml] 3.0.1

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Oct 15 21:18:11 UTC 2012


commit 59580481ef080674638504091af5ee0771b9e317
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Oct 15 16:18:03 2012 -0500

    3.0.1

 .gitignore       |    2 ++
 python-lxml.spec |   13 +++++++++++--
 sources          |    4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5cfa5f..8f1c275 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/python-lxml.spec b/python-lxml.spec
index 78e6368..daa0ab8 100644
--- a/python-lxml.spec
+++ b/python-lxml.spec
@@ -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 at desktop01.dmacc.net> - 3.0-1
+* Mon Oct 15 2012 Jeffrey Ollie <jeff at 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 at ocjtech.us> - 3.0-1
 - 3.0 (2012-10-08)
 - ================
 -
diff --git a/sources b/sources
index 5684efc..11173eb 100644
--- a/sources
+++ b/sources
@@ -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


More information about the scm-commits mailing list