- Update to 4.3.2:
* Crash in 4.3.1 when appending a child subtree with certain text nodes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=118
This commit is contained in:
parent
b4b89ea844
commit
524482a588
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5e7e941d6e71c9c9a717c93725cda0708c2474f532e3680ac5e39ec57d224d
|
||||
size 4380082
|
3
lxml-4.3.2.tar.gz
Normal file
3
lxml-4.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a9d8521c89bf6f2a929c3d12ad3ad7392c774c327ea809fd08a13be6b3bc05f
|
||||
size 4380761
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d227540c3aaa57a9fc4700362f7e1492ede3aa8a7d16554205748391b8e5db4
|
||||
size 1150779
|
3
lxmldoc-4.3.2.pdf
Normal file
3
lxmldoc-4.3.2.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d941b4c50e898c3fa0f2800b26ec527bd27577746e41a02a68e72ed23c2ba494
|
||||
size 1151919
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 11:27:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 4.3.2:
|
||||
* Crash in 4.3.1 when appending a child subtree with certain text nodes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 07:33:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define lxml_version 4.3
|
||||
%define lxml_patch_version 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-lxml
|
||||
Version: %{lxml_version}.%{lxml_patch_version}
|
||||
Version: 4.3.2
|
||||
Release: 0
|
||||
Summary: Pythonic XML processing library
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Url: http://lxml.de/
|
||||
URL: http://lxml.de/
|
||||
Source: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz
|
||||
Source1: https://lxml.de/%{lxml_version}/lxmldoc-%{lxml_version}.0.pdf
|
||||
Source1: https://lxml.de/lxmldoc-%{version}.pdf
|
||||
BuildRequires: %{python_module Cython >= 0.26.1}
|
||||
BuildRequires: %{python_module cssselect >= 0.9.1}
|
||||
BuildRequires: %{python_module setuptools >= 18.0.1}
|
||||
@ -44,12 +42,13 @@ provides convenient access to these libraries using the ElementTree
|
||||
API. It extends the ElementTree API significantly to offer support for XPath,
|
||||
RelaxNG, XML Schema, XSLT and C14N.
|
||||
|
||||
%package doc
|
||||
%package -n %{name}-doc
|
||||
Summary: Documentation for python-lxml, an XML processing library
|
||||
Group: Documentation/Other
|
||||
Provides: %{python_module doc = %{version}}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
%description -n %{name}-doc
|
||||
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It
|
||||
provides convenient access to these libraries using the ElementTree
|
||||
API. It extends the ElementTree API significantly to offer support for XPath,
|
||||
@ -113,7 +112,7 @@ make %{?_smp_mflags} test3
|
||||
%{python_sitearch}/lxml/*.h
|
||||
%{python_sitearch}/lxml/includes/*.h
|
||||
|
||||
%files %{python_files doc}
|
||||
%files -n %{name}-doc
|
||||
%license LICENSES.txt
|
||||
%doc doc/html
|
||||
%doc lxmldoc-*.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user