import python-greenlet-1.1.2-3.el9

This commit is contained in:
CentOS Sources 2022-09-27 06:18:06 -04:00 committed by Stepan Oksanichenko
parent 0e4d1bfe48
commit 163eaf2c4e
3 changed files with 12 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/greenlet-0.4.17.tar.gz
SOURCES/greenlet-1.1.2.tar.gz

View File

@ -1 +1 @@
33973b9d5d012803d116fbc0e62fccf845a2327e SOURCES/greenlet-0.4.17.tar.gz
959222fc19fffb3849dd50f08aa5fa59ae7e659f SOURCES/greenlet-1.1.2.tar.gz

View File

@ -1,8 +1,8 @@
%global modname greenlet
Name: python-%{modname}
Version: 0.4.17
Release: 4%{?dist}
Version: 1.1.2
Release: 3%{?dist}
Summary: Lightweight in-process concurrent programming
License: MIT
URL: https://github.com/python-greenlet/greenlet
@ -45,20 +45,24 @@ Python 3 version.
%install
%py3_install
%check
%{__python3} run-tests.py
PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover greenlet.tests
%files -n python3-%{modname}
%license LICENSE LICENSE.PSF
%doc AUTHORS NEWS README.rst
%doc AUTHORS README.rst
%{python3_sitearch}/%{modname}-*.egg-info
%{python3_sitearch}/%{modname}*.so
%{python3_sitearch}/%{modname}
%files -n python3-greenlet-devel
%{_includedir}/python%{python3_version}*/%{modname}/
%changelog
* Wed Jun 15 2022 Sergio Correia <scorreia@redhat.com> - 1.1.2-3
- Add python-greenlet to RHEL-9
Resolves: rhbz#2084555
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.17-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688