From 322c9c2dc90a495ba8073ec0c3309899e2709e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 16 Jun 2018 01:07:34 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-wrapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index 24be44f..688a645 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -10,7 +10,7 @@ Name: python-%{sname} Version: 1.10.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python module for decorators, wrappers and monkey patching License: BSD @@ -110,6 +110,9 @@ popd %endif %changelog +* Fri Jun 15 2018 Miro HronĨok - 1.10.11-4 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 1.10.11-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)