Rebuilt for Python 3.10
This commit is contained in:
parent
b7722a81bc
commit
5a7f8cc783
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.1.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: A tiny test runner that outputs TAP results to standard output
|
||||
|
||||
License: MIT
|
||||
|
|
@ -49,6 +49,9 @@ find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d'
|
|||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.1.0-10
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Sat May 01 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.1.0-9
|
||||
- Enable CI
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue