From d56672ea74854748fb8a35620f10271ff24a507d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 18:26:04 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-click.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-click.spec b/python-click.spec index 01ec227..e037852 100644 --- a/python-click.spec +++ b/python-click.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 8.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple wrapper around optparse for powerful command line utilities License: BSD @@ -54,6 +54,9 @@ sed -i 's|requirements/tests.txt|requirements/tests.in|' tox.ini %doc README.rst CHANGES.rst %changelog +* Wed Jun 14 2023 Python Maint - 8.1.3-4 +- Rebuilt for Python 3.12 + * Wed Apr 12 2023 Miro HronĨok - 8.1.3-3 - Fix test failures with pytest 7.3.0