Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:51:55 +02:00
commit 8b4f67469d

View file

@ -4,7 +4,7 @@
Name: python-%{modname}
Version: 0.16.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Client library for OGC web services
License: BSD
URL: https://geopython.github.io/OWSLib
@ -106,6 +106,9 @@ popd
%endif # if with_python3
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.16.0-4
- Rebuilt for Python 3.7
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.16.0-3
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)