Accepting request 1097061 from devel:languages:python

- Update to 2023.6.0
  # Enhancements
  * #1259, add maxdepth fo cp/get/put
  * #1263, allow dir modification during walk()
  * #1264, add boxfs to registry
  * #1266, optimise referenceFS lazy lookups, especially for
    writing parquet
  * #1287, 1288 "encoding" for FTP
  # Fixes
  * #1273, (re)allow reading .zstd reference sets
  * #1275, resource.error for win32
  * #1278, range reads in dbfs
  * #1282, create parent directories in get_file
  * #1283, off-by-one in reference block writing
  * #1286, strip protocol in local rm_file
  # Other
  * #1267, async bulk tests
  * #1268, types and mypy
  * #1277, 1279, drop outdated forms io.open, IOError

OBS-URL: https://build.opensuse.org/request/show/1097061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fsspec?expand=0&rev=27
This commit is contained in:
Fabian Vogt 2023-07-07 13:47:31 +00:00 committed by Git OBS Bridge
commit 62da4a9b7b
4 changed files with 27 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jul 5 08:46:23 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2023.6.0
# Enhancements
* #1259, add maxdepth fo cp/get/put
* #1263, allow dir modification during walk()
* #1264, add boxfs to registry
* #1266, optimise referenceFS lazy lookups, especially for
writing parquet
* #1287, 1288 "encoding" for FTP
# Fixes
* #1273, (re)allow reading .zstd reference sets
* #1275, resource.error for win32
* #1278, range reads in dbfs
* #1282, create parent directories in get_file
* #1283, off-by-one in reference block writing
* #1286, strip protocol in local rm_file
# Other
* #1267, async bulk tests
* #1268, types and mypy
* #1277, 1279, drop outdated forms io.open, IOError
-------------------------------------------------------------------
Tue May 30 11:16:49 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-fsspec%{psuffix}
Version: 2023.5.0
Version: 2023.6.0
Release: 0
Summary: Filesystem specification package
License: BSD-3-Clause