From da045c3422e2dae53f76d555d4a4b922b2cf3642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Wed, 14 Sep 2016 01:10:08 +0200 Subject: [PATCH] New release 0.12.0 --- .gitignore | 1 + python-OWSLib.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 25fc645..20182a1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-OWSLib.spec b/python-OWSLib.spec index fafd651..57df80a 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -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 - 0.12.0-1 +- New upstream release +- Update URL and Source + * Tue Jul 19 2016 Fedora Release Engineering - 0.11.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 6c2169b..1238153 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c563681ccb0dc9ef59be7edc93ef42c5 OWSLib-0.11.2.tar.gz +ec5bd04aedc92055b3a9e0bd8d636ee6 OWSLib-0.12.0.tar.gz