From 055ba5d0cbd5821eb3c5696fdda1a6357364f32f Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 30 2018 23:00:41 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-requestsexceptions.spec b/python-requestsexceptions.spec index 8d86fbd..3076eab 100644 --- a/python-requestsexceptions.spec +++ b/python-requestsexceptions.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Import exceptions from potentially bundled packages in requests License: ASL 2.0 @@ -24,8 +24,8 @@ Summary: Import exceptions from potentially bundled packages in requests %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: python2-devel -BuildRequires: python-pbr -BuildRequires: python-setuptools +BuildRequires: python2-pbr +BuildRequires: python2-setuptools %description -n python2-%{pypi_name} This is a simple library to find the correct path to exceptions in the @@ -74,6 +74,10 @@ requests library regardless of whether they are bundled. %endif %changelog +* Tue Jan 30 2018 Iryna Shcherbina - 1.3.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Aug 11 2017 Alfredo Moralejo 1.3.0-1 - Update to 1.3.0