From 9dcc90c9a2950df359292cf4ed8d678a9f5d0d32 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 28 Jun 2023 17:43:14 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-uranium.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-uranium.spec b/python-uranium.spec index bd83e92..2c8c415 100644 --- a/python-uranium.spec +++ b/python-uranium.spec @@ -1,6 +1,6 @@ Name: python-uranium Version: 5.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Python framework for building desktop applications License: LGPLv3+ URL: https://github.com/Ultimaker/Uranium @@ -133,6 +133,9 @@ popd %changelog +* Wed Jun 28 2023 Python Maint - 5.3.0-6 +- Rebuilt for Python 3.12 + * Mon Jun 5 2023 Tom Callaway - 5.3.0-5 - fix issue where Logger was used but not imported (thanks to H. Peter Anvin)