From 619d023386841eede2c909e6a7b4f5a00586b31be1d24ff0aad3a8b2fb7371da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 1 Mar 2019 12:38:08 +0000 Subject: [PATCH 1/2] - adding the option git_describe_command to allow the user to control the way that git describe is called. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=42 --- python-setuptools_scm.changes | 6 ++++++ python-setuptools_scm.spec | 2 +- setuptools_scm-3.1.0.tar.gz | 3 --- setuptools_scm-3.2.0.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 setuptools_scm-3.1.0.tar.gz create mode 100644 setuptools_scm-3.2.0.tar.gz diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 10c6088..4bbd394 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 1 12:37:15 UTC 2019 - Ondřej Súkup + +- adding the option git_describe_command to allow the user to control the + way that git describe is called. + ------------------------------------------------------------------- Thu Jan 24 15:37:06 UTC 2019 - Matěj Cepl diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index f74a166..e7dccba 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.1.0 +Version: 3.2.0 Release: 0 Summary: Python setuptools handler for SCM tags License: MIT diff --git a/setuptools_scm-3.1.0.tar.gz b/setuptools_scm-3.1.0.tar.gz deleted file mode 100644 index 13c5158..0000000 --- a/setuptools_scm-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1191f2a136b5e86f7ca8ab00a97ef7aef997131f1f6d4971be69a1ef387d8b40 -size 35585 diff --git a/setuptools_scm-3.2.0.tar.gz b/setuptools_scm-3.2.0.tar.gz new file mode 100644 index 0000000..2807612 --- /dev/null +++ b/setuptools_scm-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ab47715fa0fc7d8e6cd15168d1a69ba995feb1505131c3e814eb7087b57358 +size 39646 From 7091e0055073c3e56cbb90c2a6dd90ab2ef9cc028dde78e4953bb04a8baa75c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Mar 2019 12:40:39 +0000 Subject: [PATCH 2/2] - Update to 3.2.0: * adding the option git_describe_command to allow the user to control the OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=43 --- python-setuptools_scm.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 4bbd394..e70e16e 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Fri Mar 1 12:37:15 UTC 2019 - Ondřej Súkup -- adding the option git_describe_command to allow the user to control the +- Update to 3.2.0: + * adding the option git_describe_command to allow the user to control the way that git describe is called. -------------------------------------------------------------------