From 345b86fbd203c0bedd16bd9b9fbf70e2bd823cc5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 16:13:20 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- 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 16aa5e0..a91165f 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.4.2 -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 +* Mon Jun 13 2022 Python Maint - 6.4.2-2 +- Bootstrap for Python 3.11 + * Thu Feb 17 2022 Elliott Sales de Andrade - 6.4.2-1 - Update to latest version (#2041601)