Sync from SUSE:SLFO:Main python-cloudpickle revision 442b35cccc0b8bc25866af330a8a000b

This commit is contained in:
Adrian Schröter 2024-09-25 17:13:55 +02:00
parent 293365d2cf
commit f4ccfe23b9
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 9 10:27:54 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Disable tests against scipy/numpy for SLFO:Main
-------------------------------------------------------------------
Sun Jun 11 13:52:47 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 8 18:15:45 UTC 2023 - Dirk Müller <dmueller@suse.com> Mon May 8 18:15:45 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-cloudpickle # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Name: python-cloudpickle
Version: 2.2.1 Version: 2.2.1
Release: 0 Release: 0
@ -34,7 +34,7 @@ BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module py} BuildRequires: %{python_module py}
BuildRequires: %{python_module tornado} BuildRequires: %{python_module tornado}
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} > 1600
BuildRequires: %{python_module numpy >= 1.18.5} BuildRequires: %{python_module numpy >= 1.18.5}
BuildRequires: %{python_module scipy} BuildRequires: %{python_module scipy}
%endif %endif