New version 0.19
This commit is contained in:
parent
05e7f66f4c
commit
a37191feac
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@
|
|||
/OWSLib-0.16.0.tar.gz
|
||||
/OWSLib-0.17.0.tar.gz
|
||||
/OWSLib-0.18.0.tar.gz
|
||||
/OWSLib-0.19.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (OWSLib-0.18.0.tar.gz) = c05e84f4bbb3610c9e14229c5c23e8b864863a703563d8bb891760f89571e19a4092753eb07723ca150e97be6a3491b5454656ad7343ffe7e7125e40cd389a6f
|
||||
SHA512 (OWSLib-0.19.0.tar.gz) = 5bb4bf7d28445fc72d774cd3b8104341bec2d8ee9a264f9aabce88127d2d661ccde436a1ffd804e6126824762e12f4e7d3eec931526d89d77d86a3e82260c535
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue