2019-07-23 14:43:44 +00:00
|
|
|
#
|
2021-05-20 17:20:50 +00:00
|
|
|
# spec file
|
2019-07-23 14:43:44 +00:00
|
|
|
#
|
Accepting request 1074232 from home:bnavigator:branches:devel:languages:python
- Update to 2023.3.0
## Enhancements
* #1201, add directory FS to the registry and constructable from URLs
* #1194, allow JSON for setting dict-like kwargs in the config
* #1181, give arrow FS proper place in the registry
* #1178, add experimental background-thread buffering cache
* #1162, make ZipFS writable
## Fixes
* #1202, fix on_error="omit" when using caching's cat
* #1199, 1163, get/put/cp consistency and empty directories
* #1197, 1183 use bytes for setting value on mapper using numpy
* #1191, clean up open files in spec get_file
* #1164, pass on kwargs correctly to http
## Other
* #1186, make seekable=True default for pyarrow files
* #1184, 1185, set minimum python version to 3.8
- Release 2023.1.0
## Enhancements
* experimental DFReferenceFileSystem (#1157, 1138)
* pyarrow seeking (#1154)
* tar thread safety (#1132)
* fsid method (#1122)
## Fixes
* ReferenceFS order fix (#1158)
* fix du and maxdepth (#1128, 1151)
* http ranges (#1141)
## Other
* coverage on referenceFS (#1133, 1123)
* docs (#1152, 1150)
* remove code duplication in unchain (#1143, 1156, 1121)
OBS-URL: https://build.opensuse.org/request/show/1074232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=46
2023-03-26 16:47:17 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2019-07-23 14:43:44 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-07-30 14:15:11 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
2019-07-23 14:43:44 +00:00
|
|
|
|
|
|
|
|
2021-01-09 22:35:41 +00:00
|
|
|
%global flavor @BUILD_FLAVOR@%{nil}
|
|
|
|
%if "%{flavor}" == "test"
|
|
|
|
%define psuffix -test
|
|
|
|
%bcond_without test
|
|
|
|
%else
|
|
|
|
%define psuffix %{nil}
|
|
|
|
%bcond_with test
|
|
|
|
%endif
|
2023-04-03 07:55:59 +00:00
|
|
|
|
- update to 2023.5.0:
* #1236, allow writing ReferenceFS references directly to
parquet
* #1255, copy of glob to single output directory
* #1254, non-recursive copy of directory (no-op)
* #1253, cleanup fix on close of ZIP FS
* #1250, ignore dirs when copying list of files
* #1249, don't error on register without clobber is registering
same thing again
* #1245, special case for other_files and relative path
* Other
* #1248, add test harness into released wheel package
* #1247, docs and tests around common bulk file operations
* 2023.4.0
* #1225, comprehensive docs of expected behaviour of cp/get/put
and tests
* #1216, test harness for any backend
* #1224, small fixes in reference and dask FSs
* #1218, mv is no-op when origin and destination are the same
* #1217, await in AbstractStreamedFile
* #1215, docbuild fixes
* #1214, unneeded maxdepth manipulation in expand_path
* #1213, pyarros and posixpath related test fixes
* #1211, BackgroundBlockCache: keep a block longer if not yet
used
* #1210, webHDFS: location parameter
* Other
* #1241, add HfFileSystem to registry
* #1237, register_implementation clobber default changes to
False
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=50
2023-05-30 11:17:23 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2021-01-09 22:35:41 +00:00
|
|
|
Name: python-fsspec%{psuffix}
|
Accepting request 1096929 from home:bnavigator:branches:devel:languages:python
- Update to 2023.6.0
# Enhancements
* #1259, add maxdepth fo cp/get/put
* #1263, allow dir modification during walk()
* #1264, add boxfs to registry
* #1266, optimise referenceFS lazy lookups, especially for
writing parquet
* #1287, 1288 "encoding" for FTP
# Fixes
* #1273, (re)allow reading .zstd reference sets
* #1275, resource.error for win32
* #1278, range reads in dbfs
* #1282, create parent directories in get_file
* #1283, off-by-one in reference block writing
* #1286, strip protocol in local rm_file
# Other
* #1267, async bulk tests
* #1268, types and mypy
* #1277, 1279, drop outdated forms io.open, IOError
OBS-URL: https://build.opensuse.org/request/show/1096929
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=52
2023-07-06 07:32:04 +00:00
|
|
|
Version: 2023.6.0
|
2019-07-23 14:43:44 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Filesystem specification package
|
2019-07-30 14:15:11 +00:00
|
|
|
License: BSD-3-Clause
|
Accepting request 942639 from home:bnavigator:branches:devel:languages:python:aws
- Release 2021.11.1
Enhancements
* allow compression for fs.open (#826)
* batch more async operations (#824)
* allow github backend for alternate URL (#815)
* speec up reference filesystem (#811)
Fixes
* fixes for parquet functionality (#821, 817)
* typos and docs (#839, 833, 816)
* local root (#829)
Other
* remove BlockSizeError for http (#830)
- Release 2021.11.0
Enhancement
* parquet-specific module and cache type (#813, #806)
Fixes
* empty ranges (#802, 801, 803)
* doc typos (#791, 808)
* entrypoints processing (#784)
* cat in ZIP (#789)
Other
* move to fsspec org
* doc deps (#786, 791)
- Release 2021.10.1
Fixes
* Removed inaccurate ZipFileSystem.cat() override so that the base class' version is used (#789)
* fix entrypoint processing (#784)
* case where no blocks of a block-cache have yet been loaded (#801)
* don't fetch empty ranges (#802, 803)
Other
* simplify doc deps (#786, 791)
- Release 2021.10.0
Fixes
* only close http connector if present (#779)
* hdfs strip protocol (#778)
* fix filecache with check_files (#772)
* put_file to use _parent (#771)
Other
* add kedro link (#781)
- Release 2021.09.0
Enhancement
* http put from file-like (#764)
* implement webhdfs cp/rm_file (#762)
* multiple (and concurrent) cat_ranges (#744)
Fixes
* sphinx warnings (#769)
* lexists for links (#757)
* update versioneer (#750)
* hdfs updates (#749)
* propagate async timeout error (#746)
* fix local file seekable (#743)
* fix http isdir when does not exist (#741)
Other
* ocifs, arrow added (#754, #765)
* promote url_to_fs to top level (#753)
OBS-URL: https://build.opensuse.org/request/show/942639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=30
2021-12-27 09:14:27 +00:00
|
|
|
URL: https://github.com/fsspec/filesystem_spec
|
Accepting request 885674 from home:bnavigator:branches:devel:languages:python
- Update to version 0.9
* avoid nested sync calls by copying code (#581, #586, docs #593)
* release again for py36 (#564, #575)
* logging in mmap cacher, explicitly close files (#559)
* make LocalFileOpener an IOBase (#589)
* better reference file system (#568, #582, #584, #585)
* first-chunk cache (#580)
* sftp listdir (#571)
* http logging and fetch all (#551, #558)
* doc: entry points (#548)
* get_mapper for caching filesystems (#559)
* fix cross-device file move (#547)
* store paths without trailing "/" for DBFS (#557)
* errors that happen on _initiate_upload when closing the
AbstractBufferedFile will now be propagated (#587)
* infer_compressions with upper case suffix ($595)
* file initialiser errors (#587)
* CI fix (#563)
* local file commit cross-device (#547)
- Version 0.8.7
* fix error with pyarrow metadata for some pythons (#546)
- Version 0.8.6
* Add dbfs:// support (#504, #514)
* don't import pyarrow (#503)
* update entry points syntax (#515)
* ci precommit hooks (#534)
* random appending of a directory within the filesystems find()
method (#507, 537)
* fix git tests (#501)
* fix recursive memfs operations (#502)
* fix recorsive/maxdepth for cp (#508)
* fix listings cache timeout (#513)
* big endian bytes tests (#519)
* docs syntax (#535, 524, 520, 542)
* transactions and reads (#533)
- Don't test with distributed on python36 -- not available anymore
OBS-URL: https://build.opensuse.org/request/show/885674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=24
2021-04-16 08:29:36 +00:00
|
|
|
# the tests are only in the GitHub archive
|
2022-09-29 15:53:24 +00:00
|
|
|
Source: https://github.com/fsspec/filesystem_spec/archive/%{version}.tar.gz#/fsspec-%{version}.tar.gz
|
Accepting request 1074232 from home:bnavigator:branches:devel:languages:python
- Update to 2023.3.0
## Enhancements
* #1201, add directory FS to the registry and constructable from URLs
* #1194, allow JSON for setting dict-like kwargs in the config
* #1181, give arrow FS proper place in the registry
* #1178, add experimental background-thread buffering cache
* #1162, make ZipFS writable
## Fixes
* #1202, fix on_error="omit" when using caching's cat
* #1199, 1163, get/put/cp consistency and empty directories
* #1197, 1183 use bytes for setting value on mapper using numpy
* #1191, clean up open files in spec get_file
* #1164, pass on kwargs correctly to http
## Other
* #1186, make seekable=True default for pyarrow files
* #1184, 1185, set minimum python version to 3.8
- Release 2023.1.0
## Enhancements
* experimental DFReferenceFileSystem (#1157, 1138)
* pyarrow seeking (#1154)
* tar thread safety (#1132)
* fsid method (#1122)
## Fixes
* ReferenceFS order fix (#1158)
* fix du and maxdepth (#1128, 1151)
* http ranges (#1141)
## Other
* coverage on referenceFS (#1133, 1123)
* docs (#1152, 1150)
* remove code duplication in unchain (#1143, 1156, 1121)
OBS-URL: https://build.opensuse.org/request/show/1074232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=46
2023-03-26 16:47:17 +00:00
|
|
|
BuildRequires: %{python_module base >= 3.8}
|
2023-04-03 07:55:59 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2019-07-23 14:43:44 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2023-04-03 07:55:59 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2019-07-23 14:43:44 +00:00
|
|
|
BuildRequires: fdupes
|
Accepting request 942639 from home:bnavigator:branches:devel:languages:python:aws
- Release 2021.11.1
Enhancements
* allow compression for fs.open (#826)
* batch more async operations (#824)
* allow github backend for alternate URL (#815)
* speec up reference filesystem (#811)
Fixes
* fixes for parquet functionality (#821, 817)
* typos and docs (#839, 833, 816)
* local root (#829)
Other
* remove BlockSizeError for http (#830)
- Release 2021.11.0
Enhancement
* parquet-specific module and cache type (#813, #806)
Fixes
* empty ranges (#802, 801, 803)
* doc typos (#791, 808)
* entrypoints processing (#784)
* cat in ZIP (#789)
Other
* move to fsspec org
* doc deps (#786, 791)
- Release 2021.10.1
Fixes
* Removed inaccurate ZipFileSystem.cat() override so that the base class' version is used (#789)
* fix entrypoint processing (#784)
* case where no blocks of a block-cache have yet been loaded (#801)
* don't fetch empty ranges (#802, 803)
Other
* simplify doc deps (#786, 791)
- Release 2021.10.0
Fixes
* only close http connector if present (#779)
* hdfs strip protocol (#778)
* fix filecache with check_files (#772)
* put_file to use _parent (#771)
Other
* add kedro link (#781)
- Release 2021.09.0
Enhancement
* http put from file-like (#764)
* implement webhdfs cp/rm_file (#762)
* multiple (and concurrent) cat_ranges (#744)
Fixes
* sphinx warnings (#769)
* lexists for links (#757)
* update versioneer (#750)
* hdfs updates (#749)
* propagate async timeout error (#746)
* fix local file seekable (#743)
* fix http isdir when does not exist (#741)
Other
* ocifs, arrow added (#754, #765)
* promote url_to_fs to top level (#753)
OBS-URL: https://build.opensuse.org/request/show/942639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=30
2021-12-27 09:14:27 +00:00
|
|
|
BuildRequires: fuse
|
2019-07-23 14:43:44 +00:00
|
|
|
BuildRequires: python-rpm-macros
|
Accepting request 942639 from home:bnavigator:branches:devel:languages:python:aws
- Release 2021.11.1
Enhancements
* allow compression for fs.open (#826)
* batch more async operations (#824)
* allow github backend for alternate URL (#815)
* speec up reference filesystem (#811)
Fixes
* fixes for parquet functionality (#821, 817)
* typos and docs (#839, 833, 816)
* local root (#829)
Other
* remove BlockSizeError for http (#830)
- Release 2021.11.0
Enhancement
* parquet-specific module and cache type (#813, #806)
Fixes
* empty ranges (#802, 801, 803)
* doc typos (#791, 808)
* entrypoints processing (#784)
* cat in ZIP (#789)
Other
* move to fsspec org
* doc deps (#786, 791)
- Release 2021.10.1
Fixes
* Removed inaccurate ZipFileSystem.cat() override so that the base class' version is used (#789)
* fix entrypoint processing (#784)
* case where no blocks of a block-cache have yet been loaded (#801)
* don't fetch empty ranges (#802, 803)
Other
* simplify doc deps (#786, 791)
- Release 2021.10.0
Fixes
* only close http connector if present (#779)
* hdfs strip protocol (#778)
* fix filecache with check_files (#772)
* put_file to use _parent (#771)
Other
* add kedro link (#781)
- Release 2021.09.0
Enhancement
* http put from file-like (#764)
* implement webhdfs cp/rm_file (#762)
* multiple (and concurrent) cat_ranges (#744)
Fixes
* sphinx warnings (#769)
* lexists for links (#757)
* update versioneer (#750)
* hdfs updates (#749)
* propagate async timeout error (#746)
* fix local file seekable (#743)
* fix http isdir when does not exist (#741)
Other
* ocifs, arrow added (#754, #765)
* promote url_to_fs to top level (#753)
OBS-URL: https://build.opensuse.org/request/show/942639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=30
2021-12-27 09:14:27 +00:00
|
|
|
Requires: fuse
|
2020-12-29 18:33:17 +00:00
|
|
|
Suggests: python-adlfs
|
|
|
|
Suggests: python-aiohttp
|
|
|
|
Suggests: python-dask
|
|
|
|
Suggests: python-distributed
|
2022-10-31 20:06:06 +00:00
|
|
|
Suggests: python-dropbox
|
|
|
|
Suggests: python-dropboxdrivefs
|
2020-12-29 18:33:17 +00:00
|
|
|
Suggests: python-gcsfs
|
|
|
|
Suggests: python-paramiko
|
2022-10-31 20:06:06 +00:00
|
|
|
Suggests: python-pygit2
|
2020-12-29 18:33:17 +00:00
|
|
|
Suggests: python-requests
|
|
|
|
Suggests: python-s3fs
|
|
|
|
Suggests: python-smbprotocol
|
2019-07-23 14:43:44 +00:00
|
|
|
BuildArch: noarch
|
2021-01-09 22:35:41 +00:00
|
|
|
%if %{with test}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module aiohttp}
|
|
|
|
BuildRequires: %{python_module cloudpickle}
|
2023-04-03 07:55:59 +00:00
|
|
|
BuildRequires: %{python_module distributed}
|
Accepting request 1074232 from home:bnavigator:branches:devel:languages:python
- Update to 2023.3.0
## Enhancements
* #1201, add directory FS to the registry and constructable from URLs
* #1194, allow JSON for setting dict-like kwargs in the config
* #1181, give arrow FS proper place in the registry
* #1178, add experimental background-thread buffering cache
* #1162, make ZipFS writable
## Fixes
* #1202, fix on_error="omit" when using caching's cat
* #1199, 1163, get/put/cp consistency and empty directories
* #1197, 1183 use bytes for setting value on mapper using numpy
* #1191, clean up open files in spec get_file
* #1164, pass on kwargs correctly to http
## Other
* #1186, make seekable=True default for pyarrow files
* #1184, 1185, set minimum python version to 3.8
- Release 2023.1.0
## Enhancements
* experimental DFReferenceFileSystem (#1157, 1138)
* pyarrow seeking (#1154)
* tar thread safety (#1132)
* fsid method (#1122)
## Fixes
* ReferenceFS order fix (#1158)
* fix du and maxdepth (#1128, 1151)
* http ranges (#1141)
## Other
* coverage on referenceFS (#1133, 1123)
* docs (#1152, 1150)
* remove code duplication in unchain (#1143, 1156, 1121)
OBS-URL: https://build.opensuse.org/request/show/1074232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=46
2023-03-26 16:47:17 +00:00
|
|
|
BuildRequires: %{python_module fastparquet}
|
2019-10-16 13:23:20 +00:00
|
|
|
BuildRequires: %{python_module fusepy}
|
2022-01-25 07:41:26 +00:00
|
|
|
BuildRequires: %{python_module gcsfs}
|
Accepting request 1074232 from home:bnavigator:branches:devel:languages:python
- Update to 2023.3.0
## Enhancements
* #1201, add directory FS to the registry and constructable from URLs
* #1194, allow JSON for setting dict-like kwargs in the config
* #1181, give arrow FS proper place in the registry
* #1178, add experimental background-thread buffering cache
* #1162, make ZipFS writable
## Fixes
* #1202, fix on_error="omit" when using caching's cat
* #1199, 1163, get/put/cp consistency and empty directories
* #1197, 1183 use bytes for setting value on mapper using numpy
* #1191, clean up open files in spec get_file
* #1164, pass on kwargs correctly to http
## Other
* #1186, make seekable=True default for pyarrow files
* #1184, 1185, set minimum python version to 3.8
- Release 2023.1.0
## Enhancements
* experimental DFReferenceFileSystem (#1157, 1138)
* pyarrow seeking (#1154)
* tar thread safety (#1132)
* fsid method (#1122)
## Fixes
* ReferenceFS order fix (#1158)
* fix du and maxdepth (#1128, 1151)
* http ranges (#1141)
## Other
* coverage on referenceFS (#1133, 1123)
* docs (#1152, 1150)
* remove code duplication in unchain (#1143, 1156, 1121)
OBS-URL: https://build.opensuse.org/request/show/1074232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=46
2023-03-26 16:47:17 +00:00
|
|
|
BuildRequires: %{python_module lz4}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module notebook}
|
2022-01-25 07:41:26 +00:00
|
|
|
BuildRequires: %{python_module numpy}
|
|
|
|
BuildRequires: %{python_module panel}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module paramiko}
|
2023-04-03 07:55:59 +00:00
|
|
|
BuildRequires: %{python_module pyarrow}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module pyftpdlib}
|
2022-02-23 12:09:05 +00:00
|
|
|
BuildRequires: %{python_module pytest-mock}
|
2019-08-01 09:18:10 +00:00
|
|
|
BuildRequires: %{python_module pytest}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module python-snappy}
|
|
|
|
BuildRequires: %{python_module requests}
|
2022-10-14 14:55:54 +00:00
|
|
|
# Too tight of a aiobotocore pinning: gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971
|
|
|
|
#BuildRequires: %%{python_module s3fs}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module smbprotocol}
|
|
|
|
BuildRequires: %{python_module zstandard}
|
|
|
|
# cannot test git and http in the same installation (?)
|
|
|
|
# BuildRequires: %%{python_module pygit2}
|
|
|
|
# BuildRequires: git-core
|
2021-01-09 22:35:41 +00:00
|
|
|
%endif
|
2019-07-23 14:43:44 +00:00
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
A specification for pythonic filesystems.
|
|
|
|
|
|
|
|
%prep
|
2022-07-02 17:33:19 +00:00
|
|
|
%autosetup -p1 -n filesystem_spec-%{version}
|
2019-07-23 14:43:44 +00:00
|
|
|
|
|
|
|
%build
|
2023-04-03 07:55:59 +00:00
|
|
|
%pyproject_wheel
|
2019-07-23 14:43:44 +00:00
|
|
|
|
2021-01-09 22:35:41 +00:00
|
|
|
%if ! %{with test}
|
2019-07-23 14:43:44 +00:00
|
|
|
%install
|
2023-04-03 07:55:59 +00:00
|
|
|
%pyproject_install
|
2019-07-23 14:43:44 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
2021-01-09 22:35:41 +00:00
|
|
|
%endif
|
2019-07-23 14:43:44 +00:00
|
|
|
|
2021-01-09 22:35:41 +00:00
|
|
|
%if %{with test}
|
2019-07-23 14:43:44 +00:00
|
|
|
%check
|
2019-10-16 13:23:20 +00:00
|
|
|
# test_basic relies on speed of FS and timeouts in OBS
|
Accepting request 885674 from home:bnavigator:branches:devel:languages:python
- Update to version 0.9
* avoid nested sync calls by copying code (#581, #586, docs #593)
* release again for py36 (#564, #575)
* logging in mmap cacher, explicitly close files (#559)
* make LocalFileOpener an IOBase (#589)
* better reference file system (#568, #582, #584, #585)
* first-chunk cache (#580)
* sftp listdir (#571)
* http logging and fetch all (#551, #558)
* doc: entry points (#548)
* get_mapper for caching filesystems (#559)
* fix cross-device file move (#547)
* store paths without trailing "/" for DBFS (#557)
* errors that happen on _initiate_upload when closing the
AbstractBufferedFile will now be propagated (#587)
* infer_compressions with upper case suffix ($595)
* file initialiser errors (#587)
* CI fix (#563)
* local file commit cross-device (#547)
- Version 0.8.7
* fix error with pyarrow metadata for some pythons (#546)
- Version 0.8.6
* Add dbfs:// support (#504, #514)
* don't import pyarrow (#503)
* update entry points syntax (#515)
* ci precommit hooks (#534)
* random appending of a directory within the filesystems find()
method (#507, 537)
* fix git tests (#501)
* fix recursive memfs operations (#502)
* fix recorsive/maxdepth for cp (#508)
* fix listings cache timeout (#513)
* big endian bytes tests (#519)
* docs syntax (#535, 524, 520, 542)
* transactions and reads (#533)
- Don't test with distributed on python36 -- not available anymore
OBS-URL: https://build.opensuse.org/request/show/885674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=24
2021-04-16 08:29:36 +00:00
|
|
|
donttest="test_basic"
|
2019-11-20 14:18:02 +00:00
|
|
|
# test_not_cached needs sockets
|
Accepting request 885674 from home:bnavigator:branches:devel:languages:python
- Update to version 0.9
* avoid nested sync calls by copying code (#581, #586, docs #593)
* release again for py36 (#564, #575)
* logging in mmap cacher, explicitly close files (#559)
* make LocalFileOpener an IOBase (#589)
* better reference file system (#568, #582, #584, #585)
* first-chunk cache (#580)
* sftp listdir (#571)
* http logging and fetch all (#551, #558)
* doc: entry points (#548)
* get_mapper for caching filesystems (#559)
* fix cross-device file move (#547)
* store paths without trailing "/" for DBFS (#557)
* errors that happen on _initiate_upload when closing the
AbstractBufferedFile will now be propagated (#587)
* infer_compressions with upper case suffix ($595)
* file initialiser errors (#587)
* CI fix (#563)
* local file commit cross-device (#547)
- Version 0.8.7
* fix error with pyarrow metadata for some pythons (#546)
- Version 0.8.6
* Add dbfs:// support (#504, #514)
* don't import pyarrow (#503)
* update entry points syntax (#515)
* ci precommit hooks (#534)
* random appending of a directory within the filesystems find()
method (#507, 537)
* fix git tests (#501)
* fix recursive memfs operations (#502)
* fix recorsive/maxdepth for cp (#508)
* fix listings cache timeout (#513)
* big endian bytes tests (#519)
* docs syntax (#535, 524, 520, 542)
* transactions and reads (#533)
- Don't test with distributed on python36 -- not available anymore
OBS-URL: https://build.opensuse.org/request/show/885674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=24
2021-04-16 08:29:36 +00:00
|
|
|
donttest+=" or test_not_cached"
|
|
|
|
# wants to open a socket connection to "my_instance.com"
|
|
|
|
donttest+=" or test_dbfs"
|
|
|
|
# wants to connect to ftp.fau.de
|
|
|
|
donttest+=" or test_find"
|
Accepting request 1074232 from home:bnavigator:branches:devel:languages:python
- Update to 2023.3.0
## Enhancements
* #1201, add directory FS to the registry and constructable from URLs
* #1194, allow JSON for setting dict-like kwargs in the config
* #1181, give arrow FS proper place in the registry
* #1178, add experimental background-thread buffering cache
* #1162, make ZipFS writable
## Fixes
* #1202, fix on_error="omit" when using caching's cat
* #1199, 1163, get/put/cp consistency and empty directories
* #1197, 1183 use bytes for setting value on mapper using numpy
* #1191, clean up open files in spec get_file
* #1164, pass on kwargs correctly to http
## Other
* #1186, make seekable=True default for pyarrow files
* #1184, 1185, set minimum python version to 3.8
- Release 2023.1.0
## Enhancements
* experimental DFReferenceFileSystem (#1157, 1138)
* pyarrow seeking (#1154)
* tar thread safety (#1132)
* fsid method (#1122)
## Fixes
* ReferenceFS order fix (#1158)
* fix du and maxdepth (#1128, 1151)
* http ranges (#1141)
## Other
* coverage on referenceFS (#1133, 1123)
* docs (#1152, 1150)
* remove code duplication in unchain (#1143, 1156, 1121)
OBS-URL: https://build.opensuse.org/request/show/1074232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=46
2023-03-26 16:47:17 +00:00
|
|
|
# does not like the '.' from the version in the build path
|
|
|
|
donttest+=" or (test_local and test_make_path_posix)"
|
Accepting request 885674 from home:bnavigator:branches:devel:languages:python
- Update to version 0.9
* avoid nested sync calls by copying code (#581, #586, docs #593)
* release again for py36 (#564, #575)
* logging in mmap cacher, explicitly close files (#559)
* make LocalFileOpener an IOBase (#589)
* better reference file system (#568, #582, #584, #585)
* first-chunk cache (#580)
* sftp listdir (#571)
* http logging and fetch all (#551, #558)
* doc: entry points (#548)
* get_mapper for caching filesystems (#559)
* fix cross-device file move (#547)
* store paths without trailing "/" for DBFS (#557)
* errors that happen on _initiate_upload when closing the
AbstractBufferedFile will now be propagated (#587)
* infer_compressions with upper case suffix ($595)
* file initialiser errors (#587)
* CI fix (#563)
* local file commit cross-device (#547)
- Version 0.8.7
* fix error with pyarrow metadata for some pythons (#546)
- Version 0.8.6
* Add dbfs:// support (#504, #514)
* don't import pyarrow (#503)
* update entry points syntax (#515)
* ci precommit hooks (#534)
* random appending of a directory within the filesystems find()
method (#507, 537)
* fix git tests (#501)
* fix recursive memfs operations (#502)
* fix recorsive/maxdepth for cp (#508)
* fix listings cache timeout (#513)
* big endian bytes tests (#519)
* docs syntax (#535, 524, 520, 542)
* transactions and reads (#533)
- Don't test with distributed on python36 -- not available anymore
OBS-URL: https://build.opensuse.org/request/show/885674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=24
2021-04-16 08:29:36 +00:00
|
|
|
%pytest -rfEs -k "not ($donttest)"
|
2021-01-09 22:35:41 +00:00
|
|
|
%endif
|
2019-07-23 14:43:44 +00:00
|
|
|
|
2021-01-09 22:35:41 +00:00
|
|
|
%if ! %{with test}
|
2019-07-23 14:43:44 +00:00
|
|
|
%files %{python_files}
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
2021-01-09 22:35:41 +00:00
|
|
|
%{python_sitelib}/fsspec
|
|
|
|
%{python_sitelib}/fsspec-%{version}*-info
|
|
|
|
%endif
|
2019-07-23 14:43:44 +00:00
|
|
|
|
|
|
|
%changelog
|