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] - 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. -------------------------------------------------------------------