From 74c065cbdf373016b2a05b390a9a4cbdfe6e4ad5 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 30 Jan 2018 02:48:59 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-sphinx-theme-alabaster.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-sphinx-theme-alabaster.spec b/python-sphinx-theme-alabaster.spec index 556810c..6073d5c 100644 --- a/python-sphinx-theme-alabaster.spec +++ b/python-sphinx-theme-alabaster.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.7.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Configurable sidebar-enabled Sphinx theme License: BSD @@ -12,7 +12,7 @@ Source0: https://pypi.python.org/packages/71/c3/70da7d8ac18a4f4c502887bd2 BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %description This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as @@ -74,6 +74,10 @@ rm -rf %{pypi_name}.egg-info %changelog +* Tue Jan 30 2018 Iryna Shcherbina - 0.7.9-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild