diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..c9a618551d7d788cde5f4326178966a3917277e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000000000000000000000000000000000000..680144736a9027574a6c21fc39c3c0ea3678a99d --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://artlfs.openeuler.openatom.cn/src-openEuler/python-lxml diff --git a/lxml-5.3.0.tar.gz b/lxml-5.3.0.tar.gz deleted file mode 100644 index 28cbc709885612e612b4dc7ec41e604b0238b8d5..0000000000000000000000000000000000000000 Binary files a/lxml-5.3.0.tar.gz and /dev/null differ diff --git a/lxml-5.4.0.tar.gz b/lxml-5.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1585a0583468db6db0b4095b3084f3628f723e88 --- /dev/null +++ b/lxml-5.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd +size 3679479 diff --git a/python-lxml.spec b/python-lxml.spec index 0552f915d3bbc41193785226aef5e208446f5d50..1f22180d121eea02a86e60992aff4f8dff53f95a 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -6,12 +6,12 @@ the simplicity of a native Python API, mostly compatible but superior to the wel The latest release works with all CPython versions from 2.7 to 3.7. Name: python-lxml -Version: 5.3.0 +Version: 5.4.0 Release: 1 Summary: XML processing library combining libxml2/libxslt with the ElementTree API -License: BSD +License: BSD-3-Clause AND MIT-CMU AND MIT URL: https://github.com/lxml/lxml -Source0: https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz +Source0: %{pypi_source lxml} %description %{_description} @@ -31,6 +31,7 @@ BuildRequires: python3-Cython %package help Summary: Development documents and examples for lxml Provides: python3-lxml-doc +Buildarch: noarch %description help %{_description} @@ -75,6 +76,9 @@ make test %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Tue May 06 2025 Funda Wang - 5.4.0-1 +- update to version 5.4.0 + * Mon Sep 09 2024 lixiaoyong - 5.3.0-1 - upgrade version to 5.3.0 - GH#421: Nested CDATA sections are no longer rejected but split on output to represent ]]> correctly. Patch by Gertjan Klein diff --git a/python-lxml.yaml b/python-lxml.yaml index e7758c527d9483754f715da642bf9fc3cff04b0d..07c4434090d1265bbbba76f71f23477d86c19c9d 100644 --- a/python-lxml.yaml +++ b/python-lxml.yaml @@ -1,4 +1,4 @@ -version_control: pypi -src_repo: lxml -tag_prefix: ^ -seperator: . \ No newline at end of file +version_control: pypi +src_repo: lxml +tag_prefix: ^ +separator: .