Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-26 02:59:15 +02:00
commit 4d2b81e132

View file

@ -3,7 +3,7 @@
Name: python-%{modname}
Version: 0.19.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Client library for OGC web services
License: BSD
URL: https://geopython.github.io/OWSLib
@ -53,6 +53,9 @@ find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
%{python3_sitelib}/%{modname}-%{version}-py*.egg-info
%changelog
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.19.1-2
- Rebuilt for Python 3.9
* Sun Feb 02 2020 Volker Fröhlich <volker27@gmx.at> - 0.19.1-1
- New upstream release