From 77aa18a220e08454284a593ec294bc4dbe636340d72c195ad4325b65129cece6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 18 Feb 2022 00:40:47 +0000 Subject: [PATCH] - update to 4.8.0: * GH#337: Path-like objects are now supported throughout the API instead of just strings. * The ``ElementMaker`` now supports ``QName`` values as tags, which always override the default namespace of the factory. * GH#338: In lxml.objectify, the XSI float annotation "nan" and "inf" were spelled in lower case, whereas XML Schema datatypes define them as "NaN" and "INF" respectively. * Built with Cython 0.29.28. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=155 --- lxml-4.7.1.tar.gz | 3 --- lxml-4.8.0.tar.gz | 3 +++ python-lxml.changes | 12 ++++++++++++ python-lxml.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 lxml-4.7.1.tar.gz create mode 100644 lxml-4.8.0.tar.gz diff --git a/lxml-4.7.1.tar.gz b/lxml-4.7.1.tar.gz deleted file mode 100644 index ee367fd..0000000 --- a/lxml-4.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1613838aa6b89af4ba10a0f3a972836128801ed008078f8c1244e65958f1b24 -size 3204203 diff --git a/lxml-4.8.0.tar.gz b/lxml-4.8.0.tar.gz new file mode 100644 index 0000000..d41573c --- /dev/null +++ b/lxml-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23 +size 3209187 diff --git a/python-lxml.changes b/python-lxml.changes index b491b51..da543e4 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 18 00:36:08 UTC 2022 - Dirk Müller + +- update to 4.8.0: + * GH#337: Path-like objects are now supported throughout the API instead of + just strings. + * The ``ElementMaker`` now supports ``QName`` values as tags, which always + override the default namespace of the factory. + * GH#338: In lxml.objectify, the XSI float annotation "nan" and "inf" were spelled in + lower case, whereas XML Schema datatypes define them as "NaN" and "INF" respectively. + * Built with Cython 0.29.28. + ------------------------------------------------------------------- Mon Jan 10 23:09:05 UTC 2022 - Dirk Müller diff --git a/python-lxml.spec b/python-lxml.spec index 238f865..3003da3 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.7.1 +Version: 4.8.0 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later