From 1baeb4e8705977dd419645f4aa0f364aa3c5a5e2db52628acb75d48ac8ba7665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 14 Oct 2022 14:55:54 +0000 Subject: [PATCH] Accepting request 1010918 from home:bnavigator:branches:devel:languages:python:aws - Don't test with python-s3fs: It is pinning aiobotocore which does not play well with a rolling distro gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971 OBS-URL: https://build.opensuse.org/request/show/1010918 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=39 --- python-fsspec.changes | 7 +++++++ python-fsspec.spec | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-fsspec.changes b/python-fsspec.changes index d8fa3da..1829cc9 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 14 11:11:45 UTC 2022 - Ben Greiner + +- Don't test with python-s3fs: It is pinning aiobotocore which + does not play well with a rolling distro + gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971 + ------------------------------------------------------------------- Wed Sep 28 19:37:07 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-fsspec.spec b/python-fsspec.spec index f5e9457..9e7905f 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -60,7 +60,7 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module cloudpickle} -BuildRequires: %{python_module distributed if %python-base < 3.10} +BuildRequires: %{python_module distributed} BuildRequires: %{python_module fusepy} BuildRequires: %{python_module gcsfs} BuildRequires: %{python_module notebook} @@ -72,7 +72,8 @@ BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-snappy} BuildRequires: %{python_module requests} -BuildRequires: %{python_module s3fs} +# Too tight of a aiobotocore pinning: gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971 +#BuildRequires: %%{python_module s3fs} BuildRequires: %{python_module smbprotocol} BuildRequires: %{python_module zstandard} # cannot test git and http in the same installation (?)