Update to 4.0.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-10-05 09:38:14 +02:00
commit 0da2f4356f
3 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
%global modname lxml
Name: python-%{modname}
Version: 3.8.0
Version: 4.0.0
Release: 1%{?dist}
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
@ -79,6 +79,9 @@ export WITH_CYTHON=true
%{python3_sitearch}/%{modname}-*.egg-info/
%changelog
* Thu Oct 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.0.0-1
- Update to 4.0.0
* Sat Aug 12 2017 Kevin Fenzi <kevin@scrye.com> - 3.8.0-1
- Update to 3.8.0. Fixes bug #1458529