Update to 6.0.1
This commit is contained in:
parent
8d10640a22
commit
4d89a9d8c7
1
.python-setuptools_scm.metadata
Normal file
1
.python-setuptools_scm.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
183e0947ee14f8107a3ad6a7f635f04f54a30011 setuptools_scm-6.0.1.tar.gz
|
@ -3,8 +3,8 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: python-setuptools_scm
|
Name: python-setuptools_scm
|
||||||
Version: 5.0.1
|
Version: 6.0.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Blessed package to manage your versions by SCM tags
|
Summary: Blessed package to manage your versions by SCM tags
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -59,7 +59,8 @@ It also handles file finders for the supported SCMs.
|
|||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%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
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -69,6 +70,9 @@ It also handles file finders for the supported SCMs.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.0.1-4
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (setuptools_scm-5.0.1.tar.gz) = 055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f
|
SHA512 (setuptools_scm-6.0.1.tar.gz) = db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314
|
||||||
|
Loading…
Reference in New Issue
Block a user