From 69960868f8e737bcf6b854c9cc0584f6751b8562 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 14 2018 16:00:08 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-cherrypy.spec b/python-cherrypy.spec index c89693b..ecacdb0 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -4,7 +4,7 @@ Name: python-cherrypy Version: 3.5.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -18,8 +18,8 @@ Patch0: python-cherrypy-tutorial-doc.patch BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-nose +BuildRequires: python2-setuptools +BuildRequires: python2-nose %global _description\ CherryPy allows developers to build web applications in much the same way\ @@ -62,6 +62,10 @@ PYTHONPATH='../../' nosetests -s ./ -e 'test_SIGTERM' -e \ %{python_sitelib}/* %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 3.5.0-9 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 3.5.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild