Rebuilt for Python 3.14

This commit is contained in:
Python Maint 2025-06-02 20:35:25 +02:00 committed by Miro Hrončok
commit 8fd88ca7a2

View file

@ -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 <python-maint@redhat.com> - 1.3.1-6
- Rebuilt for Python 3.14
* Thu Feb 13 2025 Shlomi Fish <shlomif@shlomifish.org> 1.3.1-5
- Update URL.