forked from pool/python-fsspec
Accepting request 1156422 from home:bnavigator:branches:devel:languages:python
- Update to 2024.2.0 ## Enhancements * add 9P known implementation (#1513) * allow TqdmCallback subclassing (#1497, 1480) * callbacks/branching kwargs handling and scopes (#1496, 1495, 1460) * add aluuxioFS to known implementations (#1469) * implement pipe_file for dirFS (#1465) ## Fixes * infer compression for .lzma files (#1514) * fix append to categorical/parquet references (#1510) * allow for FTP servers that list with leading "total" line (#1503) * convert FTP failure to FileNotFound (#1494) * out of order reference fix (#1492) * retry "backoff" response for DBFS (#1491) * referenceFS case for scalar arrays (#1487) * fix create_parents for SFTP (#1484) * fix local .ls() on files (#1479) * allow Path and similar in _expand_path (#1475) * make lazy references editable (#1468) * fix eq for abstract buffered files (#1466) * fit tqdm cleanup (#1463) * fix passing kwargs from cached file to underlying FS (#1462) ## Other * fix tests for supports_empty_directories=False (#1512) * don't read references in init for referenceFS (#1521) * code cleaning (#1518, 1502, 1499, 1493, 1481) * pass through "replication" for HDFS (#1486) * record more info for HTTP info() (#1483) OBS-URL: https://build.opensuse.org/request/show/1156422 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=64
This commit is contained in:
parent
f9749230d2
commit
d17b00dab3
BIN
fsspec-2023.12.2.tar.gz
(Stored with Git LFS)
BIN
fsspec-2023.12.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
fsspec-2024.2.0.tar.gz
Normal file
3
fsspec-2024.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca39880d47811592192eadb0e3159c7a30f563cb3644df38a02e6b3b65c88e12
|
||||||
|
size 424590
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 16:12:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 2024.2.0
|
||||||
|
## Enhancements
|
||||||
|
* add 9P known implementation (#1513)
|
||||||
|
* allow TqdmCallback subclassing (#1497, 1480)
|
||||||
|
* callbacks/branching kwargs handling and scopes (#1496, 1495,
|
||||||
|
1460)
|
||||||
|
* add aluuxioFS to known implementations (#1469)
|
||||||
|
* implement pipe_file for dirFS (#1465)
|
||||||
|
## Fixes
|
||||||
|
* infer compression for .lzma files (#1514)
|
||||||
|
* fix append to categorical/parquet references (#1510)
|
||||||
|
* allow for FTP servers that list with leading "total" line
|
||||||
|
(#1503)
|
||||||
|
* convert FTP failure to FileNotFound (#1494)
|
||||||
|
* out of order reference fix (#1492)
|
||||||
|
* retry "backoff" response for DBFS (#1491)
|
||||||
|
* referenceFS case for scalar arrays (#1487)
|
||||||
|
* fix create_parents for SFTP (#1484)
|
||||||
|
* fix local .ls() on files (#1479)
|
||||||
|
* allow Path and similar in _expand_path (#1475)
|
||||||
|
* make lazy references editable (#1468)
|
||||||
|
* fix eq for abstract buffered files (#1466)
|
||||||
|
* fit tqdm cleanup (#1463)
|
||||||
|
* fix passing kwargs from cached file to underlying FS (#1462)
|
||||||
|
## Other
|
||||||
|
* fix tests for supports_empty_directories=False (#1512)
|
||||||
|
* don't read references in init for referenceFS (#1521)
|
||||||
|
* code cleaning (#1518, 1502, 1499, 1493, 1481)
|
||||||
|
* pass through "replication" for HDFS (#1486)
|
||||||
|
* record more info for HTTP info() (#1483)
|
||||||
|
* add timeout argument to githubFS (#1473)
|
||||||
|
* add more security pars to webHDFS (#1472)
|
||||||
|
- Skip testing python39: no longer supported since ipython 8.19
|
||||||
|
(via notebook)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 12 13:11:26 UTC 2024 - pgajdos@suse.com
|
Fri Jan 12 13:11:26 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-fsspec
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -20,6 +20,7 @@
|
|||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
|
%define skip_python39 1
|
||||||
%else
|
%else
|
||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
@ -28,7 +29,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fsspec%{psuffix}
|
Name: python-fsspec%{psuffix}
|
||||||
Version: 2023.12.2
|
Version: 2024.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem specification package
|
Summary: Filesystem specification package
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user