From bcce73e94813a4c76ec3935d616756ee411f666d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 19:45:21 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-blinker.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blinker.spec b/python-blinker.spec index 3ce5b45..4d0e02d 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -3,7 +3,7 @@ Name: python-blinker Version: 1.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Fast, simple object-to-object and broadcast signaling Group: Development/Libraries @@ -83,6 +83,9 @@ popd %changelog +* Fri Jun 15 2018 Miro HronĨok - 1.3-15 +- Rebuilt for Python 3.7 + * Sun Feb 11 2018 Iryna Shcherbina - 1.3-14 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)