From 3667b0bd77ebeede75f00cd50df9d37d003712fd3678b2e9fbfb5b38ccf13876 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 24 Jan 2019 15:37:51 +0000 Subject: [PATCH] - Remove BR for mercurial. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=40 --- python-setuptools_scm.changes | 5 +++++ python-setuptools_scm.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index e371e13..10c6088 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 24 15:37:06 UTC 2019 - Matěj Cepl + +- Remove BR for mercurial. + ------------------------------------------------------------------- Mon Sep 17 15:20:50 UTC 2018 - Ondřej Súkup diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index d0517ef..f74a166 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -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 pip} 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 @@ rm tox.ini %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}