From 8fd88ca7a2c4438702e9d18afaf13b81245a0037 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:35:25 +0200 Subject: [PATCH] Rebuilt for Python 3.14 --- python-pycotap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pycotap.spec b/python-pycotap.spec index 09518a1..7f0fe53 100644 --- a/python-pycotap.spec +++ b/python-pycotap.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?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' %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Jun 02 2025 Python Maint - 1.3.1-6 +- Rebuilt for Python 3.14 + * Thu Feb 13 2025 Shlomi Fish 1.3.1-5 - Update URL.