Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 09:04:54 +02:00 committed by Tomáš Hrnčiar
parent 345b86fbd2
commit 95b4ae0275

View File

@ -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 <python-maint@redhat.com> - 6.4.2-3
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 6.4.2-2
- Bootstrap for Python 3.11