Accepting request 1036838 from home:bnavigator:branches:devel:languages:python

- Update to 2022.11.0
  ## Enhancements
  * Speed up FSMap._key_to_str (#1101)
  * Add modified/created to Memory and Arrow (#1096)
  * Clear expired cache method (#1092)
  * Allow seekable arrow file (#1091)
  * Allow append for arrow (#1089)
  * recursive for sftp.get (#1082)
  * topdown arg to walk() (#1081)
  ## Fixes
  * fix doc warnings (#1106, #1084)
  * Fix HDFS _strip_protocol (#1103)
  * Allow URLs with protocol for HDFS (#1099)
  * yarl in doc deps (#1095)
  * missing await in genericFS.cp (#1094)
  * explicit IPv4 for test HTTP server (#1088)
  * sort when merging ranges for referenceFS (#1087)
  ## Other
  * Check that snappy is snappy (#1079)

OBS-URL: https://build.opensuse.org/request/show/1036838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=44
This commit is contained in:
Dirk Mueller 2022-11-20 18:41:34 +00:00 committed by Git OBS Bridge
parent faad7c584c
commit 1c743cc6da
4 changed files with 28 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Nov 19 14:48:38 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2022.11.0
## Enhancements
* Speed up FSMap._key_to_str (#1101)
* Add modified/created to Memory and Arrow (#1096)
* Clear expired cache method (#1092)
* Allow seekable arrow file (#1091)
* Allow append for arrow (#1089)
* recursive for sftp.get (#1082)
* topdown arg to walk() (#1081)
## Fixes
* fix doc warnings (#1106, #1084)
* Fix HDFS _strip_protocol (#1103)
* Allow URLs with protocol for HDFS (#1099)
* yarl in doc deps (#1095)
* missing await in genericFS.cp (#1094)
* explicit IPv4 for test HTTP server (#1088)
* sort when merging ranges for referenceFS (#1087)
## Other
* Check that snappy is snappy (#1079)
-------------------------------------------------------------------
Fri Oct 28 17:10:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -24,17 +24,15 @@
%define psuffix %{nil}
%bcond_with test
%endif
%define skip_python2 1
Name: python-fsspec%{psuffix}
Version: 2022.10.0
Version: 2022.11.0
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause
URL: https://github.com/fsspec/filesystem_spec
# the tests are only in the GitHub archive
Source: https://github.com/fsspec/filesystem_spec/archive/%{version}.tar.gz#/fsspec-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module importlib_metadata if %python-base < 3.8}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: fuse
@ -53,9 +51,6 @@ Suggests: python-requests
Suggests: python-s3fs
Suggests: python-smbprotocol
BuildArch: noarch
%if 0%{?python_version_nodots} < 38
Requires: python-importlib_metadata
%endif
%if %{with test}
BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module cloudpickle}