From 0fee919df3dcc32fc3d79d46faa54dc53f9e2916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:23:26 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-gevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index 7eb6270..cbbb261 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -111,6 +111,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/%{modname}* %changelog +* Mon Jul 02 2018 Miro HronĨok - 1.3.4-2 +- Rebuilt for Python 3.7 + * Tue Jun 26 2018 Dan Callaghan - 1.3.4-1 - Update to 1.3.4 (RHBZ#1593266)