14
0
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:
2024-03-11 21:30:58 +00:00
committed by Git OBS Bridge
parent f9749230d2
commit d17b00dab3
4 changed files with 44 additions and 5 deletions

View File

@@ -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