From 4d25195ad445735d3f296f26742418ab05c04e106deabdbe76e6e026339e9a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 2 Jun 2020 16:33:44 +0000 Subject: [PATCH] Accepting request 810862 from home:alarrosa:branches:devel:languages:python - Update to 4.5.1 * LP#1570388: Fix failures when serialising documents larger than 2GB in some cases. * LP#1865141, GH#298: QName values were not accepted by the el.iter() method. Patch by xmo-odoo. * LP#1863413, GH#297: The build failed to detect libraries on Linux that are only configured via pkg-config. OBS-URL: https://build.opensuse.org/request/show/810862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=139 --- lxml-4.5.0.tar.gz | 3 --- lxml-4.5.1.tar.gz | 3 +++ lxmldoc-4.5.0.pdf | 3 --- lxmldoc-4.5.1.pdf | 3 +++ python-lxml.changes | 11 +++++++++++ python-lxml.spec | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 lxml-4.5.0.tar.gz create mode 100644 lxml-4.5.1.tar.gz delete mode 100644 lxmldoc-4.5.0.pdf create mode 100644 lxmldoc-4.5.1.pdf diff --git a/lxml-4.5.0.tar.gz b/lxml-4.5.0.tar.gz deleted file mode 100644 index acc2fc1..0000000 --- a/lxml-4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60 -size 4531832 diff --git a/lxml-4.5.1.tar.gz b/lxml-4.5.1.tar.gz new file mode 100644 index 0000000..28b5740 --- /dev/null +++ b/lxml-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2 +size 4545809 diff --git a/lxmldoc-4.5.0.pdf b/lxmldoc-4.5.0.pdf deleted file mode 100644 index 8267eae..0000000 --- a/lxmldoc-4.5.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76ad92eb6188254c1fd0580fa938160d9c2a2b65b8d84ae112c504b991146e0c -size 1169499 diff --git a/lxmldoc-4.5.1.pdf b/lxmldoc-4.5.1.pdf new file mode 100644 index 0000000..0c56b76 --- /dev/null +++ b/lxmldoc-4.5.1.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a5e819ce68d20697bf92452056ea70b5c36531af691c6d9add5bd89128848e +size 1169711 diff --git a/python-lxml.changes b/python-lxml.changes index 5d6b66f..8454549 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 2 14:24:31 UTC 2020 - Antonio Larrosa + +- Update to 4.5.1 + * LP#1570388: Fix failures when serialising documents larger + than 2GB in some cases. + * LP#1865141, GH#298: QName values were not accepted by the + el.iter() method. Patch by xmo-odoo. + * LP#1863413, GH#297: The build failed to detect libraries on + Linux that are only configured via pkg-config. + ------------------------------------------------------------------- Tue May 12 20:48:37 UTC 2020 - Matej Cepl diff --git a/python-lxml.spec b/python-lxml.spec index cd97a15..da3457a 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.0 +Version: 4.5.1 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later