From d867d0ae256b70698c27358db69f6da18c24a5dbdb7987ca809a3cbddf9d9636 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 2 Jul 2022 17:33:19 +0000 Subject: [PATCH] Accepting request 985756 from home:bnavigator:branches:devel:languages:python:aws - Update ot 2022.5.0 Enhancements * mutable ReferenceFS (#958) Fixes * Make archive FSs not cachable (#966) * glob fixes (#961) * generic copy with unknown size (#959) * zstd open (#956) * empty archive file (#954) * tar chaining (#950, 947) * missing exceptions in mapper (#940) Other * update registry (#852) * allow None cache (#942) * mappers to remember init arguments (#939) * cache docstrings (#933) OBS-URL: https://build.opensuse.org/request/show/985756 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=35 --- fsspec-2022.3.0.tar.gz | 3 --- fsspec-2022.5.0.tar.gz | 3 +++ python-fsspec.changes | 20 ++++++++++++++++++++ python-fsspec.spec | 7 +++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 fsspec-2022.3.0.tar.gz create mode 100644 fsspec-2022.5.0.tar.gz diff --git a/fsspec-2022.3.0.tar.gz b/fsspec-2022.3.0.tar.gz deleted file mode 100644 index b882852..0000000 --- a/fsspec-2022.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54f2b30df9e8674165e41d2a0f6bd0f353400456b226582281f969ef2c958a34 -size 331768 diff --git a/fsspec-2022.5.0.tar.gz b/fsspec-2022.5.0.tar.gz new file mode 100644 index 0000000..c4697bf --- /dev/null +++ b/fsspec-2022.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7279e8ab31700c231c82d0abf0fdd082f7f087854e87d660bcaa82c3bbe336c +size 337607 diff --git a/python-fsspec.changes b/python-fsspec.changes index ea8b9c1..06ab4c8 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jun 29 09:00:23 UTC 2022 - Ben Greiner + +- Update ot 2022.5.0 + Enhancements + * mutable ReferenceFS (#958) + Fixes + * Make archive FSs not cachable (#966) + * glob fixes (#961) + * generic copy with unknown size (#959) + * zstd open (#956) + * empty archive file (#954) + * tar chaining (#950, 947) + * missing exceptions in mapper (#940) + Other + * update registry (#852) + * allow None cache (#942) + * mappers to remember init arguments (#939) + * cache docstrings (#933) + ------------------------------------------------------------------- Mon Apr 4 09:08:29 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-fsspec.spec b/python-fsspec.spec index dd661f6..8abba16 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -26,15 +26,14 @@ %bcond_with test %endif %define skip_python2 1 -%define ghversion 2022.3.0 Name: python-fsspec%{psuffix} -Version: 2022.3.0 +Version: 2022.5.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: %{url}/archive/%{ghversion}.tar.gz#/fsspec-%{ghversion}.tar.gz +Source: %{url}/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 setuptools} @@ -86,7 +85,7 @@ BuildRequires: %{python_module zstandard} A specification for pythonic filesystems. %prep -%autosetup -p1 -n filesystem_spec-%{ghversion} +%autosetup -p1 -n filesystem_spec-%{version} %build %python_build