From 06a84aee4056a4468bad6a3c6502ddb5d65ec783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 11:16:48 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index e3c6be1..40f9a78 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module to simplify usage of decorators License: BSD @@ -53,6 +53,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %{python3_sitelib}/__pycache__/* %changelog +* Fri May 22 2020 Miro Hrončok - 4.4.2-2 +- Rebuilt for Python 3.9 + * Fri Apr 03 2020 Michal Konečný - 4.4.2-1 - new version Remove python39.patch no longer needed