diff --git a/.gitignore b/.gitignore index d0394d0..d80a1ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setuptools_scm-5.0.1.tar.gz +SOURCES/setuptools_scm-6.0.1.tar.gz diff --git a/.python-setuptools_scm.metadata b/.python-setuptools_scm.metadata index 2620902..a2005d1 100644 --- a/.python-setuptools_scm.metadata +++ b/.python-setuptools_scm.metadata @@ -1 +1 @@ -af08a257a725dbdde9795859249ddf79caf4fc22 SOURCES/setuptools_scm-5.0.1.tar.gz +183e0947ee14f8107a3ad6a7f635f04f54a30011 SOURCES/setuptools_scm-6.0.1.tar.gz diff --git a/SPECS/python-setuptools_scm.spec b/SPECS/python-setuptools_scm.spec index de758b5..ceb7dde 100644 --- a/SPECS/python-setuptools_scm.spec +++ b/SPECS/python-setuptools_scm.spec @@ -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 - 6.0.1-1 +- Update to 6.0.1 + * Tue Aug 10 2021 Mohan Boddu - 5.0.1-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688