|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{modname}
|
|
|
|
Name: python-%{modname}
|
|
|
|
Version: 1.1.2
|
|
|
|
Version: 1.1.2
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Lightweight in-process concurrent programming
|
|
|
|
Summary: Lightweight in-process concurrent programming
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/python-greenlet/greenlet
|
|
|
|
URL: https://github.com/python-greenlet/greenlet
|
|
|
@ -59,6 +59,10 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover gre
|
|
|
|
%{_includedir}/python%{python3_version}*/%{modname}/
|
|
|
|
%{_includedir}/python%{python3_version}*/%{modname}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 09 2023 Brian C. Lane <bcl@redhat.com> - 1.1.2-4
|
|
|
|
|
|
|
|
- Bump release for move of -devel subpackage to CRB
|
|
|
|
|
|
|
|
Resolves: rhbz#2149497
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.1.2-3
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.1.2-3
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
|
|