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 2021-02-25 18:27:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fsspec (Old)
 and      /work/SRC/openSUSE:Factory/.python-fsspec.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fsspec"

Thu Feb 25 18:27:00 2021 rev:11 rq:874528 version:0.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fsspec/python-fsspec.changes      
2021-01-10 19:46:36.230118064 +0100
+++ /work/SRC/openSUSE:Factory/.python-fsspec.new.2378/python-fsspec.changes    
2021-02-25 18:27:02.094164796 +0100
@@ -1,0 +2,6 @@
+Mon Feb 22 16:55:37 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update python36 requirements. Don't try to test nonexistent
+  optional python36-numpy and -panel
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fsspec.spec ++++++
--- /var/tmp/diff_new_pack.7WyIpW/_old  2021-02-25 18:27:02.590165118 +0100
+++ /var/tmp/diff_new_pack.7WyIpW/_new  2021-02-25 18:27:02.590165118 +0100
@@ -34,9 +34,13 @@
 URL:            https://github.com/intake/filesystem_spec
 Source:         
https://files.pythonhosted.org/packages/source/f/fsspec/fsspec-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.6}
+BuildRequires:  %{python_module importlib_metadata if %python-base < 3.8}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if 0%{?python_version_nodots} < 38
+Requires:       python-importlib_metadata
+%endif
 Suggests:       python-adlfs
 Suggests:       python-aiohttp
 Suggests:       python-pyarrow
@@ -58,8 +62,6 @@
 BuildRequires:  %{python_module fusepy}
 BuildRequires:  %{python_module gcsfs}
 BuildRequires:  %{python_module notebook}
-BuildRequires:  %{python_module numpy}
-BuildRequires:  %{python_module panel}
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pyftpdlib}
 BuildRequires:  %{python_module pytest}
@@ -68,6 +70,8 @@
 BuildRequires:  %{python_module s3fs}
 BuildRequires:  %{python_module smbprotocol}
 BuildRequires:  %{python_module zstandard}
+BuildRequires:  %{python_module numpy if (%python-base without python36-base)}
+BuildRequires:  %{python_module panel if (%python-base without python36-base)}
 # cannot test git and http in the same installation (?)
 # BuildRequires:  %%{python_module pygit2}
 # BuildRequires:  git-core
@@ -79,6 +83,8 @@
 
 %prep
 %setup -q -n fsspec-%{version}
+# don't test nonexistent python36-numpy
+sed -i -e '/^import numpy as np/ d' -e '/^import pytest/ a np = 
pytest.importorskip("numpy")' fsspec/tests/test_spec.py
 
 %build
 %python_build

Reply via email to