From 1560b0065fa3cdadedd64207e22b1ad59c736eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 08:12:15 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-wrapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index 89ed8c8..66a4baa 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -9,7 +9,7 @@ Name: python-%{sname} Version: 1.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python module for decorators, wrappers and monkey patching License: BSD @@ -78,6 +78,9 @@ popd %{python3_sitearch}/%{sname}-%{version}-py?.?.egg-info %changelog +* Sat May 23 2020 Miro Hrončok - 1.12.1-2 +- Rebuilt for Python 3.9 + * Tue Mar 17 2020 Clément Verna - 1.12.1-1 - Update to 1.12.1. Fixes bug #1803787