From f66d7a06b9447469e3d4e82abe881a841f97fe65db42c65a8b987e8ec62fa97c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Feb 2021 08:15:54 +0000 Subject: [PATCH 1/2] - skip python 3.6 (scipy) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=17 --- python-hankel.changes | 5 +++++ python-hankel.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-hankel.changes b/python-hankel.changes index 51d3029..1bc67f8 100644 --- a/python-hankel.changes +++ b/python-hankel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 13 08:15:03 UTC 2021 - Dirk Müller + +- skip python 3.6 (scipy) + ------------------------------------------------------------------- Mon Sep 14 09:01:07 UTC 2020 - Atri Bhattacharya diff --git a/python-hankel.spec b/python-hankel.spec index 8751b0b..0c7d3ff 100644 --- a/python-hankel.spec +++ b/python-hankel.spec @@ -1,7 +1,7 @@ # # spec file for package python-hankel # -# 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 @@ -16,9 +16,10 @@ # -%define skip_python2 1 -%define modname hankel %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 +%define skip_python36 1 +%define modname hankel Name: python-hankel Version: 1.1.0 Release: 0 From 54ac0aabdded5fe90090caf3d1d1f470d7c7effcb6cbf62cc3bc6490f8ce029b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Feb 2021 08:18:37 +0000 Subject: [PATCH 2/2] - NEP29: TW does not have python36-scipy anymore skip python36 build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=18 --- python-hankel.changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-hankel.changes b/python-hankel.changes index 1bc67f8..c078d64 100644 --- a/python-hankel.changes +++ b/python-hankel.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- -Sat Feb 13 08:15:03 UTC 2021 - Dirk Müller +Sat Feb 13 00:02:02 UTC 2021 - Benjamin Greiner -- skip python 3.6 (scipy) +- NEP29: TW does not have python36-scipy anymore + skip python36 build ------------------------------------------------------------------- Mon Sep 14 09:01:07 UTC 2020 - Atri Bhattacharya