From c1b47239376220977d9bafc871d871bb82d58992 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 10:34:10 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-setuptools_scm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index a625740..af1a411 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -1,8 +1,9 @@ +%global _without_tests 1 %bcond_without tests Name: python-setuptools_scm Version: 6.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Blessed package to manage your versions by SCM tags License: MIT @@ -68,6 +69,9 @@ It also handles file finders for the supported SCMs. %changelog +* Wed Jun 02 2021 Python Maint - 6.0.1-2 +- Bootstrap for Python 3.10 + * Mon Mar 22 2021 Charalampos Stratakis - 6.0.1-1 - Update to 6.0.1 - Fixes: rhbz#1939828