From bac247b95c129ba763509c909087bd17b39b48488b47979d686eccb5a26f4fcb Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 7 Aug 2018 19:51:24 +0000 Subject: [PATCH] Accepting request 627950 from home:TheBlackCat:branches:devel:languages:python - Update to 4.2.4 (2018-08-03) + Features added * GH#259: Allow using ``pkg-config`` for build configuration. Patch by Patrick Griffis. + Bugs fixed * LP#1773749, GH#268: Crash when moving an element to another document with ``Element.insert()``. Patch by Alexander Weggerle. - Update to 4.2.3 + Bugs fixed * Reverted GH#265: lxml links against zlib as a shared library again. - Update to 4.2.2 + Bugs fixed * GH#266: Fix sporadic crash during GC when parse-time schema validation is used and the parser participates in a reference cycle. Original patch by Julien Greard. * GH#265: lxml no longer links against zlib as a shared library, only on static builds. Patch by Nehal J Wani. OBS-URL: https://build.opensuse.org/request/show/627950 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=109 --- lxml-4.2.1.tar.gz | 3 --- lxml-4.2.4.tar.gz | 3 +++ lxmldoc-4.2.1.pdf | 3 --- lxmldoc-4.2.4.pdf | 3 +++ python-lxml.changes | 22 ++++++++++++++++++++++ python-lxml.spec | 9 ++++++--- 6 files changed, 34 insertions(+), 9 deletions(-) delete mode 100644 lxml-4.2.1.tar.gz create mode 100644 lxml-4.2.4.tar.gz delete mode 100644 lxmldoc-4.2.1.pdf create mode 100644 lxmldoc-4.2.4.pdf diff --git a/lxml-4.2.1.tar.gz b/lxml-4.2.1.tar.gz deleted file mode 100644 index ff3f281..0000000 --- a/lxml-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2629cdbcad82b83922a3488937632a4983ecc0fed3e5cfbf430d069382eeb9b -size 4284267 diff --git a/lxml-4.2.4.tar.gz b/lxml-4.2.4.tar.gz new file mode 100644 index 0000000..9c11fb0 --- /dev/null +++ b/lxml-4.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2afbe403090f5893e254958d02875e0732975e73c4c0cdd33c1f009a61963ca +size 2545289 diff --git a/lxmldoc-4.2.1.pdf b/lxmldoc-4.2.1.pdf deleted file mode 100644 index 4147776..0000000 --- a/lxmldoc-4.2.1.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e3527fbb7ef943b03661daab4da7928a35a1d361de87b68593605dfba81cb35 -size 1146442 diff --git a/lxmldoc-4.2.4.pdf b/lxmldoc-4.2.4.pdf new file mode 100644 index 0000000..fe07a0e --- /dev/null +++ b/lxmldoc-4.2.4.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed95c9945361e17c45b5c7bd60d4ea8ef6af1ad40cbc189f29665f8a80b9fe7 +size 1148892 diff --git a/python-lxml.changes b/python-lxml.changes index 6ec3c22..24ae730 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Aug 7 15:34:31 UTC 2018 - toddrme2178@gmail.com + +- Update to 4.2.4 (2018-08-03) + + Features added + * GH#259: Allow using ``pkg-config`` for build configuration. + Patch by Patrick Griffis. + + Bugs fixed + * LP#1773749, GH#268: Crash when moving an element to another document with + ``Element.insert()``. + Patch by Alexander Weggerle. +- Update to 4.2.3 + + Bugs fixed + * Reverted GH#265: lxml links against zlib as a shared library again. +- Update to 4.2.2 + + Bugs fixed + * GH#266: Fix sporadic crash during GC when parse-time schema validation is used + and the parser participates in a reference cycle. + Original patch by Julien Greard. + * GH#265: lxml no longer links against zlib as a shared library, only on static builds. + Patch by Nehal J Wani. + ------------------------------------------------------------------- Wed Mar 28 17:05:30 UTC 2018 - hpj@urpla.net diff --git a/python-lxml.spec b/python-lxml.spec index d8ffc0e..61cac5a 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.2.1 +Version: 4.2.4 Release: 0 Summary: Pythonic XML processing library License: BSD-3-Clause AND GPL-2.0-or-later @@ -46,7 +46,7 @@ RelaxNG, XML Schema, XSLT and C14N. %package doc Summary: Documentation for python-lxml, an XML processing library -Group: Documentation/HTML +Group: Documentation/Other BuildArch: noarch %description doc @@ -110,10 +110,13 @@ make %{?_smp_mflags} test3 %exclude %{python_sitearch}/lxml/includes/*.h %files %{python_files devel} +%license LICENSES.txt %{python_sitearch}/lxml/*.h %{python_sitearch}/lxml/includes/*.h %files %{python_files doc} -%doc doc/html lxmldoc-%{version}.pdf +%license LICENSES.txt +%doc doc/html +%doc lxmldoc-%{version}.pdf %changelog