Accepting request 957036 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/957036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fsspec?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-02-24 17:20:44 +00:00 committed by Git OBS Bridge
commit 5bdddfd9ce
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:761265810ae1ec8ba7057527cb51805938eb56c638972f8d1325e114cc932c23
size 325462

3
fsspec-2022.02.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cda50105d532b64ccf2ad0a974399f3bbe0091794e0ed1e9de736b5c8ae1b51f
size 329625

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 22 23:01:18 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 2022.02.0:
- reference FS performance
- directory/prefix FS
- FUSE
- iteration in threads
- OpenFiles slicing
- drop py36
-------------------------------------------------------------------
Mon Jan 24 17:08:51 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -26,9 +26,9 @@
%bcond_with test
%endif
%define skip_python2 1
%define ghversion 2022.01.0
%define ghversion 2022.02.0
Name: python-fsspec%{psuffix}
Version: 2022.1.0
Version: 2022.2.0
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause
@ -69,6 +69,7 @@ BuildRequires: %{python_module numpy}
BuildRequires: %{python_module panel}
BuildRequires: %{python_module paramiko}
BuildRequires: %{python_module pyftpdlib}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-snappy}
BuildRequires: %{python_module requests}