From 03a9c89985f9e37b7e45ea5ff271079f7a8b2abe Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 14 2018 16:01:17 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-pretty.spec b/python-pretty.spec index b6d8a68..fdd00f7 100644 --- a/python-pretty.spec +++ b/python-pretty.spec @@ -5,7 +5,7 @@ Name: python-pretty Version: 0.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Extensible pprint successor Group: Development/Libraries @@ -14,7 +14,7 @@ URL: http://pypi.python.org/pypi/pretty/ Source0: http://pypi.python.org/packages/source/p/pretty/pretty-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel %global _description\ Python advanced pretty printer. This pretty printer is intended to\ @@ -52,6 +52,10 @@ rm -rf %{buildroot} %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 0.1-16 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild