This commit is contained in:
Fedora Release Engineering 2024-07-19 14:23:16 +00:00
commit 9a8a210796

View file

@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.3.1
Release: 1%{?dist}
Release: 2%{?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
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jul 12 2024 Shlomi Fish <shlomif@shlomifish.org> 1.3.1-1
- New upstream release ( https://bugzilla.redhat.com/show_bug.cgi?id=2297455 )