Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fsspec for openSUSE:Factory checked in at 2024-01-15 22:21:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fsspec (Old) and /work/SRC/openSUSE:Factory/.python-fsspec.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fsspec" Mon Jan 15 22:21:02 2024 rev:31 rq:1138849 version:2023.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fsspec/python-fsspec.changes 2023-12-17 21:34:33.978470850 +0100 +++ /work/SRC/openSUSE:Factory/.python-fsspec.new.21961/python-fsspec.changes 2024-01-15 22:21:18.439426826 +0100 @@ -1,0 +2,5 @@ +Fri Jan 12 13:11:26 UTC 2024 - pgaj...@suse.com + +- have a possibility to not use pyarrow for testing [bsc#1218592] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fsspec.spec ++++++ --- /var/tmp/diff_new_pack.AmGBzi/_old 2024-01-15 22:21:20.283494597 +0100 +++ /var/tmp/diff_new_pack.AmGBzi/_new 2024-01-15 22:21:20.291494891 +0100 @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -24,6 +24,7 @@ %define psuffix %{nil} %bcond_with test %endif +%bcond_without have_pyarrow %{?sle15_python_module_pythons} Name: python-fsspec%{psuffix} @@ -68,7 +69,9 @@ BuildRequires: %{python_module numpy} BuildRequires: %{python_module panel} BuildRequires: %{python_module paramiko} +%if %{with have_pyarrow} BuildRequires: %{python_module pyarrow} +%endif BuildRequires: %{python_module pyftpdlib} BuildRequires: %{python_module pygit2} BuildRequires: %{python_module pytest-mock}