From 9e060c0f881982c87f6a0f00f585e35550e09cefa5ab9c601d102cdde4053b68 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Feb 2021 08:20:38 +0000 Subject: [PATCH] Accepting request 871546 from home:bnavigator:branches:devel:languages:python:numeric - Skip python36 build. Due to NEP 29: TW python36-numpy -scipy and -tifffile are no more OBS-URL: https://build.opensuse.org/request/show/871546 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cmapfile?expand=0&rev=3 --- python-cmapfile.changes | 6 ++++++ python-cmapfile.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-cmapfile.changes b/python-cmapfile.changes index 4f31832..8bf0cff 100644 --- a/python-cmapfile.changes +++ b/python-cmapfile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 12 22:10:27 UTC 2021 - Ben Greiner + +- Skip python36 build. Due to NEP 29: TW python36-numpy -scipy and + -tifffile are no more + ------------------------------------------------------------------- Fri Jul 31 15:10:23 UTC 2020 - andy great diff --git a/python-cmapfile.spec b/python-cmapfile.spec index 3183dd5..58e899b 100644 --- a/python-cmapfile.spec +++ b/python-cmapfile.spec @@ -1,7 +1,7 @@ # # spec file for package python-cmapfile # -# 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,8 @@ %define skip_python2 1 +# NEP 29: TW python36-numpy -scipy and -tifffile are no more +%define skip_python36 1 %define packagename cmapfile %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cmapfile