From 8b5573a5558df3716f8347d9fdea7caa87f4e363 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Aug 16 2019 23:10:14 +0000 Subject: Enable python dependency generator Specify minimum pytest requirement in BR --- diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index aef262f..64c28f6 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -1,8 +1,9 @@ +%?python_enable_dependency_generator %global srcname pytest-cov Name: python-%{srcname} Version: 2.7.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pytest plugin for coverage reporting License: MIT @@ -40,7 +41,7 @@ distributed testing, including subprocesses and multiprocessing for Python 2. Summary: Pytest plugin for coverage reporting BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools -BuildRequires: python%{python3_pkgversion}-pytest +BuildRequires: python%{python3_pkgversion}-pytest >= 3.6 BuildRequires: python%{python3_pkgversion}-coverage >= 4.4 # For tests BuildRequires: python%{python3_pkgversion}-fields @@ -96,6 +97,10 @@ py.test-%{python3_version} -vv \ %changelog +* Fri Aug 16 2019 Orion Poplawski - 2.7.1-4 +- Enable python dependency generator +- Specify minimum pytest requirement in BR + * Fri Jul 26 2019 Fedora Release Engineering - 2.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild