diff --git a/lxml-5.2.2.tar.gz b/lxml-5.2.2.tar.gz deleted file mode 100644 index 3f54fd8..0000000 --- a/lxml-5.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87 -size 3678631 diff --git a/lxml-5.3.0.tar.gz b/lxml-5.3.0.tar.gz new file mode 100644 index 0000000..0c55dda --- /dev/null +++ b/lxml-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f +size 3679318 diff --git a/python-lxml.changes b/python-lxml.changes index 6288e94..fa05f72 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Sep 25 13:33:01 UTC 2024 - Adrian Schröter + +- 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 diff --git a/python-lxml.spec b/python-lxml.spec index 184fe93..6301641 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-lxml -Version: 5.2.2 +Version: 5.3.0 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later