Update to 17.1

This commit is contained in:
Charalampos Stratakis 2018-03-14 17:50:34 +01:00
commit e9441d0c00
3 changed files with 7 additions and 3 deletions

View file

@ -9,8 +9,8 @@
%global python3_wheelname %python2_wheelname
Name: python-%{pypi_name}
Version: 16.8
Release: 8%{?dist}
Version: 17.1
Release: 1%{?dist}
Summary: Core utilities for Python packages
License: BSD or ASL 2.0
@ -167,6 +167,9 @@ rm -rf html/_static/fonts/
%license LICENSE LICENSE.APACHE LICENSE.BSD
%changelog
* Wed Mar 14 2018 Charalampos Stratakis <cstratak@redhat.com> - 17.1-1
- Update to 17.1
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 16.8-8
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)