- Update to 4.4.1:
* LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it as attrib mapping during element creation. * LP#1838521: The package metadata now lists the supported Python versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=129
This commit is contained in:
parent
baac087a84
commit
d4d99a8259
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b57dc5ed7b6a7d852c961f2389ca99404c2b59fd2088baec6fbaca02f688be4
|
||||
size 4529799
|
3
lxml-4.4.1.tar.gz
Normal file
3
lxml-4.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c81cb40bff373ab7a7446d6bbca0190bccc5be3448b47b51d729e37799bb5692
|
||||
size 4532114
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d8ccf53b7c93b57d795f09ef6561a18ab876f0d6f4bb3f2dc9bf9a9db887395
|
||||
size 1164208
|
3
lxmldoc-4.4.1.pdf
Normal file
3
lxmldoc-4.4.1.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d310ea85b0aaae5de890c2e7eb8e38d5bcce3b068590cf163530e6a013bc9dd6
|
||||
size 1164438
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:48:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 4.4.1:
|
||||
* LP#1838252: The order of an OrderedDict was lost in 4.4.0 when passing it as attrib mapping during element creation.
|
||||
* LP#1838521: The package metadata now lists the supported Python versions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 13:13:57 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@ -18,16 +18,14 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-lxml
|
||||
Version: 4.4.0
|
||||
Version: 4.4.1
|
||||
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: https://lxml.de/
|
||||
Source0: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz
|
||||
Source1: https://lxml.de/lxmldoc-%{version}.pdf
|
||||
# https://github.com/lxml/lxml/pull/284
|
||||
Source2: https://raw.githubusercontent.com/lxml/lxml/master/src/lxml/tests/c14n-20/world.txt
|
||||
BuildRequires: %{python_module Cython >= 0.29.7}
|
||||
BuildRequires: %{python_module cssselect >= 0.9.1}
|
||||
BuildRequires: %{python_module setuptools >= 18.0.1}
|
||||
@ -85,7 +83,6 @@ export CFLAGS="%{optflags}"
|
||||
%python_build --with-cython
|
||||
|
||||
%check
|
||||
cp %{SOURCE2} src/lxml/tests/c14n-20
|
||||
# The tests fail on SLE 11 due to broken incremental parsing in libxml2
|
||||
export CFLAGS="%{optflags}"
|
||||
export LANG=en_US.UTF-8
|
||||
|
Loading…
x
Reference in New Issue
Block a user