From 4972199c29a6dd37a6a49cfa55717d36faeeba42 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 09:32:40 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-flask.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index 63d2ba4..3cf85c7 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 2.1.2 -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 +* Tue Jun 14 2022 Python Maint - 1:2.1.2-2 +- Rebuilt for Python 3.11 + * Wed May 11 2022 Charalampos Stratakis - 2.1.2-1 - Update to 2.1.2 - Fixes: rhbz#2069375