New version 0.19

This commit is contained in:
Volker Fröhlich 2020-01-19 15:23:51 +01:00
commit a37191feac
3 changed files with 7 additions and 3 deletions

View file

@ -2,8 +2,8 @@
%global modname OWSLib
Name: python-%{modname}
Version: 0.18.0
Release: 4%{?dist}
Version: 0.19.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
* Sun Jan 19 2020 Volker Fröhlich <volker27@gmx.at> - 0.19.0-1
- New upstream release
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.18.0-4
- Rebuilt for Python 3.8.0rc1 (#1748018)