1
0
Dominique Leuenberger 2022-06-18 20:06:05 +00:00 committed by Git OBS Bridge
commit 689a3112d5
3 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 17:21:32 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
- Blacklist test that fails due to distutils deprecation warning.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 2 16:33:42 UTC 2022 - Lukas Müller <expeehaa@outlook.com> Mon May 2 16:33:42 UTC 2022 - Lukas Müller <expeehaa@outlook.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package mercurial-extension-hg-evolve # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,23 +15,24 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: mercurial-extension-hg-evolve Name: mercurial-extension-hg-evolve
Version: 10.5.1 Version: 10.5.1
Release: 0 Release: 0
Summary: Flexible evolution of Mercurial history Summary: Flexible evolution of Mercurial history
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
URL: https://www.mercurial-scm.org/doc/evolution/ URL: https://www.mercurial-scm.org/doc/evolution/
Source0: https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-%{version}.tar.gz
Source90: tests.blacklist Source90: tests.blacklist
BuildRequires: python-rpm-macros
BuildRequires: python3
BuildRequires: python3-setuptools
BuildRequires: python3-pyflakes
BuildRequires: python3-flake8
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: mercurial BuildRequires: mercurial
BuildRequires: mercurial-tests BuildRequires: mercurial-tests
BuildRequires: python-rpm-macros
BuildRequires: python3
BuildRequires: python3-flake8
BuildRequires: python3-pyflakes
BuildRequires: python3-setuptools
BuildRequires: unzip BuildRequires: unzip
Requires: mercurial Requires: mercurial
BuildArch: noarch BuildArch: noarch

View File

@ -1,3 +1,4 @@
test-check-sdist.t test-check-sdist.t
test-check-compat-strings.t test-check-compat-strings.t
test-version-install.t