From ec3fad94bf9265a9921a22df7165dc5efce4d684 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 09:33:21 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- python-pycotap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pycotap.spec b/python-pycotap.spec index 42f0ca1..d3182a9 100644 --- a/python-pycotap.spec +++ b/python-pycotap.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.3.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A tiny test runner that outputs TAP results to standard output License: MIT @@ -50,6 +50,9 @@ find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d' %files -n python3-%{pypi_name} -f %{pyproject_files} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.3.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Wed Jul 09 2025 Shlomi Fish 1.3.1-7 - Stop using deprecated RPM macros ( https://bugzilla.redhat.com/show_bug.cgi?id=2378026 )