From cbc4caaaf34b9ecd427456aea2e7a01f04575e69 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:43:51 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-profilehooks.spec b/python-profilehooks.spec index 648067e..310c351 100644 --- a/python-profilehooks.spec +++ b/python-profilehooks.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.9.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Decorators for profiling/timing/tracing individual functions License: MIT @@ -12,8 +12,8 @@ URL: https://pypi.python.org/pypi/profilehooks/%{version} Source0: https://files.pythonhosted.org/packages/source/p/profilehooks/profilehooks-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python2-devel +BuildRequires: python2-setuptools %if %{?with_python3} BuildRequires: python3-devel @@ -100,6 +100,10 @@ make test PYTHON=%{__python3} %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 1.9.0-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild