From 3f321f2ca9c9428fdfc2aadd5c66025cb3bfb1a6df8d579fcedfd332f31f8854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 5 Mar 2020 12:47:41 +0000 Subject: [PATCH] - update to 4.5.0 * A new function indent() was added to insert tail whitespace for pretty-printing an XML tree. * LP#1857794 Tail text of nodes that get removed from a document using item deletion disappeared silently instead of sticking with the node that was removed. * LP#1840234: The package version number is now available as lxml.__version__ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=135 --- lxml-4.4.2.tar.gz | 3 --- lxml-4.5.0.tar.gz | 3 +++ lxmldoc-4.4.2.pdf | 3 --- lxmldoc-4.5.0.pdf | 3 +++ python-lxml.changes | 11 +++++++++++ python-lxml.spec | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 lxml-4.4.2.tar.gz create mode 100644 lxml-4.5.0.tar.gz delete mode 100644 lxmldoc-4.4.2.pdf create mode 100644 lxmldoc-4.5.0.pdf diff --git a/lxml-4.4.2.tar.gz b/lxml-4.4.2.tar.gz deleted file mode 100644 index 46ad1ca..0000000 --- a/lxml-4.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eff69ddbf3ad86375c344339371168640951c302450c5d3e9936e98d6459db06 -size 2574193 diff --git a/lxml-4.5.0.tar.gz b/lxml-4.5.0.tar.gz new file mode 100644 index 0000000..acc2fc1 --- /dev/null +++ b/lxml-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60 +size 4531832 diff --git a/lxmldoc-4.4.2.pdf b/lxmldoc-4.4.2.pdf deleted file mode 100644 index 01fff6a..0000000 --- a/lxmldoc-4.4.2.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b52174f9677f27270fa2bfa5175c64eaf09506577d5ed74f8cc4568edaace224 -size 1166108 diff --git a/lxmldoc-4.5.0.pdf b/lxmldoc-4.5.0.pdf new file mode 100644 index 0000000..8267eae --- /dev/null +++ b/lxmldoc-4.5.0.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ad92eb6188254c1fd0580fa938160d9c2a2b65b8d84ae112c504b991146e0c +size 1169499 diff --git a/python-lxml.changes b/python-lxml.changes index 31a7886..5b1e193 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 5 12:44:43 UTC 2020 - Ondřej Súkup + +- update to 4.5.0 + * A new function indent() was added to insert tail whitespace + for pretty-printing an XML tree. + * LP#1857794 Tail text of nodes that get removed from a document + using item deletion disappeared silently instead of sticking with the node + that was removed. + * LP#1840234: The package version number is now available as lxml.__version__ + ------------------------------------------------------------------- Wed Jan 22 13:55:03 UTC 2020 - Martin Sirringhaus diff --git a/python-lxml.spec b/python-lxml.spec index 417feb8..88076fe 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.4.2 +Version: 4.5.0 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later