From a7e1ec7846e482dacdb74f2601a74a777b498117 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:16:13 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-six.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-six.spec b/python-six.spec index 195af06..18e006f 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: 6%{?dist} +Release: 7%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -64,6 +63,9 @@ Summary: %{summary} %changelog +* Mon Jun 13 2022 Python Maint - 1.16.0-7 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 1.16.0-6 - Bootstrap for Python 3.11