From f4ccfe23b932eece30bfa6102f0654656ba00dae374db1ccc61475b9b7479d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 25 Sep 2024 17:13:55 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-cloudpickle revision 442b35cccc0b8bc25866af330a8a000b --- python-cloudpickle.changes | 10 ++++++++++ python-cloudpickle.spec | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/python-cloudpickle.changes b/python-cloudpickle.changes index 72981cd..6737ad2 100644 --- a/python-cloudpickle.changes +++ b/python-cloudpickle.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 9 10:27:54 UTC 2024 - Daniel Garcia + +- Disable tests against scipy/numpy for SLFO:Main + +------------------------------------------------------------------- +Sun Jun 11 13:52:47 UTC 2023 - ecsos + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Mon May 8 18:15:45 UTC 2023 - Dirk Müller diff --git a/python-cloudpickle.spec b/python-cloudpickle.spec index fc4e3e6..2fa059e 100644 --- a/python-cloudpickle.spec +++ b/python-cloudpickle.spec @@ -1,7 +1,7 @@ # # spec file for package python-cloudpickle # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-cloudpickle Version: 2.2.1 Release: 0 @@ -34,7 +34,7 @@ BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module py} BuildRequires: %{python_module tornado} -%if 0%{?suse_version} >= 1550 +%if 0%{?suse_version} > 1600 BuildRequires: %{python_module numpy >= 1.18.5} BuildRequires: %{python_module scipy} %endif