From 514053da29ac8ff87635cf7f82ee29d1c7e03fdb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:39:45 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-greenlet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-greenlet.spec b/python-greenlet.spec index 25cf287..4f64dfe 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 1.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight in-process concurrent programming License: MIT URL: https://github.com/python-greenlet/greenlet @@ -64,6 +64,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover gre %{_includedir}/python%{python3_version}*/%{modname}/ %changelog +* Tue Jun 13 2023 Python Maint - 1.1.3-3 +- Rebuilt for Python 3.12 + * Fri Jan 20 2023 Fedora Release Engineering - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild