Hello community,
here is the log from the commit of package python-setuptools_scm for
openSUSE:Factory checked in at 2018-08-31 09:51:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools_scm (Old)
and /work/SRC/openSUSE:Factory/.python-setuptools_scm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools_scm"
Fri Aug 31 09:51:40 2018 rev:17 rq:632095 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-setuptools_scm/python-setuptools_scm.changes
2018-08-15 10:32:49.595685030 +0200
+++
/work/SRC/openSUSE:Factory/.python-setuptools_scm.new/python-setuptools_scm.changes
2018-08-31 09:51:41.269569031 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 08:02:35 UTC 2018 - [email protected]
+
+- Fix Leap 42.3 build by moving Name above lua code expansion
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setuptools_scm.spec ++++++
--- /var/tmp/diff_new_pack.VcHF4r/_old 2018-08-31 09:51:41.605569877 +0200
+++ /var/tmp/diff_new_pack.VcHF4r/_new 2018-08-31 09:51:41.609569887 +0200
@@ -24,6 +24,11 @@
%else
%bcond_with test
%endif
+%if %{with test}
+Name: python-setuptools_scm-%{flavor}
+%else
+Name: python-setuptools_scm
+%endif
Version: 3.1.0
Release: 0
Summary: Python setuptools handler for SCM tags
@@ -37,11 +42,6 @@
Requires: python-setuptools
BuildArch: noarch
%if %{with test}
-Name: python-setuptools_scm-%{flavor}
-%else
-Name: python-setuptools_scm
-%endif
-%if %{with test}
# Testing requirements
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}