Accepting request 702816 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/702816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=50
This commit is contained in:
Tomáš Chvátal 2019-05-14 15:45:31 +00:00 committed by Git OBS Bridge
parent 9d704b5389
commit 8ce4cf9465
5 changed files with 20 additions and 11 deletions

View File

@ -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,
)

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 14 11:26:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52ab47715fa0fc7d8e6cd15168d1a69ba995feb1505131c3e814eb7087b57358
size 39646

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5
size 36903