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
This commit is contained in:
parent
d547ead3a6
commit
cc95ddb1b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b538d075b08674195d990d0a8c743b79073250524a7e9e872834c8b952d8c1ed
|
||||
size 292796
|
3
fsspec-2021.07.0.tar.gz
Normal file
3
fsspec-2021.07.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e645866d1bfd18c65003b6e12c9fb433556c51c5a1aa6d0706783425d467dc1
|
||||
size 301517
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 8 15:32:54 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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 (?)
|
||||
|
Loading…
x
Reference in New Issue
Block a user