From 1cdf175cb24fdca3c55390e7fd1f08e316a44a8f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 21 Apr 2008 16:42:44 +0000 Subject: [PATCH 1/8] Initialize branch F-9 for python-lxml --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..1c26f78 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-9 From 645433671a8e82ac30b94b6c42757bc789f3ec13 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 8 May 2008 15:11:12 +0000 Subject: [PATCH 2/8] - Update to 2.0.5 --- .cvsignore | 2 +- python-lxml.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0db85f8..de4c023 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.3.tgz +lxml-2.0.5.tgz diff --git a/python-lxml.spec b/python-lxml.spec index b3616f4..b00df90 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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.3 +Version: 2.0.5 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Thu May 8 2008 Jeffrey C. Ollie - 2.0.5-1 +- Update to 2.0.5 + * Wed Mar 26 2008 Jeffrey C. Ollie - 2.0.3-1 - Update to 2.0.3 diff --git a/sources b/sources index bcbd2cf..3e5806b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdef802a5543571c167140efaf788b69 lxml-2.0.3.tgz +2cc8caf84c3b55353d5513c6d668c090 lxml-2.0.5.tgz From 2d93ea1f503b784a2f90aafb1675d9454f041a8c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 1 Jun 2008 03:43:21 +0000 Subject: [PATCH 3/8] - Update to 2.0.6 --- .cvsignore | 2 +- python-lxml.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index de4c023..f15e41f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.5.tgz +lxml-2.0.6.tgz diff --git a/python-lxml.spec b/python-lxml.spec index b00df90..40f99f4 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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.5 +Version: 2.0.6 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Sat May 31 2008 Jeffrey C. Ollie - 2.0.6-1 +- Update to 2.0.6 + * Thu May 8 2008 Jeffrey C. Ollie - 2.0.5-1 - Update to 2.0.5 diff --git a/sources b/sources index 3e5806b..72d3739 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2cc8caf84c3b55353d5513c6d668c090 lxml-2.0.5.tgz +e6749a36142b44a969c25a589f51f755 lxml-2.0.6.tgz From 812500ff7bf5623118d596dd9be56765cabdc484 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 23 Jun 2008 02:58:32 +0000 Subject: [PATCH 4/8] - Update to 2.0.7 - Update download URL --- .cvsignore | 2 +- python-lxml.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index f15e41f..8ec0f13 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.6.tgz +lxml-2.0.7.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index 40f99f4..5cc9d6f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,14 +1,15 @@ %{!?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.6 +Version: 2.0.7 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries License: BSD URL: http://codespeak.net/lxml/ -Source0: http://codespeak.net/lxml/lxml-%{version}.tgz +Source0: http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz +#Source0: http://codespeak.net/lxml/lxml-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxslt-devel @@ -48,6 +49,10 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Fri Jun 20 2008 Jeffrey C. Ollie - 2.0.7-1 +- Update to 2.0.7 +- Update download URL + * Sat May 31 2008 Jeffrey C. Ollie - 2.0.6-1 - Update to 2.0.6 diff --git a/sources b/sources index 72d3739..7b44c80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6749a36142b44a969c25a589f51f755 lxml-2.0.6.tgz +f72a3ce319b286926ac08ae66d30cd31 lxml-2.0.7.tar.gz From 32779ede48fd7b717e330d1dd91880882dda273c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 25 Jul 2008 14:52:59 +0000 Subject: [PATCH 5/8] - Update to 2.0.8 --- .cvsignore | 2 +- python-lxml.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8ec0f13..9b35909 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.7.tar.gz +lxml-2.0.8.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index 5cc9d6f..f6af847 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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.7 +Version: 2.0.8 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,9 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Fri Jul 25 2008 Jeffrey C. Ollie - 2.0.8-1 +- Update to 2.0.8 + * Fri Jun 20 2008 Jeffrey C. Ollie - 2.0.7-1 - Update to 2.0.7 - Update download URL diff --git a/sources b/sources index 7b44c80..1de509c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f72a3ce319b286926ac08ae66d30cd31 lxml-2.0.7.tar.gz +f3e7ad6e0e4b66d596e8f301c6943b43 lxml-2.0.8.tar.gz From 8ed7b10167ca8e533a46523b7db491d4e8b4c04f Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 5 Sep 2008 12:51:22 +0000 Subject: [PATCH 6/8] - 2.0.9 (2008-09-05) - Bugs fixed - - * Memory problem when passing documents between threads. - * Target parser did not honour the recover option and raised an exception - instead of calling .close() on the target. --- .cvsignore | 2 +- python-lxml.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9b35909..ca087db 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.8.tar.gz +lxml-2.0.9.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index f6af847..c17266c 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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.8 +Version: 2.0.9 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,14 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Fri Sep 5 2008 Jeffrey C. Ollie - 2.0.9-1 +- 2.0.9 (2008-09-05) +- Bugs fixed +- +- * Memory problem when passing documents between threads. +- * Target parser did not honour the recover option and raised an exception +- instead of calling .close() on the target. + * Fri Jul 25 2008 Jeffrey C. Ollie - 2.0.8-1 - Update to 2.0.8 diff --git a/sources b/sources index 1de509c..4e08e5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3e7ad6e0e4b66d596e8f301c6943b43 lxml-2.0.8.tar.gz +cc8a7dc871d5e91d24432c9154af8664 lxml-2.0.9.tar.gz From 3b96f866e17f485489ee292066df58c93088d73f Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 18 Nov 2008 13:54:47 +0000 Subject: [PATCH 7/8] - 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. --- .cvsignore | 2 +- python-lxml.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index ca087db..08fe9ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.9.tar.gz +lxml-2.0.10.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index c17266c..2cb18de 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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 - 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 - 2.0.9-1 - 2.0.9 (2008-09-05) - Bugs fixed diff --git a/sources b/sources index 4e08e5a..06c10a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc8a7dc871d5e91d24432c9154af8664 lxml-2.0.9.tar.gz +d5d534c5efbf35b2fd8a7a933e657b71 lxml-2.0.10.tar.gz From 5382467ea332d762a5b6fc6980cc9b565817d3c9 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 13 Dec 2008 02:07:33 +0000 Subject: [PATCH 8/8] - 2.0.11 (2008-12-12) - Bugs fixed - - * Crash when using an XPath evaluator in multiple threads. --- .cvsignore | 2 +- python-lxml.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 08fe9ad..cc069cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.10.tar.gz +lxml-2.0.11.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index 2cb18de..3ced9dc 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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.10 +Version: 2.0.11 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,12 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Fri Dec 12 2008 Jeffrey C. Ollie - 2.0.11-1 +- 2.0.11 (2008-12-12) +- Bugs fixed +- +- * Crash when using an XPath evaluator in multiple threads. + * Tue Nov 18 2008 Jeffrey C. Ollie - 2.0.10-1 - 2.0.10 (2008-11-17) - Bugs fixed diff --git a/sources b/sources index 06c10a6..b12161f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5d534c5efbf35b2fd8a7a933e657b71 lxml-2.0.10.tar.gz +52f492b9989b2f6bb8dcd3bb11a12fb9 lxml-2.0.11.tar.gz