From 8faf899b76a1b94eb5232d0a4c1260075c81ca9c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 29 Jun 2023 20:10:48 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-setuptools_scm.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 5bc9ddb..ce46cad 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -1,9 +1,8 @@ -%global _without_tests 1 %bcond_without tests Name: python-setuptools_scm Version: 7.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Blessed package to manage your versions by SCM tags # SPDX @@ -77,6 +76,9 @@ It also handles file finders for the supported SCMs. %changelog +* Thu Jun 29 2023 Python Maint - 7.1.0-6 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 7.1.0-5 - Bootstrap for Python 3.12