From 31c3aa4cc847d30d4725e448f9fb66262c19e0ac9927eb1832425f9fa49cdc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 14 Nov 2023 20:45:15 +0000 Subject: [PATCH] Accepting request 1126460 from home:mimi_vx:branches:devel:languages:python - update to 2023.10.0 * alias "local://" to "file://" (#1381) * get size of file cache (#1377) * stop unexpected kwargs for SMB (#1391) * dos formatting (#1383) * small optimisations in referenceFS (#1393) * define ordering behaviour for entrypoints (#1389) * add LazyReferenceMapper to API docs (#1378) OBS-URL: https://build.opensuse.org/request/show/1126460 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=56 --- fsspec-2023.10.0.tar.gz | 3 +++ fsspec-2023.9.2.tar.gz | 3 --- python-fsspec.changes | 12 ++++++++++++ python-fsspec.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 fsspec-2023.10.0.tar.gz delete mode 100644 fsspec-2023.9.2.tar.gz diff --git a/fsspec-2023.10.0.tar.gz b/fsspec-2023.10.0.tar.gz new file mode 100644 index 0000000..ce6a59f --- /dev/null +++ b/fsspec-2023.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545279a88a0fa56d89ba672844f8d097652d003e796a45953c593d3a8771c25d +size 404836 diff --git a/fsspec-2023.9.2.tar.gz b/fsspec-2023.9.2.tar.gz deleted file mode 100644 index 79006cf..0000000 --- a/fsspec-2023.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb0472d8e7a8b05fb6ffbbf3558a96c648ae8ee045b24a1996061447c2c0e8bf -size 400290 diff --git a/python-fsspec.changes b/python-fsspec.changes index 289de58..eba9680 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 14 20:22:08 UTC 2023 - Ondřej Súkup + +- update to 2023.10.0 + * alias "local://" to "file://" (#1381) + * get size of file cache (#1377) + * stop unexpected kwargs for SMB (#1391) + * dos formatting (#1383) + * small optimisations in referenceFS (#1393) + * define ordering behaviour for entrypoints (#1389) + * add LazyReferenceMapper to API docs (#1378) + ------------------------------------------------------------------- Thu Oct 5 08:54:44 UTC 2023 - Dirk Müller diff --git a/python-fsspec.spec b/python-fsspec.spec index bbb32eb..157b31a 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -27,14 +27,14 @@ %{?sle15_python_module_pythons} Name: python-fsspec%{psuffix} -Version: 2023.9.2 +Version: 2023.10.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.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}