From e769e66af621d6302c851d2c164cfe62c2cc0776000b1479b6372e5c4a626d3e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 14 Jul 2021 17:42:38 +0000 Subject: [PATCH] Accepting request 906275 from home:dimstar:Factory - - Skip python 3.6 because numpy no longer support it. OBS-URL: https://build.opensuse.org/request/show/906275 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testflo?expand=0&rev=16 --- python-testflo.changes | 5 +++++ python-testflo.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-testflo.changes b/python-testflo.changes index 82c47c7..a93fdcd 100644 --- a/python-testflo.changes +++ b/python-testflo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 14 10:37:27 UTC 2021 - Dominique Leuenberger + +- - Skip python 3.6 because numpy no longer support it. + ------------------------------------------------------------------- Fri Jul 24 12:21:37 UTC 2020 - Marketa Calabkova diff --git a/python-testflo.spec b/python-testflo.spec index 682e8bf..e9dfe57 100644 --- a/python-testflo.spec +++ b/python-testflo.spec @@ -1,7 +1,7 @@ # # spec file for package python-testflo # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-testflo Version: 1.4.2 Release: 0 @@ -32,7 +33,7 @@ BuildRequires: python-rpm-macros Requires: python-setuptools Requires: python-six Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Recommends: python-coverage Recommends: python-mpi4py Recommends: python-psutil