Update to 3.7.1
This commit is contained in:
parent
6084fd0b24
commit
ff76e526fd
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,3 +42,4 @@ lxml-2.2.7.tar.gz.asc
|
|||
/lxml-3.4.4.tgz.asc
|
||||
/lxml-3.6.4.tar.gz
|
||||
/lxml-3.7.0.tar.gz
|
||||
/lxml-3.7.1.tgz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
%global pypi_name lxml
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 3.7.0
|
||||
Version: 3.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
|
||||
|
||||
License: BSD
|
||||
URL: http://lxml.de
|
||||
Source0: https://files.pythonhosted.org/packages/source/l/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
Source0: http://lxml.de/files/%{pypi_name}-%{version}.tgz
|
||||
|
||||
%description
|
||||
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
|
||||
|
|
@ -78,6 +78,9 @@ home page < or see our bug tracker at case you want to use the current ...
|
|||
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Sun Dec 25 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 3.7.1-1
|
||||
- Update to 3.7.1
|
||||
|
||||
* Sun Dec 11 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 3.7.0-1
|
||||
- Update to 3.7.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b78e6f7e859c2ff57add7f63a5e387b7 lxml-3.7.0.tar.gz
|
||||
SHA512 (lxml-3.7.1.tgz) = 1e192671365ba80d76ac2d25b8ec7666e77ceb1339b56b433b55ea0f0c78d0ba8ec381ca2f23eff1b8b1dfc914f47a65d072a4538a69d0b9b77597a6d6ea197b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue