From fd2c284e72fd33e6aa81ac8981b916f50c80513c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 15:06:30 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- 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 af1a411..c9b471c 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.0.1 -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 +* Thu Jun 03 2021 Python Maint - 6.0.1-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 6.0.1-2 - Bootstrap for Python 3.10