From bf425879673bb8741b1fe7710708789b6d5d05fb Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 26 2018 23:47:13 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-patsy.spec b/python-patsy.spec index 8bcbb33..51bb0a9 100644 --- a/python-patsy.spec +++ b/python-patsy.spec @@ -8,7 +8,7 @@ the 'formula' mini-language used in R and S. Name: python-%{srcname} Version: 0.4.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: %{summary} # All code is under BSD except patsy.compat that is under Python # See LICENSE.txt for details @@ -31,7 +31,7 @@ BuildRequires: python2-six BuildRequires: python2-numpy # For the docs BuildRequires: python2-sphinx -BuildRequires: python-ipython-sphinx +BuildRequires: python2-ipython-sphinx # This should be required by python-ipython-sphinx BuildRequires: python2-matplotlib # For splines @@ -130,6 +130,10 @@ popd %license LICENSE.txt %changelog +* Fri Jan 26 2018 Iryna Shcherbina - 0.4.1-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild