New upstream release ( RHBZ#2297455 )
New upstream release ( https://bugzilla.redhat.com/show_bug.cgi?id=2297455 )
This commit is contained in:
parent
022aa81efd
commit
778897daf8
3 changed files with 8 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
%global pypi_name pycotap
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.1.0
|
||||
Release: 21%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A tiny test runner that outputs TAP results to standard output
|
||||
|
||||
License: MIT
|
||||
|
|
@ -43,12 +43,16 @@ rm -rf %{pypi_name}.egg-info
|
|||
%install
|
||||
%py3_install
|
||||
find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d'
|
||||
%__rm -f %{buildroot}/usr/COPYING
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%{python3_sitelib}/%{pypi_name}
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* 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 )
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.0-21
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue