From c603e7e2d2784d75bbd5852a02262c3e69f3bac0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 13 2023 19:38:10 +0000 Subject: Bootstrap for Python 3.12 --- diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 0d5b969..20ba31c 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: 7.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Blessed package to manage your versions by SCM tags # SPDX @@ -78,6 +79,9 @@ It also handles file finders for the supported SCMs. %changelog +* Tue Jun 13 2023 Python Maint - 7.1.0-5 +- Bootstrap for Python 3.12 + * Tue May 30 2023 Yaakov Selkowitz - 7.1.0-4 - Drop unused python-virtualenv test dependency