From 8fb978c53079f551af459fdbbb50a00b6cdc0918 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 31 2018 02:52:22 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-venusian.spec b/python-venusian.spec index 09cab5b..9f14d3f 100644 --- a/python-venusian.spec +++ b/python-venusian.spec @@ -7,7 +7,7 @@ Name: python-%{modname} Version: 1.0 -Release: 0.18.%{alphaver}%{?dist} +Release: 0.19.%{alphaver}%{?dist} Summary: A library for deferring decorator actions Group: Development/Libraries @@ -17,10 +17,10 @@ Source0: http://pypi.python.org/packages/source/v/venusian/%{modname}-%{v BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python2-setuptools BuildRequires: python2-devel -BuildRequires: python-nose -BuildRequires: python-nose-exclude +BuildRequires: python2-nose +BuildRequires: python2-nose-exclude %if 0%{?with_python3} @@ -110,6 +110,10 @@ popd %changelog +* Wed Jan 31 2018 Iryna Shcherbina - 1.0-0.19.a7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0-0.18.a7 - Python 2 binary package renamed to python2-venusian See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3