From 84b02b4511bb320772936ddca1f4040b9b19078b Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 26 2018 23:36:23 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-paste.spec b/python-paste.spec index 77b4046..580dfb4 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -6,7 +6,7 @@ interfaces. Name: python-paste Version: 2.0.3 -Release: 3%{?dist} +Release: 4%{?dist} BuildArch: noarch # Most of the code is MIT @@ -19,8 +19,8 @@ Summary: %sum URL: https://bitbucket.org/ianb/paste/ Source0: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz -BuildRequires: pyOpenSSL -BuildRequires: python-tempita +BuildRequires: python2-pyOpenSSL +BuildRequires: python2-tempita BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-six >= 1.4.0 @@ -42,8 +42,8 @@ Summary: %sum %{?python_provide:%python_provide python2-paste} -Requires: pyOpenSSL -Requires: python-tempita +Requires: python2-pyOpenSSL +Requires: python2-tempita Requires: python2-setuptools Requires: python2-six >= 1.4.0 @@ -130,6 +130,10 @@ popd %changelog +* Fri Jan 26 2018 Iryna Shcherbina - 2.0.3-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild