diff --git a/fsspec-2022.5.0.tar.gz b/fsspec-2022.5.0.tar.gz deleted file mode 100644 index c4697bf..0000000 --- a/fsspec-2022.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7279e8ab31700c231c82d0abf0fdd082f7f087854e87d660bcaa82c3bbe336c -size 337607 diff --git a/fsspec-2022.8.2.tar.gz b/fsspec-2022.8.2.tar.gz new file mode 100644 index 0000000..7333644 --- /dev/null +++ b/fsspec-2022.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e3a7721f19a08b921fdb8bd28c47a281fb6443739477cc4f44eba232ee5318 +size 338446 diff --git a/python-fsspec.changes b/python-fsspec.changes index 06ab4c8..1829cc9 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Fri Oct 14 11:11:45 UTC 2022 - Ben Greiner + +- Don't test with python-s3fs: It is pinning aiobotocore which + does not play well with a rolling distro + gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971 + +------------------------------------------------------------------- +Wed Sep 28 19:37:07 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 2022.8.2 + * don’t close OpenFile on del (#1035) + +- Update to 2022.8.1 + * revert #1024 (#1029), with strciter requirements on OpenFile usage + +- Update to 2022.8.0 + Enhancements + * writable ZipFileSystem (#1017) + * make OpenFile behave like files and remove dynamic closer in .open() (#1024) + * use isal gunzip (#1008) + Fixes + * remove strip from _parent (#1022) + * disallow aiohttp prereleases (#1018) + * be sure to close cached file (#1016) + * async rm in reverse order (#1014) + * expose fileno in LocalFileOpener (#1010, #1005) + * remove temp files with simplecache writing (#1006) + * azure paths (#1003) + copy dircache keys before iter + +- Update to 2022.7.1 + Fixes + * Remove fspath from LocalFileOpener (#1005) + * Revert 988 (#1003) + +- Update to 2022.7.0 + Enhancements + * added fsspec-xrootd implementation to registry (#1000) + * memory file not to copy bytes (#999) + * Filie details passed to FUSE (#972) + Fixes + * Return info for root path of archives (#996) + * arbitrary kwargs passed through in pipe_file (#993) + * special cases for host in URLs for azure (#988) + * unstrip protocol criterion (#980) + * HTTPFile serialisation (#973) + Other + * Show erroring path in FileNotFounds (#989) + * Reference file info without searching directory tree (#985) + * Truncate for local files (#975) + ------------------------------------------------------------------- Wed Jun 29 09:00:23 UTC 2022 - Ben Greiner diff --git a/python-fsspec.spec b/python-fsspec.spec index 8abba16..9e7905f 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -27,13 +27,13 @@ %endif %define skip_python2 1 Name: python-fsspec%{psuffix} -Version: 2022.5.0 +Version: 2022.8.2 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/%{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.6} BuildRequires: %{python_module importlib_metadata if %python-base < 3.8} BuildRequires: %{python_module setuptools} @@ -60,7 +60,7 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module cloudpickle} -BuildRequires: %{python_module distributed if %python-base < 3.10} +BuildRequires: %{python_module distributed} BuildRequires: %{python_module fusepy} BuildRequires: %{python_module gcsfs} BuildRequires: %{python_module notebook} @@ -72,7 +72,8 @@ BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-snappy} BuildRequires: %{python_module requests} -BuildRequires: %{python_module s3fs} +# Too tight of a aiobotocore pinning: gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971 +#BuildRequires: %%{python_module s3fs} BuildRequires: %{python_module smbprotocol} BuildRequires: %{python_module zstandard} # cannot test git and http in the same installation (?)