From 75864ec0665ae816feab111170e08feed0e45fcc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:34:02 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-configshell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-configshell.spec b/python-configshell.spec index da1e5b3..41575fa 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -6,7 +6,7 @@ License: ASL 2.0 Summary: A framework to implement simple but nice CLIs Epoch: 1 Version: 1.1.30 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/open-iscsi/configshell-fb Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz BuildArch: noarch @@ -42,6 +42,9 @@ sed -r -i "s/'pyparsing.*'/'pyparsing'/" setup.py %doc COPYING README.md %changelog +* Tue Jun 13 2023 Python Maint - 1:1.1.30-2 +- Rebuilt for Python 3.12 + * Tue Jun 06 2023 Maurizio Lombardi - 1:1.1.30-1 - Rebase to version v1.1.30