From 26bb5f0f0c7fefd09f29f17c7e329615aeead47a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:53:07 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-six.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 1b2cd1d..726ac57 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,9 +1,10 @@ +%global _without_tests 1 # tests are enabled by default %bcond_without tests Name: python-six Version: 1.16.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -63,6 +64,9 @@ Summary: %{summary} %changelog +* Tue Jun 13 2023 Python Maint - 1.16.0-10 +- Bootstrap for Python 3.12 + * Fri Jan 20 2023 Fedora Release Engineering - 1.16.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild