SHA256
1
0
forked from pool/python-lxml

7 Commits

Author SHA256 Message Date
32a3b38a24 Accepting request 1280666 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1280666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=113
2025-05-30 12:28:10 +00:00
d4ab80368c - Update to 5.4.0
* LP#2107279: Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve
    several CVEs. Issue found by Anatoly Katyushin, see
    https://bugs.launchpad.net/lxml/+bug/2107279

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=207
2025-05-27 15:43:09 +00:00
a845284b2a Accepting request 1269361 from devel:languages:python
- update to 5.3.2 (bsc#1237370, CVE-2025-24928):
  * This release resolves CVE-2025-24928 as described in
  * https://gitlab.gnome.org/GNOME/libxml2/-/issues/847
  * GH#440: Some tests were adapted for libxml2 2.14.0.
  * LP#2097175: ``DTD(external_id="…")`` erroneously required a
    byte string as ID value.
  * GH#450: ``iterparse()`` internally triggered the
    `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.

OBS-URL: https://build.opensuse.org/request/show/1269361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=112
2025-04-15 18:46:51 +00:00
3fb0b8b1d9 - update to 5.3.2 (bsc#1237370, CVE-2025-24928):
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=205
2025-04-14 20:24:24 +00:00
26c09de24d - update to 5.3.2:
* This release resolves CVE-2025-24928 as described in
  * https://gitlab.gnome.org/GNOME/libxml2/-/issues/847
  * GH#440: Some tests were adapted for libxml2 2.14.0.
  * LP#2097175: ``DTD(external_id="…")`` erroneously required a
    byte string as ID value.
  * GH#450: ``iterparse()`` internally triggered the
    `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=204
2025-04-14 20:23:51 +00:00
4b6b1ff478 Accepting request 1203784 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1203784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=111
2024-09-26 16:52:45 +00:00
ec82b5a549 Accepting request 1203593 from system:homeautomation:home-assistant:unstable
- 5.3.0 (2024-08-10)
  Features added
  - GH#421: Nested CDATA sections are no longer rejected but split
    on output to represent ]]> correctly. Patch by Gertjan Klein.
  Bugs fixed
  - LP#2060160: Attribute values serialised differently in
    xmlfile.element() and xmlfile.write().
  - LP#2058177: The ISO-Schematron implementation could fail on
    unknown prefixes. Patch by David Lakin.
  Other changes
  - LP#2067707: The strip_cdata option in HTMLParser() turned out
    to be useless and is now deprecated.
  - Built with Cython 3.0.11.

OBS-URL: https://build.opensuse.org/request/show/1203593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=202
2024-09-26 09:33:28 +00:00
4 changed files with 42 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87
size 3678631

BIN
lxml-5.4.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue May 27 14:56:16 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 5.4.0
* LP#2107279: Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve
several CVEs. Issue found by Anatoly Katyushin, see
https://bugs.launchpad.net/lxml/+bug/2107279
-------------------------------------------------------------------
Mon Apr 14 20:23:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 5.3.2 (bsc#1237370, CVE-2025-24928):
* This release resolves CVE-2025-24928 as described in
* https://gitlab.gnome.org/GNOME/libxml2/-/issues/847
* GH#440: Some tests were adapted for libxml2 2.14.0.
* LP#2097175: ``DTD(external_id="…")`` erroneously required a
byte string as ID value.
* GH#450: ``iterparse()`` internally triggered the
`DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.
-------------------------------------------------------------------
Wed Sep 25 13:33:01 UTC 2024 - Adrian Schröter <adrian@suse.de>
- 5.3.0 (2024-08-10)
Features added
- GH#421: Nested CDATA sections are no longer rejected but split
on output to represent ]]> correctly. Patch by Gertjan Klein.
Bugs fixed
- LP#2060160: Attribute values serialised differently in
xmlfile.element() and xmlfile.write().
- LP#2058177: The ISO-Schematron implementation could fail on
unknown prefixes. Patch by David Lakin.
Other changes
- LP#2067707: The strip_cdata option in HTMLParser() turned out
to be useless and is now deprecated.
- Built with Cython 3.0.11.
-------------------------------------------------------------------
Fri Jun 14 07:10:32 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lxml
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-lxml
Version: 5.2.2
Version: 5.4.0
Release: 0
Summary: Pythonic XML processing library
License: BSD-3-Clause AND GPL-2.0-or-later