From 025e4b349a24b3944aae83b33513e3411aef767c Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 26 2018 00:37:24 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-nose-cov.spec b/python-nose-cov.spec index a3cfcb2..a2ea023 100644 --- a/python-nose-cov.spec +++ b/python-nose-cov.spec @@ -1,7 +1,7 @@ Name: python-nose-cov Version: 1.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: nose plugin for coverage reporting, including subprocesses and multiprocessing Source0: https://pypi.python.org/packages/source/n/nose-cov/nose-cov-%{version}.tar.gz License: MIT @@ -18,8 +18,8 @@ This plugin produces coverage reports and supports coverage of subprocesses. %package -n python2-nose-cov Summary: nose plugin for coverage reporting, including subprocesses and multiprocessing -Requires: python-nose -Requires: python-cov-core +Requires: python2-nose +Requires: python2-cov-core %{?python_provide:%python_provide python2-nose-cov} %description -n python2-nose-cov This plugin produces coverage reports and supports coverage of subprocesses. @@ -59,6 +59,10 @@ cp -a . %{py3dir} %{python3_sitelib}/__pycache__/* %changelog +* Fri Jan 26 2018 Iryna Shcherbina - 1.6-11 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild