From 728130c550d38e48172cfe0bcaeff19006ceabdc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:05:14 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-greenlet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-greenlet.spec b/python-greenlet.spec index 9217557..9825e82 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 1.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Lightweight in-process concurrent programming License: MIT URL: https://github.com/python-greenlet/greenlet @@ -67,6 +67,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover gre %{_includedir}/python%{python3_version}*/%{modname}/ %changelog +* Mon Jun 13 2022 Python Maint - 1.1.2-4 +- Rebuilt for Python 3.11 + * Wed Jun 01 2022 Miro HronĨok - 1.1.2-3 - Python 3.11 support - Fixes: rhbz#2040186