Update to 3.7.0

This commit is contained in:
Fabio Alessandro Locati 2016-12-11 11:25:07 +01:00
parent 24f57899f0
commit 6f8d8ee68b
No known key found for this signature in database
GPG Key ID: 710BAB0B9BA5B117
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ lxml-2.2.7.tar.gz.asc
/lxml-3.4.4.tgz
/lxml-3.4.4.tgz.asc
/lxml-3.6.4.tar.gz
/lxml-3.7.0.tar.gz

View File

@ -1,7 +1,7 @@
%global pypi_name lxml
Name: python-%{pypi_name}
Version: 3.6.4
Version: 3.7.0
Release: 1%{?dist}
Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API
@ -82,6 +82,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Sun Dec 11 2016 Fabio Alessandro Locati <fale@redhat.com> - 3.7.0-1
- Update to 3.7.0
* Thu Sep 08 2016 Fabio Alessandro Locati <fale@redhat.com> - 3.6.4-1
- Update to 3.6.4

View File

@ -1 +1 @@
6dd7314233029d9dab0156e7b1c7830b lxml-3.6.4.tar.gz
b78e6f7e859c2ff57add7f63a5e387b7 lxml-3.7.0.tar.gz