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}