From cc95ddb1b0b4d89d66904aad6e76194c5ef7425abb34770b2a400c140a8efc78 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Aug 2021 13:23:40 +0000 Subject: [PATCH] Accepting request 910724 from home:bnavigator:branches:devel:languages:python:numeric - Update to version 2021.07.0 * no release notes - Release 2021.06.1 * Introduce fsspec.asyn.fsspec_loop to temporarily switch to the fsspec loop. (#671) * support list for local rm (#678) * error when local mkdir twice (#679) * fix local info regression for pathlike (#667) * link to wandbfs (#664) - Release 2021.06.0 * Better testing and folder handling for Memory (#654) * Negative indexes for cat_file (#653) * optimize local file listing (#647) * FileNoteFound in http and range exception subclass (#649, 646) * async timeouts (#643, 645) * stringify path for pyarrow legacy (#630) * The fsspec.asyn.get_loop() will always return a loop of a selector policy (#658) * add helper to construct Range headers for cat_file (#655) OBS-URL: https://build.opensuse.org/request/show/910724 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=27 --- fsspec-2021.05.0.tar.gz | 3 --- fsspec-2021.07.0.tar.gz | 3 +++ python-fsspec.changes | 23 +++++++++++++++++++++++ python-fsspec.spec | 6 +++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 fsspec-2021.05.0.tar.gz create mode 100644 fsspec-2021.07.0.tar.gz diff --git a/fsspec-2021.05.0.tar.gz b/fsspec-2021.05.0.tar.gz deleted file mode 100644 index 16021e8..0000000 --- a/fsspec-2021.05.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b538d075b08674195d990d0a8c743b79073250524a7e9e872834c8b952d8c1ed -size 292796 diff --git a/fsspec-2021.07.0.tar.gz b/fsspec-2021.07.0.tar.gz new file mode 100644 index 0000000..7e1ff11 --- /dev/null +++ b/fsspec-2021.07.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e645866d1bfd18c65003b6e12c9fb433556c51c5a1aa6d0706783425d467dc1 +size 301517 diff --git a/python-fsspec.changes b/python-fsspec.changes index 24022a1..115c878 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Aug 8 15:32:54 UTC 2021 - Ben Greiner + +- Update to version 2021.07.0 + * no release notes +- Release 2021.06.1 + * Introduce fsspec.asyn.fsspec_loop to temporarily switch to the + fsspec loop. (#671) + * support list for local rm (#678) + * error when local mkdir twice (#679) + * fix local info regression for pathlike (#667) + * link to wandbfs (#664) +- Release 2021.06.0 + * Better testing and folder handling for Memory (#654) + * Negative indexes for cat_file (#653) + * optimize local file listing (#647) + * FileNoteFound in http and range exception subclass (#649, 646) + * async timeouts (#643, 645) + * stringify path for pyarrow legacy (#630) + * The fsspec.asyn.get_loop() will always return a loop of a + selector policy (#658) + * add helper to construct Range headers for cat_file (#655) + ------------------------------------------------------------------- Thu May 20 13:22:56 UTC 2021 - Ben Greiner diff --git a/python-fsspec.spec b/python-fsspec.spec index 393e9a8..008aff6 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -26,9 +26,9 @@ %bcond_with test %endif %define skip_python2 1 -%define ghversion 2021.05.0 +%define ghversion 2021.07.0 Name: python-fsspec%{psuffix} -Version: 2021.5.0 +Version: 2021.7.0 Release: 0 Summary: Filesystem specification package License: BSD-3-Clause @@ -60,7 +60,6 @@ BuildArch: noarch BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module cloudpickle} BuildRequires: %{python_module fusepy} -BuildRequires: %{python_module gcsfs} BuildRequires: %{python_module notebook} BuildRequires: %{python_module paramiko} BuildRequires: %{python_module pyftpdlib} @@ -71,6 +70,7 @@ BuildRequires: %{python_module s3fs} BuildRequires: %{python_module smbprotocol} BuildRequires: %{python_module zstandard} BuildRequires: %{python_module distributed if (%python-base without python36-base)} +BuildRequires: %{python_module gcsfs if (%python-base without python36-base)} 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 (?)