diff --git a/lxml-4.5.1.tar.gz b/lxml-4.5.1.tar.gz deleted file mode 100644 index 28b5740..0000000 --- a/lxml-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2 -size 4545809 diff --git a/lxml-4.5.2.tar.gz b/lxml-4.5.2.tar.gz new file mode 100644 index 0000000..5a14385 --- /dev/null +++ b/lxml-4.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6 +size 4547051 diff --git a/lxmldoc-4.5.1.pdf b/lxmldoc-4.5.1.pdf deleted file mode 100644 index 0c56b76..0000000 --- a/lxmldoc-4.5.1.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07a5e819ce68d20697bf92452056ea70b5c36531af691c6d9add5bd89128848e -size 1169711 diff --git a/lxmldoc-4.5.2.pdf b/lxmldoc-4.5.2.pdf new file mode 100644 index 0000000..4ec193b --- /dev/null +++ b/lxmldoc-4.5.2.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0f329361f59a89180f56f1b2e2834e5a4d6cf86f638380eb969a0a7c6989e2 +size 1170312 diff --git a/python-lxml.changes b/python-lxml.changes index 8454549..e785411 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jul 17 07:30:50 UTC 2020 - Dirk Mueller + +- update to 4.5.2: + * ``Cleaner()`` now validates that only known configuration options can be set. + * LP#1882606: ``Cleaner.clean_html()`` discarded comments and PIs regardless of the + corresponding configuration option, if ``remove_unknown_tags`` was set. + * LP#1880251: Instead of globally overwriting the document loader in libxml2, lxml now + sets it per parser run, which improves the interoperability with other users of libxml2 + such as libxmlsec. + * LP#1881960: Fix build in CPython 3.10 by using Cython 0.29.21. + * The setup options "--with-xml2-config" and "--with-xslt-config" were accidentally renamed + to "--xml2-config" and "--xslt-config" in 4.5.1 and are now available again. + ------------------------------------------------------------------- Tue Jun 2 14:24:31 UTC 2020 - Antonio Larrosa diff --git a/python-lxml.spec b/python-lxml.spec index da3457a..9dcffdb 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lxml -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later