import python-setuptools_scm-6.0.1-1.el9

This commit is contained in:
CentOS Sources 2022-02-01 13:21:00 -05:00 committed by Stepan Oksanichenko
parent 5d75abe29c
commit 98719c5bcc
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/setuptools_scm-5.0.1.tar.gz
SOURCES/setuptools_scm-6.0.1.tar.gz

View File

@ -1 +1 @@
af08a257a725dbdde9795859249ddf79caf4fc22 SOURCES/setuptools_scm-5.0.1.tar.gz
183e0947ee14f8107a3ad6a7f635f04f54a30011 SOURCES/setuptools_scm-6.0.1.tar.gz

View File

@ -3,8 +3,8 @@
%bcond_with tests
Name: python-setuptools_scm
Version: 5.0.1
Release: 4%{?dist}
Version: 6.0.1
Release: 1%{?dist}
Summary: Blessed package to manage your versions by SCM tags
License: MIT
@ -59,7 +59,8 @@ It also handles file finders for the supported SCMs.
%if %{with tests}
%check
%tox -- -- -v -k 'not test_pip_download'
# Both of the skipped tests try to download from the internet
%tox -- -- -v -k 'not test_pip_download and not test_distlib_setuptools_works'
%endif
@ -69,6 +70,9 @@ It also handles file finders for the supported SCMs.
%changelog
* Wed Jan 12 2022 Miro Hrončok <mhroncok@redhat.com> - 6.0.1-1
- Update to 6.0.1
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.0.1-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688