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
This commit is contained in:
parent
cd0832f953
commit
31c3aa4cc8
3
fsspec-2023.10.0.tar.gz
Normal file
3
fsspec-2023.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:545279a88a0fa56d89ba672844f8d097652d003e796a45953c593d3a8771c25d
|
||||||
|
size 404836
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb0472d8e7a8b05fb6ffbbf3558a96c648ae8ee045b24a1996061447c2c0e8bf
|
|
||||||
size 400290
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 14 20:22:08 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Thu Oct 5 08:54:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -27,14 +27,14 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fsspec%{psuffix}
|
Name: python-fsspec%{psuffix}
|
||||||
Version: 2023.9.2
|
Version: 2023.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem specification package
|
Summary: Filesystem specification package
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/fsspec/filesystem_spec
|
URL: https://github.com/fsspec/filesystem_spec
|
||||||
# the tests are only in the GitHub archive
|
# the tests are only in the GitHub archive
|
||||||
Source: https://github.com/fsspec/filesystem_spec/archive/%{version}.tar.gz#/fsspec-%{version}.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user