From 32bd70a95afd9822cae366820562989be41c8ca2 Mon Sep 17 00:00:00 2001 From: abushwang Date: Wed, 18 Sep 2024 19:28:24 +0800 Subject: [PATCH] remove buildrequires to pytest-cov Signed-off-by: abushwang --- python-jaraco-text.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-jaraco-text.spec b/python-jaraco-text.spec index fddfbdc..b416144 100644 --- a/python-jaraco-text.spec +++ b/python-jaraco-text.spec @@ -7,7 +7,7 @@ Summary: Module for text manipulation Name: python-%{pkg_name} Version: 3.12.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: https://github.com/jaraco/jaraco.text Source0: %{pypi_source} @@ -18,7 +18,6 @@ BuildRequires: python3-devel %if %{with tests} BuildRequires: python3dist(pytest) -BuildRequires: python3dist(pytest-cov) %endif %description @@ -76,6 +75,9 @@ install jaraco/text/Lorem\ ipsum.txt %{buildroot}%{python3_sitelib}/jaraco/text/ %endif %changelog +* Wed Sep 18 2024 Shuo Wang - 3.12.0-4 +- remove buildrequires to pytest-cov + * Fri Aug 16 2024 OpenCloudOS Release Engineering - 3.12.0-3 - Rebuilt for loongarch release -- Gitee