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