From 3fde9507a7d3a5691585197a61e7f1149bdd5f7c Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 11 2018 23:08:56 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-blinker.spec b/python-blinker.spec index 8fd9a5f..3ce5b45 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -3,7 +3,7 @@ Name: python-blinker Version: 1.3 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Fast, simple object-to-object and broadcast signaling Group: Development/Libraries @@ -13,7 +13,7 @@ Source0: http://pypi.python.org/packages/source/b/%{mod_name}/%{mod_name} BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -83,6 +83,10 @@ popd %changelog +* Sun Feb 11 2018 Iryna Shcherbina - 1.3-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild