From 729123104a013c0fd65d9517cb4fc35fe6753113 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:35:26 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-deprecated.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-deprecated.spec b/python-deprecated.spec index 608f774..67f5c2e 100644 --- a/python-deprecated.spec +++ b/python-deprecated.spec @@ -3,7 +3,7 @@ Name: python-%{pkgname} Version: 1.2.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python decorator to deprecate old python classes, functions or methods License: MIT URL: https://github.com/tantale/%{pkgname} @@ -42,6 +42,9 @@ rm -rf %{pkgname}.egg-info %changelog +* Tue Jun 13 2023 Python Maint - 1.2.14-2 +- Rebuilt for Python 3.12 + * Sat May 27 2023 Packit - 1.2.14-1 - Drops seemingly unused importlib-metadata dev dep (Colin Dean) - Fixes comment on which version is development branch (Colin Dean)