14
0
forked from pool/python-lxml

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
This commit is contained in:
Todd R
2018-08-07 19:51:24 +00:00
committed by Git OBS Bridge
parent e898d1c442
commit bac247b95c
6 changed files with 34 additions and 9 deletions

View File

@@ -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