From 7c0a9db6b9d6a56d30e93215fa515820028d11ab Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 12:39:18 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-flask.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index 592b74d..e10cf8e 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 2.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions @@ -79,6 +79,9 @@ ln -sf %{modname}-3 %{buildroot}%{_bindir}/%{modname} %doc examples %changelog +* Fri Jun 16 2023 Python Maint - 1:2.2.5-2 +- Rebuilt for Python 3.12 + * Tue May 09 2023 Frantisek Zatloukal - 2.2.5-1 - Update to 2.2.5 (fixes RHBZ#2196644)