From a23dd980b9ecb3d98c73e35133d1f21980442d4c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 24 Jan 2007 15:39:34 +0000 Subject: [PATCH 01/18] Update to 1.1.2 --- .cvsignore | 2 +- python-lxml.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index bfb4724..f130c7d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.0.3.tgz +lxml-1.1.2.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 5d6d1d9..acb928e 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -31,6 +31,7 @@ and handles memory management automatically, unlike the default bindings. %prep %setup -q -n %{srcname}-%{version} +chmod a-x doc/rest2html.py %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -56,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/lxml/*.pyo %changelog +* Fri Jan 19 2007 Jeffrey C. Ollie - 1.1.2-1 +- Update to 1.1.2 + +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 +- Rebuild for new Python + * Sat Sep 16 2006 Shahms E. King 1.0.3-2 - Rebuild for FC6 diff --git a/sources b/sources index 2aaea63..677d420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz +d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz From c40b062d63cf9f779193ef1decf209dfb7ffb823 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 31 Jul 2007 11:37:53 +0000 Subject: [PATCH 02/18] Update to 1.3.3 --- .cvsignore | 2 +- python-lxml.spec | 14 +++++--------- sources | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index f130c7d..531984d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.1.2.tgz +lxml-1.3.3.tgz diff --git a/python-lxml.spec b/python-lxml.spec index acb928e..9a95ed8 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,10 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%{!?python_version: %define python_version %(%{__python} -c "import sys ; print sys.version[:3]")} %define srcname lxml Name: python-%{srcname} -Version: 1.1.2 +Version: 1.3.3 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -18,7 +17,6 @@ BuildRequires: python-devel libxslt-devel python-setuptools # Upstream now includes the generated .c file and the Pyrex shipped # with FC (0.9.3.1) is broken for gcc >= 4.0 #BuildRequires: Pyrex >= 0.9.4 -Requires: python-abi = %{python_version} %description lxml provides a Python binding to the libxslt and libxml2 libraries. It @@ -49,14 +47,12 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README.txt LICENSES.txt PKG-INFO CREDITS.txt CHANGES.txt doc/ -%{python_sitearch}/lxml-%{version}-py%{python_version}.egg-info/ -%dir %{python_sitearch}/lxml -%{python_sitearch}/lxml/*.so -%{python_sitearch}/lxml/*.py -%{python_sitearch}/lxml/*.pyc -%{python_sitearch}/lxml/*.pyo +%{python_sitearch}/* %changelog +* Mon Jul 30 2007 Jeffrey C. Ollie - 1.3.3-1 +- Update to 1.3.3 + * Fri Jan 19 2007 Jeffrey C. Ollie - 1.1.2-1 - Update to 1.1.2 diff --git a/sources b/sources index 677d420..0346a9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz +2baa9f8ad14aa6dcfb763cfa0ce3bbcb lxml-1.3.3.tgz From a93d41373160102e71296e0a2f1e2a7406693d50 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 1 Aug 2007 19:07:06 +0000 Subject: [PATCH 03/18] Initialize branch EL-5 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..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 8d7655b315065702411772da05d5068ba9b58209 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 22 Aug 2007 16:38:08 +0000 Subject: [PATCH 04/18] Bump release and rebuild. --- python-lxml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index 9a95ed8..2a59995 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/* %changelog +* Wed Aug 22 2007 Jeffrey C. Ollie - 1.3.3-2 +- Bump release and rebuild. + * Mon Jul 30 2007 Jeffrey C. Ollie - 1.3.3-1 - Update to 1.3.3 From 79dcc72975df111a1745b340ca2c8913ace86cc1 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 16 Dec 2007 00:04:24 +0000 Subject: [PATCH 05/18] Update to 1.3.6 --- .cvsignore | 2 +- python-lxml.spec | 58 ++++++++++++++++++++++++++---------------------- sources | 2 +- 3 files changed, 34 insertions(+), 28 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 2a59995..7cf1c2f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,48 +1,42 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define srcname lxml - -Name: python-%{srcname} -Version: 1.3.3 -Release: 2%{?dist} +Name: python-lxml +Version: 1.3.6 +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/%{srcname}-%{version}.tgz +Source0: http://codespeak.net/lxml/lxml-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel libxslt-devel python-setuptools -# Upstream now includes the generated .c file and the Pyrex shipped -# with FC (0.9.3.1) is broken for gcc >= 4.0 -#BuildRequires: Pyrex >= 0.9.4 +BuildRequires: python-devel +BuildRequires: libxslt-devel +BuildRequires: python-setuptools-devel %description -lxml provides a Python binding to the libxslt and libxml2 libraries. It -follows the ElementTree API as much as possible in order to provide a more -Pythonic interface to libxml2 and libxslt than the default bindings. In -particular, lxml deals with Python Unicode strings rather than encoded UTF-8 -and handles memory management automatically, unlike the default bindings. - +lxml provides a Python binding to the libxslt and libxml2 libraries. +It follows the ElementTree API as much as possible in order to provide +a more Pythonic interface to libxml2 and libxslt than the default +bindings. In particular, lxml deals with Python Unicode strings +rather than encoded UTF-8 and handles memory management automatically, +unlike the default bindings. %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n lxml-%{version} chmod a-x doc/rest2html.py %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build - +CFLAGS="%{optflags}" %{__python} setup.py build %install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed - +rm -rf %{buildroot} +%{__python} setup.py install --skip-build --root %{buildroot} %clean -rm -rf $RPM_BUILD_ROOT - +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -50,8 +44,20 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/* %changelog -* Wed Aug 22 2007 Jeffrey C. Ollie - 1.3.3-2 -- Bump release and rebuild. +* 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. + +* Wed Aug 29 2007 Fedora Release Engineering - 1.3.3-3 +- Rebuild for selinux ppc32 issue. + +* Tue Aug 28 2007 Jeffrey C. Ollie - 1.3.3-2 +- BR python-setuptools-devel * Mon Jul 30 2007 Jeffrey C. Ollie - 1.3.3-1 - Update to 1.3.3 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 5a7327d56f878f057777d25c40e4bd78ca7084a5 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 4 Mar 2008 14:33:40 +0000 Subject: [PATCH 06/18] 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 26f90db627bb604b53cd24b7719633a8c7b608bb Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 27 Mar 2008 04:38:43 +0000 Subject: [PATCH 07/18] - 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 6392e10ae78db474c0004df18e19c38f1b4dce3d Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 8 May 2008 18:12:09 +0000 Subject: [PATCH 08/18] - 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 16c6b279575a167ab73c30209d8d7e0f65165dbd Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 1 Jun 2008 03:47:28 +0000 Subject: [PATCH 09/18] - 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 1bed9b4133dabc5e0ae2bd5acfe48cc41a389e31 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 23 Jun 2008 02:54:48 +0000 Subject: [PATCH 10/18] - 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 db2fc0855ac10a371ca79ba1db680af36e21069a Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 25 Jul 2008 15:10:45 +0000 Subject: [PATCH 11/18] - 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 42f697a..1c26f78 100644 --- a/branch +++ b/branch @@ -1 +1 @@ -EL-5 +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 f8326edbcaadebccd6b5694ed027af92c4aa5958 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 25 Jul 2008 16:20:12 +0000 Subject: [PATCH 12/18] Fix branch. --- branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch b/branch index 1c26f78..42f697a 100644 --- a/branch +++ b/branch @@ -1 +1 @@ -F-9 +EL-5 From 8d4692915228f85ad5f0758e32860bef2cd0657d Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 5 Sep 2008 13:21:19 +0000 Subject: [PATCH 13/18] - 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 9eee1516c4c6e151d3553502f61402a9ff95e173 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 18 Nov 2008 14:09:19 +0000 Subject: [PATCH 14/18] - 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 e3a531da7cb821a41117473c1267ba3ecd97f366 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 13 Dec 2008 02:09:08 +0000 Subject: [PATCH 15/18] - 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 From 4ffe0401ff669679108e55e9f568bfda3836e8b4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:52:55 +0000 Subject: [PATCH 16/18] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2282443..af4fb17 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := python-lxml SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From f8f867e57832b2bbb717d3d5a03d469b4b5c793a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 10:29:03 +0000 Subject: [PATCH 17/18] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index af4fb17..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: python-lxml -# $Id$ -NAME := python-lxml -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 From ef48221b496f7af66a1d586c273c2e264b977659 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 29 Apr 2014 10:21:41 -0500 Subject: [PATCH 18/18] python-lxml moved to RHEL base channel as of March 2013 --- .gitignore | 1 - dead.package | 1 + python-lxml.spec | 153 ----------------------------------------------- sources | 1 - 4 files changed, 1 insertion(+), 155 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 python-lxml.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cc069cc..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -lxml-2.0.11.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..7970321 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +python-lxml moved to RHEL base channel as of March 2013 diff --git a/python-lxml.spec b/python-lxml.spec deleted file mode 100644 index 3ced9dc..0000000 --- a/python-lxml.spec +++ /dev/null @@ -1,153 +0,0 @@ -%{!?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.11 -Release: 1%{?dist} -Summary: ElementTree-like Python bindings for libxml2 and libxslt - -Group: Development/Libraries -License: BSD -URL: http://codespeak.net/lxml/ -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 - -%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. -It follows the ElementTree API as much as possible in order to provide -a more Pythonic interface to libxml2 and libxslt than the default -bindings. In particular, lxml deals with Python Unicode strings -rather than encoded UTF-8 and handles memory management automatically, -unlike the default bindings. - -%prep -%setup -q -n lxml-%{version} - -chmod a-x doc/rest2html.py - -%build -CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build - -%install -rm -rf %{buildroot} -%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot} - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root,-) -%doc README.txt LICENSES.txt PKG-INFO CREDITS.txt CHANGES.txt doc/ -%{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 -- -- * 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 -- -- * 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 - -* 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 - -* 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 - -* 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. - -* 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. - -* Wed Aug 29 2007 Fedora Release Engineering - 1.3.3-3 -- Rebuild for selinux ppc32 issue. - -* Tue Aug 28 2007 Jeffrey C. Ollie - 1.3.3-2 -- BR python-setuptools-devel - -* Mon Jul 30 2007 Jeffrey C. Ollie - 1.3.3-1 -- Update to 1.3.3 - -* Fri Jan 19 2007 Jeffrey C. Ollie - 1.1.2-1 -- Update to 1.1.2 - -* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 -- Rebuild for new Python - -* Sat Sep 16 2006 Shahms E. King 1.0.3-2 -- Rebuild for FC6 - -* Thu Aug 17 2006 Shahms E. King 1.0.3-1 -- Update to new upstream version - -* Fri Aug 11 2006 Shahms E. King 1.0.2-2 -- Include, don't ghost .pyo files per new guidelines - -* Fri Jul 07 2006 Shahms E. King 1.0.2-1 -- Update to new upstream release - -* Mon Jun 26 2006 Shahms E. King 1.0.1-1 -- Update to new upstream release - -* Fri Jun 02 2006 Shahms E. King 1.0-1 -- Update to new upstream 1.0 release - -* Wed Apr 26 2006 Shahms E. King 0.9.1-3 -- Add python-setuptools to BuildRequires -- Use dist tag - -* Wed Apr 26 2006 Shahms E. King 0.9.1-2 -- Fix summary and description - -* Tue Apr 18 2006 Shahms E. King 0.9.1-1 -- update the new upstream version -- remove Pyrex build req - -* Tue Dec 13 2005 Shahms E. King 0.8-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index b12161f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -52f492b9989b2f6bb8dcd3bb11a12fb9 lxml-2.0.11.tar.gz