From 9cf5a83e8d86697d9b7bf2bddeebdd47f5fa69b1 Mon Sep 17 00:00:00 2001 From: Terje Rosten Date: Sat, 27 May 2023 15:03:38 +0200 Subject: [PATCH] Avoid pytest-cov dependency --- python-configobj.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index 9e85539..3d55f55 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -1,6 +1,6 @@ Name: python-configobj Version: 5.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Config file reading, writing, and validation License: BSD URL: http://configobj.readthedocs.org/ @@ -50,6 +50,9 @@ export PYTHONPATH=$(pwd)/build/lib %{python3_sitelib}/configobj-%{version}-py%{python3_version}.egg-info %changelog +* Tue May 23 2023 Yaakov Selkowitz - 5.0.8-2 +- Avoid pytest-cov dependency + * Sat Feb 04 2023 Terje Rosten - 5.0.8-1 - 5.0.8 - Execute tests as upstream does