From 7793c09bf32289ea1d6224f5927ab4bf56e85c80 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 26 2018 22:51:00 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-portalocker.spec b/python-portalocker.spec index a43a1ff..b47d77c 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library to provide an easy API to file locking License: Python @@ -42,7 +42,7 @@ Python 3 version. %package doc Summary: Documentation for %{name} -BuildRequires: python-sphinx +BuildRequires: python2-sphinx %description doc %{summary}. @@ -80,6 +80,10 @@ rm -f html/.buildinfo %doc html %changelog +* Mon Mar 26 2018 Iryna Shcherbina - 1.0.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild