From 834986603e207c0510be85e9b81b203e006424ae Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 10:19:20 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-six.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 9dc2413..db843a7 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: 1%{?dist} +Release: 2%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -63,6 +64,9 @@ Summary: %{summary} %changelog +* Wed Jun 02 2021 Python Maint - 1.16.0-2 +- Bootstrap for Python 3.10 + * Mon May 10 2021 Miro HronĨok - 1.16.0-1 - Update to 1.16.0 - Fixes: rhbz#1957289