Update to 4.4.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
49d7109317
commit
059902b361
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ lxml-2.2.7.tar.gz.asc
|
||||
/lxml-4.2.3.tgz
|
||||
/lxml-4.2.4.tgz
|
||||
/lxml-4.2.5.tgz
|
||||
/lxml-4.4.0.tgz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global modname lxml
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 4.2.5
|
||||
Release: 3%{?dist}
|
||||
Version: 4.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
||||
|
||||
License: BSD
|
||||
URL: http://lxml.de
|
||||
Source0: http://lxml.de/files/%{modname}-%{version}.tgz
|
||||
URL: https://github.com/lxml/lxml
|
||||
Source0: https://lxml.de/files/%{modname}-%{version}.tgz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libxml2-devel
|
||||
@ -27,9 +27,9 @@ Summary: %{summary}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-Cython
|
||||
Recommends: python2-cssselect
|
||||
Recommends: python2-html5lib
|
||||
Recommends: python2-beautifulsoup4
|
||||
Suggests: python%{python2_version}dist(cssselect) >= 0.7
|
||||
Suggests: python%{python2_version}dist(html5lib)
|
||||
Suggests: python%{python2_version}dist(beautifulsoup4)
|
||||
%{?python_provide:%python_provide python2-%{modname}}
|
||||
|
||||
%description -n python2-%{modname} %{_description}
|
||||
@ -41,9 +41,9 @@ Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-Cython
|
||||
Recommends: python3-cssselect
|
||||
Recommends: python3-html5lib
|
||||
Recommends: python3-beautifulsoup4
|
||||
Suggests: python%{python3_version}dist(cssselect) >= 0.7
|
||||
Suggests: python%{python3_version}dist(html5lib)
|
||||
Suggests: python%{python3_version}dist(beautifulsoup4)
|
||||
%{?python_provide:%python_provide python3-%{modname}}
|
||||
|
||||
%description -n python3-%{modname} %{_description}
|
||||
@ -52,9 +52,8 @@ Python 3 version.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{modname}-%{version}
|
||||
|
||||
# Remove pregenerated Cython C sources
|
||||
find -name '*.c' | xargs rm
|
||||
find -type f -name '*.c' -print -delete
|
||||
|
||||
%build
|
||||
export WITH_CYTHON=true
|
||||
@ -82,6 +81,9 @@ export WITH_CYTHON=true
|
||||
%{python3_sitearch}/%{modname}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Sat Aug 03 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.4.0-1
|
||||
- Update to 4.4.0
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lxml-4.2.5.tgz) = 4cf336d3e1471e8a26492760a143881517d12eb1c2dad82f8786540471bfabd68f8c795d97b7362166418c2be3c7996816638fdbd5a594536b9981478b90fdfe
|
||||
SHA512 (lxml-4.4.0.tgz) = 21db932bc0897fec0d8b0d7bc71ff8e8b5d447016691b5d438cb7c835a1dfe5c154da44bbbbde59af35faf11a67055e58160ae810ee75ab0759039396bcf2482
|
||||
|
Loading…
Reference in New Issue
Block a user