Update to 4.4.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
d732eb2898
commit
9f539bef55
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@ lxml-2.2.7.tar.gz.asc
|
|||||||
/lxml-4.2.4.tgz
|
/lxml-4.2.4.tgz
|
||||||
/lxml-4.2.5.tgz
|
/lxml-4.2.5.tgz
|
||||||
/lxml-4.4.0.tgz
|
/lxml-4.4.0.tgz
|
||||||
|
/lxml-4.4.1.tgz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
%global modname lxml
|
%global modname lxml
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 4.4.0
|
Version: 4.4.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -26,7 +26,6 @@ home page < or see our bug tracker at case you want to use the current ...
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python2-Cython
|
|
||||||
Suggests: python%{python2_version}dist(cssselect) >= 0.7
|
Suggests: python%{python2_version}dist(cssselect) >= 0.7
|
||||||
Suggests: python%{python2_version}dist(html5lib)
|
Suggests: python%{python2_version}dist(html5lib)
|
||||||
Suggests: python%{python2_version}dist(beautifulsoup4)
|
Suggests: python%{python2_version}dist(beautifulsoup4)
|
||||||
@ -53,16 +52,16 @@ Python 3 version.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{modname}-%{version}
|
%autosetup -n %{modname}-%{version}
|
||||||
# Remove pregenerated Cython C sources
|
# Remove pregenerated Cython C sources
|
||||||
find -type f -name '*.c' -print -delete
|
# TODO: re-enable after dropping py2
|
||||||
|
#find -type f -name '*.c' -print -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export WITH_CYTHON=true
|
|
||||||
%py2_build
|
%py2_build
|
||||||
%py3_build
|
env WITH_CYTHON=true %py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
%py2_install
|
||||||
%py3_install
|
env WITH_CYTHON=true %py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python2} setup.py test
|
%{__python2} setup.py test
|
||||||
@ -81,6 +80,9 @@ export WITH_CYTHON=true
|
|||||||
%{python3_sitearch}/%{modname}-*.egg-info/
|
%{python3_sitearch}/%{modname}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.4.1-1
|
||||||
|
- Update to 4.4.1
|
||||||
|
|
||||||
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 4.4.0-2
|
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 4.4.0-2
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lxml-4.4.0.tgz) = 21db932bc0897fec0d8b0d7bc71ff8e8b5d447016691b5d438cb7c835a1dfe5c154da44bbbbde59af35faf11a67055e58160ae810ee75ab0759039396bcf2482
|
SHA512 (lxml-4.4.1.tgz) = 3f11469290868f5bd30631020ac170c40da7348853609edf6fc6b00437b053fd774e0dfc6e711703ac5d05398dfa1f31e59a185935c3dc8ef0e1914a518bd049
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user