New release 0.12.0

This commit is contained in:
Volker Fröhlich 2016-09-14 01:10:08 +02:00
commit da045c3422
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@
/OWSLib-0.11.0.tar.gz
/OWSLib-0.11.1.tar.gz
/OWSLib-0.11.2.tar.gz
/OWSLib-0.12.0.tar.gz

View file

@ -3,12 +3,12 @@
%global with_python3 1
Name: python-%{modname}
Version: 0.11.2
Release: 2%{?dist}
Version: 0.12.0
Release: 1%{?dist}
Summary: Client library for OGC web services
License: BSD
URL: http://geopython.github.io/OWSLib
Source0: http://pypi.python.org/packages/source/O/%{modname}/%{modname}-%{version}.tar.gz
URL: https://geopython.github.io/OWSLib
Source0: https://files.pythonhosted.org/packages/source/O/%{modname}/%{modname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
@ -95,6 +95,10 @@ popd
%endif # if with_python3
%changelog
* Tue Sep 13 2016 Volker Fröhlich <volker27@gmx.at> - 0.12.0-1
- New upstream release
- Update URL and Source
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View file

@ -1 +1 @@
c563681ccb0dc9ef59be7edc93ef42c5 OWSLib-0.11.2.tar.gz
ec5bd04aedc92055b3a9e0bd8d636ee6 OWSLib-0.12.0.tar.gz