Update to 6.0.1
This commit is contained in:
parent
2e1f3f183d
commit
8482019e96
@ -1,7 +1,7 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: python-setuptools_scm
|
Name: python-setuptools_scm
|
||||||
Version: 5.0.1
|
Version: 6.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Blessed package to manage your versions by SCM tags
|
Summary: Blessed package to manage your versions by SCM tags
|
||||||
|
|
||||||
@ -57,7 +57,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
|
||||||
|
|
||||||
|
|
||||||
@ -67,6 +68,10 @@ It also handles file finders for the supported SCMs.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 22 2021 Charalampos Stratakis <cstratak@redhat.com> - 6.0.1-1
|
||||||
|
- Update to 6.0.1
|
||||||
|
- Fixes: rhbz#1939828
|
||||||
|
|
||||||
* Fri Jan 29 2021 Miro Hrončok <mhroncok@redhat.com> - 5.0.1-1
|
* Fri Jan 29 2021 Miro Hrončok <mhroncok@redhat.com> - 5.0.1-1
|
||||||
- Update to 5.0.1
|
- Update to 5.0.1
|
||||||
- Fixes: rhbz#1907070
|
- Fixes: rhbz#1907070
|
||||||
|
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