From e511361cad7507a9b5414caada625a3f2e0f76c6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 02:14:00 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-greenlet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-greenlet.spec b/python-greenlet.spec index 0b41f84..dcfa575 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight in-process concurrent programming License: MIT URL: https://github.com/python-greenlet/greenlet @@ -59,6 +59,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover gre %{_includedir}/python%{python3_version}*/%{modname}/ %changelog +* Thu Jun 03 2021 Python Maint - 1.1.0-2 +- Rebuilt for Python 3.10 + * Mon May 10 2021 Nils Philippsen - 1.1.0-1 - Update to 1.1.0