From 0c1017a83cba776da29abeee33ed3dd1a3965b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 18:34:39 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-gevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index 8e8316e..5964f17 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 20.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -87,6 +87,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/%{modname}* %changelog +* Sun May 24 2020 Miro HronĨok - 20.5.0-2 +- Rebuilt for Python 3.9 + * Sun May 17 2020 Dan Callaghan - 20.5.0-1 - new upstream release 20.5.0: https://github.com/gevent/gevent/blob/20.5.0/CHANGES.rst