From d17b00dab35e2994290631fb44b7c0460d354f45977894279f6315b2230f8084 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Mar 2024 21:30:58 +0000 Subject: [PATCH] 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 --- fsspec-2023.12.2.tar.gz | 3 --- fsspec-2024.2.0.tar.gz | 3 +++ python-fsspec.changes | 38 ++++++++++++++++++++++++++++++++++++++ python-fsspec.spec | 5 +++-- 4 files changed, 44 insertions(+), 5 deletions(-) delete mode 100644 fsspec-2023.12.2.tar.gz create mode 100644 fsspec-2024.2.0.tar.gz diff --git a/fsspec-2023.12.2.tar.gz b/fsspec-2023.12.2.tar.gz deleted file mode 100644 index 6a5766c..0000000 --- a/fsspec-2023.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d847f52d8beaa05f81513f2c4d12c8079ba998dafac1c4eb85a1e240190b856 -size 409313 diff --git a/fsspec-2024.2.0.tar.gz b/fsspec-2024.2.0.tar.gz new file mode 100644 index 0000000..4748c0c --- /dev/null +++ b/fsspec-2024.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca39880d47811592192eadb0e3159c7a30f563cb3644df38a02e6b3b65c88e12 +size 424590 diff --git a/python-fsspec.changes b/python-fsspec.changes index 967316e..7a88e76 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Mar 8 16:12:09 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-fsspec.spec b/python-fsspec.spec index 79d9a61..9ca8ea7 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-fsspec # # Copyright (c) 2024 SUSE LLC # @@ -20,6 +20,7 @@ %if "%{flavor}" == "test" %define psuffix -test %bcond_without test +%define skip_python39 1 %else %define psuffix %{nil} %bcond_with test @@ -28,7 +29,7 @@ %{?sle15_python_module_pythons} Name: python-fsspec%{psuffix} -Version: 2023.12.2 +Version: 2024.2.0 Release: 0 Summary: Filesystem specification package License: BSD-3-Clause