From 25ffae42ba5d8d583af9cce0c94f55aa56f72078ac31e31b8ef21066dcf509ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCller?= Date: Fri, 17 Jun 2022 17:41:56 +0000 Subject: [PATCH] Accepting request 983476 from home:expeehaa:branches:devel:tools:scm - Blacklist test that fails due to distutils deprecation warning. OBS-URL: https://build.opensuse.org/request/show/983476 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/mercurial-extension-hg-evolve?expand=0&rev=8 --- mercurial-extension-hg-evolve.changes | 5 +++++ mercurial-extension-hg-evolve.spec | 15 ++++++++------- tests.blacklist | 1 + 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/mercurial-extension-hg-evolve.changes b/mercurial-extension-hg-evolve.changes index acfaffb..668f531 100644 --- a/mercurial-extension-hg-evolve.changes +++ b/mercurial-extension-hg-evolve.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 17 17:21:32 UTC 2022 - Lukas Müller + +- Blacklist test that fails due to distutils deprecation warning. + ------------------------------------------------------------------- Mon May 2 16:33:42 UTC 2022 - Lukas Müller diff --git a/mercurial-extension-hg-evolve.spec b/mercurial-extension-hg-evolve.spec index 3313efe..65bcc97 100644 --- a/mercurial-extension-hg-evolve.spec +++ b/mercurial-extension-hg-evolve.spec @@ -1,7 +1,7 @@ # # spec file for package mercurial-extension-hg-evolve # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,23 +15,24 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: mercurial-extension-hg-evolve Version: 10.5.1 Release: 0 Summary: Flexible evolution of Mercurial history -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Version Control URL: https://www.mercurial-scm.org/doc/evolution/ Source0: https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-%{version}.tar.gz Source90: tests.blacklist -BuildRequires: python-rpm-macros -BuildRequires: python3 -BuildRequires: python3-setuptools -BuildRequires: python3-pyflakes -BuildRequires: python3-flake8 BuildRequires: fdupes BuildRequires: mercurial BuildRequires: mercurial-tests +BuildRequires: python-rpm-macros +BuildRequires: python3 +BuildRequires: python3-flake8 +BuildRequires: python3-pyflakes +BuildRequires: python3-setuptools BuildRequires: unzip Requires: mercurial BuildArch: noarch diff --git a/tests.blacklist b/tests.blacklist index b9653f1..fedafbf 100644 --- a/tests.blacklist +++ b/tests.blacklist @@ -1,3 +1,4 @@ test-check-sdist.t test-check-compat-strings.t +test-version-install.t