From 1c743cc6da5b704ed42ce66263fd61a200a936ed9a1cf5e99c0313c47f7ccbab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Nov 2022 18:41:34 +0000 Subject: [PATCH] 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 --- fsspec-2022.10.0.tar.gz | 3 --- fsspec-2022.11.0.tar.gz | 3 +++ python-fsspec.changes | 23 +++++++++++++++++++++++ python-fsspec.spec | 9 ++------- 4 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 fsspec-2022.10.0.tar.gz create mode 100644 fsspec-2022.11.0.tar.gz diff --git a/fsspec-2022.10.0.tar.gz b/fsspec-2022.10.0.tar.gz deleted file mode 100644 index df134d5..0000000 --- a/fsspec-2022.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599a2b789f8cfa7cccc51a1ccb439eb5fe1cacf60501affb3dabe102a996cf22 -size 338822 diff --git a/fsspec-2022.11.0.tar.gz b/fsspec-2022.11.0.tar.gz new file mode 100644 index 0000000..3549ca7 --- /dev/null +++ b/fsspec-2022.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0c8373aba084c192396796eb3445841627fa16c7e43fc984439ae5b1b87545 +size 341238 diff --git a/python-fsspec.changes b/python-fsspec.changes index 56f2164..613102a 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Nov 19 14:48:38 UTC 2022 - Ben Greiner + +- 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 diff --git a/python-fsspec.spec b/python-fsspec.spec index c9ba1bd..3ef61bd 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -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}