|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{modname}
|
|
|
|
|
Version: 3.0.3
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Lightweight in-process concurrent programming
|
|
|
|
|
License: MIT AND PSF-2.0
|
|
|
|
|
URL: https://github.com/python-greenlet/greenlet
|
|
|
|
@ -67,6 +67,10 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" \
|
|
|
|
|
%{_includedir}/python%{python3_version}*/%{modname}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.3-5
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.0.3-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|