Hello community,
here is the log from the commit of package python-setuptools_scm for
openSUSE:Factory checked in at 2019-01-26 22:21:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools_scm (Old)
and /work/SRC/openSUSE:Factory/.python-setuptools_scm.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools_scm"
Sat Jan 26 22:21:05 2019 rev:19 rq:668380 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-setuptools_scm/python-setuptools_scm.changes
2018-09-26 14:53:12.651126527 +0200
+++
/work/SRC/openSUSE:Factory/.python-setuptools_scm.new.28833/python-setuptools_scm.changes
2019-01-26 22:21:07.254918551 +0100
@@ -1,0 +2,5 @@
+Thu Jan 24 15:37:06 UTC 2019 - Matěj Cepl <[email protected]>
+
+- Remove BR for mercurial.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setuptools_scm.spec ++++++
--- /var/tmp/diff_new_pack.zYAxnH/_old 2019-01-26 22:21:07.654918227 +0100
+++ /var/tmp/diff_new_pack.zYAxnH/_new 2019-01-26 22:21:07.654918227 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-setuptools_scm
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -47,11 +47,9 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm = %{version}}
BuildRequires: git
-BuildRequires: mercurial
%endif
%if 0%{?suse_version} || 0%{?fedora_version} >= 24
Recommends: git
-Recommends: mecurial
%endif
%python_subpackages
@@ -74,7 +72,7 @@
%if %{with test}
%check
-%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v
-k 'not (test_pip_download or test_old_setuptools_fails or
test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'
+%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v
-k 'not (test_pip_download or test_old_setuptools_fails or
test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works or
test_mercurial or hg)'
%endif
%files %{python_files}