From d5086d137330f20d282960657523c4b5166ee34f Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:37:21 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-sphinxcontrib-actdiag.spec b/python-sphinxcontrib-actdiag.spec index 4b448cc..ff7ca01 100644 --- a/python-sphinxcontrib-actdiag.spec +++ b/python-sphinxcontrib-actdiag.spec @@ -11,7 +11,7 @@ diagrams into your document. Name: python-%{pypi_name} Version: 0.8.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Sphinx "actdiag" extension License: BSD @@ -28,10 +28,10 @@ Summary: Sphinx "actdiag" extension %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: python2-devel -BuildRequires: python-setuptools -Requires: python-blockdiag >= 1.5.0 -Requires: python-actdiag >= 0.5.3 -Requires: python-sphinx >= 0.6 +BuildRequires: python2-setuptools +Requires: python2-blockdiag >= 1.5.0 +Requires: python2-actdiag >= 0.5.3 +Requires: python2-sphinx >= 0.6 %description -n python2-%{pypi_name} %{common_desc} @@ -88,6 +88,10 @@ rm -rf %{pypi_name}.egg-info %endif %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.8.5-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.8.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild