From ea58fbc5e62a85fc028a6b75c58bb5a52dbea3c5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 13:26:51 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index 70c13e8..27843b8 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 5.0.9 -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 +* Wed Jun 02 2021 Python Maint - 5.0.9-2 +- Rebuilt for Python 3.10 + * Sat May 22 2021 Kevin Fenzi - 5.0.9-1 - Update to 5.0.9. Fixes rhbz#1960812