diff --git a/lxml-4.3.1.tar.gz b/lxml-4.3.1.tar.gz deleted file mode 100644 index 2cb4835..0000000 --- a/lxml-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da5e7e941d6e71c9c9a717c93725cda0708c2474f532e3680ac5e39ec57d224d -size 4380082 diff --git a/lxml-4.3.2.tar.gz b/lxml-4.3.2.tar.gz new file mode 100644 index 0000000..be019de --- /dev/null +++ b/lxml-4.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9d8521c89bf6f2a929c3d12ad3ad7392c774c327ea809fd08a13be6b3bc05f +size 4380761 diff --git a/lxmldoc-4.3.0.pdf b/lxmldoc-4.3.0.pdf deleted file mode 100644 index 63c9b7a..0000000 --- a/lxmldoc-4.3.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d227540c3aaa57a9fc4700362f7e1492ede3aa8a7d16554205748391b8e5db4 -size 1150779 diff --git a/lxmldoc-4.3.2.pdf b/lxmldoc-4.3.2.pdf new file mode 100644 index 0000000..dc5c03a --- /dev/null +++ b/lxmldoc-4.3.2.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d941b4c50e898c3fa0f2800b26ec527bd27577746e41a02a68e72ed23c2ba494 +size 1151919 diff --git a/python-lxml.changes b/python-lxml.changes index d94eb19..b8cfc30 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 5 11:27:57 UTC 2019 - Tomáš Chvátal + +- Update to 4.3.2: + * Crash in 4.3.1 when appending a child subtree with certain text nodes. + ------------------------------------------------------------------- Thu Feb 14 07:33:12 UTC 2019 - John Vandenberg diff --git a/python-lxml.spec b/python-lxml.spec index 00d51b1..773c009 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -16,18 +16,16 @@ # -%define lxml_version 4.3 -%define lxml_patch_version 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lxml -Version: %{lxml_version}.%{lxml_patch_version} +Version: 4.3.2 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/ +URL: http://lxml.de/ Source: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz -Source1: https://lxml.de/%{lxml_version}/lxmldoc-%{lxml_version}.0.pdf +Source1: https://lxml.de/lxmldoc-%{version}.pdf BuildRequires: %{python_module Cython >= 0.26.1} BuildRequires: %{python_module cssselect >= 0.9.1} BuildRequires: %{python_module setuptools >= 18.0.1} @@ -44,12 +42,13 @@ provides convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT and C14N. -%package doc +%package -n %{name}-doc Summary: Documentation for python-lxml, an XML processing library Group: Documentation/Other +Provides: %{python_module doc = %{version}} BuildArch: noarch -%description doc +%description -n %{name}-doc lxml is a Pythonic binding for the libxml2 and libxslt libraries. It provides convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, @@ -113,7 +112,7 @@ make %{?_smp_mflags} test3 %{python_sitearch}/lxml/*.h %{python_sitearch}/lxml/includes/*.h -%files %{python_files doc} +%files -n %{name}-doc %license LICENSES.txt %doc doc/html %doc lxmldoc-*.pdf