From 66102f410f7c0a63ac653a518c371c67acb121ca Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 04:35:29 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-munch.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-munch.spec b/python-munch.spec index 7a662a0..291b918 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -14,7 +14,7 @@ Name: python-munch Version: 2.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A dot-accessible dictionary (a la JavaScript objects) Group: Development/Libraries @@ -25,7 +25,7 @@ Source0: https://pypi.io/packages/source/m/%{modname}/%{modname}-%{ve BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -110,6 +110,10 @@ popd %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 2.2.0-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild