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
This commit is contained in:
Matej Cepl 2022-07-02 17:33:19 +00:00 committed by Git OBS Bridge
parent 176fef34e3
commit d867d0ae25
4 changed files with 26 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jun 29 09:00:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 <adrian.glaubitz@suse.com>

View File

@ -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