From 33f66ce7fb733cafa4d169be67bc8d553bcf78ea Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 03:23:08 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-jmespath.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 686ef44..52e3f5b 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 0.9.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: JSON Matching Expressions License: MIT @@ -27,8 +27,8 @@ Summary: JSON Matching Expressions BuildRequires: python2-devel BuildRequires: python2-mock -BuildRequires: python-nose -BuildRequires: python-setuptools +BuildRequires: python2-nose +BuildRequires: python2-setuptools %if 0%{?rhel} && 0%{?rhel} < 7 BuildRequires: python-ordereddict # tests specifically import simplejson as json if python version is 2.6 @@ -103,6 +103,10 @@ nosetests-%{python3_version} %endif # with python3 %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.9.0-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.9.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild