New upstream release 0.21.0
This commit is contained in:
parent
9976e407c6
commit
8384c0bb27
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,3 +24,4 @@
|
|||
/OWSLib-0.19.0.tar.gz
|
||||
/OWSLib-0.19.1.tar.gz
|
||||
/OWSLib-0.20.0.tar.gz
|
||||
/OWSLib-0.21.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global modname OWSLib
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.20.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.21.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
|
||||
* Wed Dec 09 2020 Volker Fröhlich <volker27@gmx.at> - 0.21.0-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (OWSLib-0.20.0.tar.gz) = de8c050f874420d477b35b7d04cdbdd20250c33ceab01d08ed1a7c2c4871a19c6a10933ff46c02c2994248753cfed82781b10fc179e8255d12cf67b34961c901
|
||||
SHA512 (OWSLib-0.21.0.tar.gz) = f475b07553ef96cae018a304cb809fac33d3953d8ef12135165c40de323d60fbc1f11d0b63fb5578b6c092c50cd3f3c97fc01e85e44b462cdb3f0cbd967d9fad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue