From 72132d698174bc99b9e67c0a88a3b7ffd5817dbe Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 20 Oct 2007 10:19:43 +0000 Subject: [PATCH 01/12] Initialize branch F-8 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..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From ad525ebbc34b7738c23817a0d2560005008d8217 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Dec 2007 23:50:16 +0000 Subject: [PATCH 02/12] Update to 1.3.6 --- .cvsignore | 2 +- python-lxml.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 531984d..52f7707 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.3.3.tgz +lxml-1.3.6.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 3a0fbc0..7cf1c2f 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: 1.3.4 +Version: 1.3.6 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -33,7 +33,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} --single-version-externally-managed +%{__python} setup.py install --skip-build --root %{buildroot} %clean rm -rf %{buildroot} @@ -44,6 +44,12 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Mon Nov 4 2007 Jeffrey C. Ollie - 1.3.6-1 +- Update to 1.3.6. + +* Mon Oct 22 2007 Jeffrey C. Ollie - 1.3.5-1 +- Update to 1.3.5. + * Thu Aug 30 2007 Jeffrey C. Ollie - 1.3.4-1 - Update to 1.3.4. diff --git a/sources b/sources index 0346a9b..69fc08a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2baa9f8ad14aa6dcfb763cfa0ce3bbcb lxml-1.3.3.tgz +a66f3b9669ee4fd2f98b6be920ac583c lxml-1.3.6.tgz From d0e6faca2daeba02b02ee90bc25db6b73d522afc Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 4 Mar 2008 15:02:47 +0000 Subject: [PATCH 03/12] Update to 2.0.2 --- .cvsignore | 2 +- python-lxml.spec | 23 ++++++++++++++++++----- sources | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 52f7707..2f446de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.3.6.tgz +lxml-2.0.2.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 7cf1c2f..fe07625 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: 1.3.6 +Version: 2.0.2 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -11,9 +11,13 @@ URL: http://codespeak.net/lxml/ Source0: http://codespeak.net/lxml/lxml-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel BuildRequires: libxslt-devel -BuildRequires: python-setuptools-devel + +%if 0%{?fedora} >= 8 +BuildRequires: python-setuptools-devel +%else +BuildRequires: python-setuptools +%endif %description lxml provides a Python binding to the libxslt and libxml2 libraries. @@ -29,11 +33,11 @@ unlike the default bindings. chmod a-x doc/rest2html.py %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build %install rm -rf %{buildroot} -%{__python} setup.py install --skip-build --root %{buildroot} +%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot} %clean rm -rf %{buildroot} @@ -44,6 +48,15 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Sat Feb 23 2008 Jeffrey C. Ollie - 2.0.2-1 +- Update to 2.0.2 + +* Tue Feb 19 2008 Jeffrey C. Ollie - 2.0.1-1 +- Update to 2.0.1 + +* Tue Feb 19 2008 Fedora Release Engineering - 1.3.6-2 +- Autorebuild for GCC 4.3 + * Mon Nov 4 2007 Jeffrey C. Ollie - 1.3.6-1 - Update to 1.3.6. diff --git a/sources b/sources index 69fc08a..7c8b04e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a66f3b9669ee4fd2f98b6be920ac583c lxml-1.3.6.tgz +ddfa5354726d4bb5de54a8685bdc87a2 lxml-2.0.2.tgz From ff696c554ca4f6561d1280a2d8ea76e8344a1c32 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 27 Mar 2008 04:29:42 +0000 Subject: [PATCH 04/12] - Update to 2.0.3 --- .cvsignore | 2 +- python-lxml.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2f446de..0db85f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.2.tgz +lxml-2.0.3.tgz diff --git a/python-lxml.spec b/python-lxml.spec index fe07625..b3616f4 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.2 +Version: 2.0.3 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -48,6 +48,9 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Wed Mar 26 2008 Jeffrey C. Ollie - 2.0.3-1 +- Update to 2.0.3 + * Sat Feb 23 2008 Jeffrey C. Ollie - 2.0.2-1 - Update to 2.0.2 diff --git a/sources b/sources index 7c8b04e..bcbd2cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddfa5354726d4bb5de54a8685bdc87a2 lxml-2.0.2.tgz +cdef802a5543571c167140efaf788b69 lxml-2.0.3.tgz From 92d209543aa1224769b04f7d4a06255036723047 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 8 May 2008 16:09:53 +0000 Subject: [PATCH 05/12] - 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 02522c80db20ef0060a6948709e59b2ed7450c85 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 1 Jun 2008 03:45:35 +0000 Subject: [PATCH 06/12] - 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 367c156075f263e8dfffc288fad0683ab541759a Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 23 Jun 2008 03:13:08 +0000 Subject: [PATCH 07/12] - 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 35dc2ac0630a44898e493d53886d1f2062066713 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 25 Jul 2008 15:09:56 +0000 Subject: [PATCH 08/12] - Update to 2.0.8 --- .cvsignore | 2 +- branch | 2 +- python-lxml.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 4 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/branch b/branch index e9e7ccd..1c26f78 100644 --- a/branch +++ b/branch @@ -1 +1 @@ -F-8 +F-9 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 31046ca68e608aedbed7b7a54d9647ddda1cc8a7 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 25 Jul 2008 16:19:17 +0000 Subject: [PATCH 09/12] Fix branch. --- branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch b/branch index 1c26f78..e9e7ccd 100644 --- a/branch +++ b/branch @@ -1 +1 @@ -F-9 +F-8 From 755d25371e328f70cd81722472b6761d76030cee Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 5 Sep 2008 13:08:02 +0000 Subject: [PATCH 10/12] - 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 f4423b322aed8187b63ce212aa37596648f926e5 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 18 Nov 2008 13:55:17 +0000 Subject: [PATCH 11/12] - 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 9486f4e86938be938db102953261510afbf402c7 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 13 Dec 2008 01:58:41 +0000 Subject: [PATCH 12/12] - 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