From ed3026138d2d9b93041ffecbf9b078a800cf4ca3 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 21 Feb 2018 03:28:04 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-OWSLib.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index ab668f8..512c132 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client library for OGC web services License: BSD URL: https://geopython.github.io/OWSLib @@ -12,7 +12,7 @@ Source0: https://files.pythonhosted.org/packages/source/O/%{modname}/%{mo BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -27,10 +27,10 @@ service (hence OWS) interface standards, and their related content models. %package -n python2-owslib Summary: %summary -Requires: pyproj -Requires: python-dateutil -Requires: python-requests -Requires: pytz +Requires: python2-pyproj +Requires: python2-dateutil +Requires: python2-requests +Requires: python2-pytz %{?python_provide:%python_provide python2-owslib} # Remove before F30 Provides: %{name} = %{version}-%{release} @@ -106,6 +106,10 @@ popd %endif # if with_python3 %changelog +* 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) + * Fri Feb 09 2018 Fedora Release Engineering - 0.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild