diff --git a/add-rpmfail-pytest-markers.patch b/add-rpmfail-pytest-markers.patch index 3462c14..3b749e6 100644 --- a/add-rpmfail-pytest-markers.patch +++ b/add-rpmfail-pytest-markers.patch @@ -1,19 +1,19 @@ -Index: setuptools_scm-3.2.0/testing/test_regressions.py +Index: setuptools_scm-3.3.3/testing/test_regressions.py =================================================================== ---- setuptools_scm-3.2.0.orig/testing/test_regressions.py -+++ setuptools_scm-3.2.0/testing/test_regressions.py +--- setuptools_scm-3.3.3.orig/testing/test_regressions.py ++++ setuptools_scm-3.3.3/testing/test_regressions.py @@ -49,6 +49,7 @@ def test_pip_egg_info(tmpdir, monkeypatc - assert get_version(root=p.strpath) == "1.0" + assert get_version(root=p.strpath, fallback_root=p.strpath) == "1.0" +@pytest.mark.rpmfail_github_connect @pytest.mark.issue(164) def test_pip_download(tmpdir, monkeypatch): monkeypatch.chdir(tmpdir) -Index: setuptools_scm-3.2.0/testing/test_setuptools_support.py +Index: setuptools_scm-3.3.3/testing/test_setuptools_support.py =================================================================== ---- setuptools_scm-3.2.0.orig/testing/test_setuptools_support.py -+++ setuptools_scm-3.2.0/testing/test_setuptools_support.py +--- setuptools_scm-3.3.3.orig/testing/test_setuptools_support.py ++++ setuptools_scm-3.3.3/testing/test_setuptools_support.py @@ -65,12 +65,14 @@ def check(packagedir, expected_version, ) diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 2ca5e8f..638fcdd 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 14 11:26:42 UTC 2019 - Marketa Calabkova + +- update to 3.3.3 + * adding the fallback_version option, which sets the version to + be used when everything else fails. + * use a specific fallback root when calling fallbacks. + * fix python3.8 support and add builds for up to python3.8 + ------------------------------------------------------------------- Fri Apr 12 08:33:01 UTC 2019 - Dirk Mueller diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 1fc3532..17ef7ff 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -29,7 +29,7 @@ Name: python-setuptools_scm-%{flavor} %else Name: python-setuptools_scm %endif -Version: 3.2.0 +Version: 3.3.3 Release: 0 Summary: Python setuptools handler for SCM tags License: MIT diff --git a/setuptools_scm-3.2.0.tar.gz b/setuptools_scm-3.2.0.tar.gz deleted file mode 100644 index 2807612..0000000 --- a/setuptools_scm-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52ab47715fa0fc7d8e6cd15168d1a69ba995feb1505131c3e814eb7087b57358 -size 39646 diff --git a/setuptools_scm-3.3.3.tar.gz b/setuptools_scm-3.3.3.tar.gz new file mode 100644 index 0000000..16a2429 --- /dev/null +++ b/setuptools_scm-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5 +size 36903