From 8b4f67469d4e4b02168ca5b4e5c588a2af78997f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:51:55 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-OWSLib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 512c132..67f05f0 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.16.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Client library for OGC web services License: BSD URL: https://geopython.github.io/OWSLib @@ -106,6 +106,9 @@ popd %endif # if with_python3 %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.16.0-4 +- Rebuilt for Python 3.7 + * Wed Feb 21 2018 Iryna Shcherbina - 0.16.0-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)