From b62809bfac6a6b334b8cf171baaa9daaa162ba02213d66bff6bc0a58704c0ec3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Jan 2022 23:12:53 +0000 Subject: [PATCH] - update to 4.7.1: * Chunked Unicode string parsing via ``parser.feed()`` now encodes the input data to the native UTF-8 encoding directly, instead of going through ``Py_UNICODE`` / ``wchar_t`` encoding first, which previously required duplicate recoding in most cases. * The standard namespace prefixes were mishandled during "C14N2" serialisation on Python 3. * ``lxml.objectify`` previously accepted non-XML numbers with underscores (like "1_000") as integers or float values in Python 3.6 and later. It now adheres to the number format of the XML spec again. * LP#1939031: Static wheels of lxml now contain the header files of zlib and libiconv (in addition to the already provided headers of libxml2/libxslt/libexslt). * Wheels include libxml2 2.9.12+ and libxslt 1.1.34 (also on Windows). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=154 --- lxml-4.6.5.tar.gz | 3 --- lxml-4.7.1.tar.gz | 3 +++ python-lxml.changes | 15 +++++++++++++++ python-lxml.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 lxml-4.6.5.tar.gz create mode 100644 lxml-4.7.1.tar.gz diff --git a/lxml-4.6.5.tar.gz b/lxml-4.6.5.tar.gz deleted file mode 100644 index 6a4f3e9..0000000 --- a/lxml-4.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e84edecc3a82f90d44ddee2ee2a2630d4994b8471816e226d2b771cda7ac4ca -size 3188254 diff --git a/lxml-4.7.1.tar.gz b/lxml-4.7.1.tar.gz new file mode 100644 index 0000000..ee367fd --- /dev/null +++ b/lxml-4.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1613838aa6b89af4ba10a0f3a972836128801ed008078f8c1244e65958f1b24 +size 3204203 diff --git a/python-lxml.changes b/python-lxml.changes index d7ddd49..b491b51 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 10 23:09:05 UTC 2022 - Dirk Müller + +- update to 4.7.1: + * Chunked Unicode string parsing via ``parser.feed()`` now encodes the input data + to the native UTF-8 encoding directly, instead of going through ``Py_UNICODE`` / + ``wchar_t`` encoding first, which previously required duplicate recoding in most cases. + * The standard namespace prefixes were mishandled during "C14N2" serialisation on Python 3. + * ``lxml.objectify`` previously accepted non-XML numbers with underscores (like "1_000") + as integers or float values in Python 3.6 and later. It now adheres to the number + format of the XML spec again. + * LP#1939031: Static wheels of lxml now contain the header files of zlib and libiconv + (in addition to the already provided headers of libxml2/libxslt/libexslt). + * Wheels include libxml2 2.9.12+ and libxslt 1.1.34 (also on Windows). + ------------------------------------------------------------------- Tue Jan 4 16:03:54 UTC 2022 - Dirk Müller diff --git a/python-lxml.spec b/python-lxml.spec index 62d3a10..238f865 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.6.5 +Version: 4.7.1 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later