From 0c3b6133733edcd1ba26c493d2a4864a39bb7833 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:38 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-six.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-six.spec b/python-six.spec index 726ac57..8ed8f4e 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,10 +1,9 @@ -%global _without_tests 1 # tests are enabled by default %bcond_without tests Name: python-six Version: 1.16.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -64,6 +63,9 @@ Summary: %{summary} %changelog +* Fri Jun 16 2023 Python Maint - 1.16.0-11 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 1.16.0-10 - Bootstrap for Python 3.12