Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 10:34:10 +02:00 committed by Miro Hrončok
parent 8482019e96
commit c1b4723937

View File

@ -1,8 +1,9 @@
%global _without_tests 1
%bcond_without tests
Name: python-setuptools_scm
Version: 6.0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Blessed package to manage your versions by SCM tags
License: MIT
@ -68,6 +69,9 @@ It also handles file finders for the supported SCMs.
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 6.0.1-2
- Bootstrap for Python 3.10
* Mon Mar 22 2021 Charalampos Stratakis <cstratak@redhat.com> - 6.0.1-1
- Update to 6.0.1
- Fixes: rhbz#1939828