From d4d99a8259f24103719c23ef0b655a3d50675a1bd3c845a44eafa57d98d8659c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 12:57:40 +0000 Subject: [PATCH] - Update to 4.4.1: * LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it as attrib mapping during element creation. * LP#1838521: The package metadata now lists the supported Python versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=129 --- lxml-4.4.0.tar.gz | 3 --- lxml-4.4.1.tar.gz | 3 +++ lxmldoc-4.4.0.pdf | 3 --- lxmldoc-4.4.1.pdf | 3 +++ python-lxml.changes | 7 +++++++ python-lxml.spec | 7 ++----- world.txt | 1 - 7 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 lxml-4.4.0.tar.gz create mode 100644 lxml-4.4.1.tar.gz delete mode 100644 lxmldoc-4.4.0.pdf create mode 100644 lxmldoc-4.4.1.pdf delete mode 100644 world.txt diff --git a/lxml-4.4.0.tar.gz b/lxml-4.4.0.tar.gz deleted file mode 100644 index ab835b8..0000000 --- a/lxml-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b57dc5ed7b6a7d852c961f2389ca99404c2b59fd2088baec6fbaca02f688be4 -size 4529799 diff --git a/lxml-4.4.1.tar.gz b/lxml-4.4.1.tar.gz new file mode 100644 index 0000000..7f5a94f --- /dev/null +++ b/lxml-4.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81cb40bff373ab7a7446d6bbca0190bccc5be3448b47b51d729e37799bb5692 +size 4532114 diff --git a/lxmldoc-4.4.0.pdf b/lxmldoc-4.4.0.pdf deleted file mode 100644 index 4ea7917..0000000 --- a/lxmldoc-4.4.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d8ccf53b7c93b57d795f09ef6561a18ab876f0d6f4bb3f2dc9bf9a9db887395 -size 1164208 diff --git a/lxmldoc-4.4.1.pdf b/lxmldoc-4.4.1.pdf new file mode 100644 index 0000000..074de47 --- /dev/null +++ b/lxmldoc-4.4.1.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d310ea85b0aaae5de890c2e7eb8e38d5bcce3b068590cf163530e6a013bc9dd6 +size 1164438 diff --git a/python-lxml.changes b/python-lxml.changes index f3bb85c..26b95b9 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 11 12:48:12 UTC 2019 - Tomáš Chvátal + +- Update to 4.4.1: + * LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it as attrib mapping during element creation. + * LP#1838521: The package metadata now lists the supported Python versions. + ------------------------------------------------------------------- Thu Aug 1 13:13:57 UTC 2019 - pgajdos@suse.com diff --git a/python-lxml.spec b/python-lxml.spec index 50f5e07..7bef0b6 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -18,16 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lxml -Version: 4.4.0 +Version: 4.4.1 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: https://lxml.de/ Source0: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz Source1: https://lxml.de/lxmldoc-%{version}.pdf -# https://github.com/lxml/lxml/pull/284 -Source2: https://raw.githubusercontent.com/lxml/lxml/master/src/lxml/tests/c14n-20/world.txt BuildRequires: %{python_module Cython >= 0.29.7} BuildRequires: %{python_module cssselect >= 0.9.1} BuildRequires: %{python_module setuptools >= 18.0.1} @@ -85,7 +83,6 @@ export CFLAGS="%{optflags}" %python_build --with-cython %check -cp %{SOURCE2} src/lxml/tests/c14n-20 # The tests fail on SLE 11 due to broken incremental parsing in libxml2 export CFLAGS="%{optflags}" export LANG=en_US.UTF-8 diff --git a/world.txt b/world.txt deleted file mode 100644 index 8df3dab..0000000 --- a/world.txt +++ /dev/null @@ -1 +0,0 @@ -world \ No newline at end of file