From 2304269031f16ea093e65649639ef2d766c02bdf Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 13:50:25 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-six.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-six.spec b/python-six.spec index db843a7..e4d1dcf 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: 2%{?dist} +Release: 3%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -64,6 +63,9 @@ Summary: %{summary} %changelog +* Thu Jun 03 2021 Python Maint - 1.16.0-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 1.16.0-2 - Bootstrap for Python 3.10