From da4b27592b36d41ae6ffc651372a4ef58050399a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 13:18:54 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-flit.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-flit.spec b/python-flit.spec index 97a9dbc..7f26fc0 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 # circular build dependency on requests-download and testpath %bcond_without tests @@ -6,7 +5,7 @@ Name: python-%{srcname} Version: 3.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simplified packaging of Python modules # ./flit/log.py under ASL 2.0 license @@ -136,6 +135,9 @@ export XDG_CACHE_HOME=$PWD/fake_cache %changelog +* Fri Jun 04 2021 Python Maint - 3.2.0-4 +- Rebuilt for Python 3.10 + * Fri Jun 04 2021 Python Maint - 3.2.0-3 - Bootstrap for Python 3.10