From e6e5aaf2404192c24b88a4eaee2815e134b1999c Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 16 2018 21:49:12 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-deprecation.spec b/python-deprecation.spec index 4c49c91..9f329b0 100644 --- a/python-deprecation.spec +++ b/python-deprecation.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A library to handle automated deprecations # License text missing from tarball # https://github.com/briancurtin/deprecation/pull/3 @@ -19,7 +19,7 @@ Source1: LICENSE BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %description The deprecation library provides a deprecated decorator and a @@ -91,6 +91,10 @@ export LANG=en_US.utf8 %endif %changelog +* Tue Jan 16 2018 Iryna Shcherbina - 1.0-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild