Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2023-07-21 10:14:50 +00:00
parent e11873ff48
commit 9527d5c5b1

View File

@ -2,7 +2,7 @@
Name: python-%{modname}
Version: 2.0.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Lightweight in-process concurrent programming
License: MIT
URL: https://github.com/python-greenlet/greenlet
@ -74,6 +74,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" \
%{_includedir}/python%{python3_version}*/%{modname}/
%changelog
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Petr Viktorin <pviktori@redhat.com> - 2.0.2-1
- Update to upstream version 2.0.2
- Update patch for Python 3.12 compatibility