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