Hello community,
here is the log from the commit of package python-setuptools_scm for
openSUSE:Factory checked in at 2019-07-30 13:01:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools_scm (Old)
and /work/SRC/openSUSE:Factory/.python-setuptools_scm.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools_scm"
Tue Jul 30 13:01:22 2019 rev:24 rq:716844 version:3.3.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-setuptools_scm/python-setuptools_scm.changes
2019-05-17 23:39:02.502048646 +0200
+++
/work/SRC/openSUSE:Factory/.python-setuptools_scm.new.4126/python-setuptools_scm.changes
2019-07-30 13:01:25.114437464 +0200
@@ -1,0 +2,6 @@
+Thu Jul 18 09:21:17 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Pin pytest3 for now, pytest4 and 5 work fine in upstream git
+ and will be solved with next release
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setuptools_scm.spec ++++++
--- /var/tmp/diff_new_pack.3W1LfR/_old 2019-07-30 13:01:26.710437217 +0200
+++ /var/tmp/diff_new_pack.3W1LfR/_new 2019-07-30 13:01:26.710437217 +0200
@@ -19,16 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
-%define test 1
+%define psuffix -test
%bcond_without test
%else
+%define psuffix %{nil}
%bcond_with test
%endif
-%if %{with test}
-Name: python-setuptools_scm-%{flavor}
-%else
-Name: python-setuptools_scm
-%endif
+Name: python-setuptools_scm%{psuffix}
Version: 3.3.3
Release: 0
Summary: Python setuptools handler for SCM tags
@@ -45,7 +42,7 @@
%if %{with test}
# Testing requirements
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pytest < 4.0}
BuildRequires: %{python_module setuptools_scm = %{version}}
BuildRequires: git-core
%endif