New version 0.20.0, resolve BZ#1813049

This commit is contained in:
Volker Fröhlich 2020-06-05 14:47:24 +02:00
commit a2e2bb682e
3 changed files with 7 additions and 3 deletions

View file

@ -2,8 +2,8 @@
%global modname OWSLib
Name: python-%{modname}
Version: 0.19.1
Release: 2%{?dist}
Version: 0.20.0
Release: 1%{?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
* Fri Jun 05 2020 Volker Fröhlich <volker27@gmx.at> - 0.20.0-1
- New upstream release
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.19.1-2
- Rebuilt for Python 3.9