From f176707a9e2d764ac4fd0f69fd47554d8ff5578de4dcbd9922dc356cf3a534e4 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 22 Jul 2019 19:03:20 +0000 Subject: [PATCH] Accepting request 717674 from home:TheBlackCat:branches:devel:languages:python - Update to 4.3.4 * Rebuilt with Cython 0.29.10 to support Python 3.8. Note: documentation is not updated OBS-URL: https://build.opensuse.org/request/show/717674 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=125 --- lxml-4.3.3.tar.gz | 3 --- lxml-4.3.4.tar.gz | 3 +++ python-lxml.changes | 7 +++++++ python-lxml.spec | 5 +++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 lxml-4.3.3.tar.gz create mode 100644 lxml-4.3.4.tar.gz diff --git a/lxml-4.3.3.tar.gz b/lxml-4.3.3.tar.gz deleted file mode 100644 index ad939a8..0000000 --- a/lxml-4.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a03dd682f8e35a10234904e0b9508d705ff98cf962c5851ed052e9340df3d90 -size 4378439 diff --git a/lxml-4.3.4.tar.gz b/lxml-4.3.4.tar.gz new file mode 100644 index 0000000..d473e20 --- /dev/null +++ b/lxml-4.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce1c49d4b4a7bc75fb12acb3a6247bb7a91fe420542e6d671ba9187d12a12c2 +size 2488557 diff --git a/python-lxml.changes b/python-lxml.changes index 59aac42..36ac4da 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 22 16:49:22 UTC 2019 - Todd R + +- Update to 4.3.4 + * Rebuilt with Cython 0.29.10 to support Python 3.8. + Note: documentation is not updated + ------------------------------------------------------------------- Tue Jul 2 15:03:15 UTC 2019 - Tomáš Chvátal diff --git a/python-lxml.spec b/python-lxml.spec index 106e472..9f1391c 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -18,14 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lxml -Version: 4.3.3 +Version: 4.3.4 +%define docver 4.3.3 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later Group: Development/Languages/Python URL: http://lxml.de/ Source: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz -Source1: https://lxml.de/lxmldoc-%{version}.pdf +Source1: https://lxml.de/lxmldoc-%{docver}.pdf BuildRequires: %{python_module Cython >= 0.26.1} BuildRequires: %{python_module cssselect >= 0.9.1} BuildRequires: %{python_module setuptools >= 18.0.1}