From d41abe2ee8ba31e4bb3d63668b2614a8ca973fed0267d522e2f734687a277652 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Jul 2022 06:03:30 +0000 Subject: [PATCH] Accepting request 988040 from home:apersaud:branches:devel:languages:python - update to version 4.9.1: * Bugs fixed + A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note that iterwalk() can crash on valid input parsed with the same parser after failing to parse the incorrect input. Note: The doc pdf seems to be outdated, but I couldn't find any newer ones on their webpage. Perhaps the doc package should be deleted? OBS-URL: https://build.opensuse.org/request/show/988040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=158 --- lxml-4.9.0.tar.gz | 3 --- lxml-4.9.1.tar.gz | 3 +++ python-lxml.changes | 10 ++++++++++ python-lxml.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 lxml-4.9.0.tar.gz create mode 100644 lxml-4.9.1.tar.gz diff --git a/lxml-4.9.0.tar.gz b/lxml-4.9.0.tar.gz deleted file mode 100644 index 489c9b4..0000000 --- a/lxml-4.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:520461c36727268a989790aef08884347cd41f2d8ae855489ccf40b50321d8d7 -size 3377099 diff --git a/lxml-4.9.1.tar.gz b/lxml-4.9.1.tar.gz new file mode 100644 index 0000000..10a6be1 --- /dev/null +++ b/lxml-4.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f +size 3377628 diff --git a/python-lxml.changes b/python-lxml.changes index b85b50d..fdead00 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 9 14:10:48 UTC 2022 - Arun Persaud + +- update to version 4.9.1: + * Bugs fixed + + A crash was resolved when using iterwalk() (or canonicalize()) + after parsing certain incorrect input. Note that iterwalk() can + crash on valid input parsed with the same parser after failing + to parse the incorrect input. + ------------------------------------------------------------------- Tue Jun 7 21:14:47 UTC 2022 - Dirk Müller diff --git a/python-lxml.spec b/python-lxml.spec index fe90ebe..ca42102 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.9.0 +Version: 4.9.1 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later @@ -88,10 +88,10 @@ export CFLAGS="%{optflags}" export LANG=en_US.UTF-8 export PYTHONUNBUFFERED=x %if 0%{?have_python2} -make %{?_smp_mflags} test +%make_build test %endif %if 0%{?have_python3} -make %{?_smp_mflags} test3 +%make_build test3 %endif %install