From 64d8ac778123c964a3d4b5009372000f64df7597 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 10:03:59 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-anyjson.spec b/python-anyjson.spec index b9c7e67..8cafaa6 100644 --- a/python-anyjson.spec +++ b/python-anyjson.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.3.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: %{sum} License: BSD @@ -36,10 +36,10 @@ BuildRequires: python3-nose # The tests test whichever parsers they can find, so install as many # as we can for the tests to use. # python2-simplejson provide is missing on f24 -BuildRequires: python-simplejson +BuildRequires: python2-simplejson BuildRequires: python3-simplejson # No Python 3 build of this -BuildRequires: python-cjson +BuildRequires: python2-cjson %if 0%{fedora} > 25 BuildRequires: python2-ujson @@ -96,6 +96,10 @@ provides a uniform API regardless of which JSON implementation is used. %{python3_sitelib}/%{srcname}*.egg-info %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.3.3-17 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.3.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild