From 6be50fb74dc293b1421f411294a38c13c44edacc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:03:58 +0200 Subject: [PATCH] Rebuilt for Python 3.14.0rc3 bytecode --- python-pycotap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pycotap.spec b/python-pycotap.spec index b0d4050..aea5e80 100644 --- a/python-pycotap.spec +++ b/python-pycotap.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.3.1 -Release: 9%{?dist} +Release: 10%{?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 Sep 19 2025 Python Maint - 1.3.1-10 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.3.1-9 - Rebuilt for Python 3.14.0rc2 bytecode