From 95b4ae027556337a274006734269f4502acaa394 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 09:04:54 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- 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 a91165f..0a9a989 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: 6.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Blessed package to manage your versions by SCM tags License: MIT @@ -69,6 +68,9 @@ It also handles file finders for the supported SCMs. %changelog +* Tue Jun 14 2022 Python Maint - 6.4.2-3 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 6.4.2-2 - Bootstrap for Python 3.11