diff --git a/fsspec-2022.02.0.tar.gz b/fsspec-2022.02.0.tar.gz deleted file mode 100644 index 116b191..0000000 --- a/fsspec-2022.02.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cda50105d532b64ccf2ad0a974399f3bbe0091794e0ed1e9de736b5c8ae1b51f -size 329625 diff --git a/fsspec-2022.3.0.tar.gz b/fsspec-2022.3.0.tar.gz new file mode 100644 index 0000000..b882852 --- /dev/null +++ b/fsspec-2022.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f2b30df9e8674165e41d2a0f6bd0f353400456b226582281f969ef2c958a34 +size 331768 diff --git a/python-fsspec.changes b/python-fsspec.changes index cb93970..ea8b9c1 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Apr 4 09:08:29 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 2022.3.0 + Enhancements + * tqdm example callback with simple methods (#931, 902) + * Allow empty root in get_mapper (#930) + * implement real info for reference FS (#919) + * list known implementations and compressions (#913) + Fixes + * git branch for testing git backend (#929) + * maintaine mem FS's root (#926) + * kargs to FS in parquet module (#921) + * fix on_error in references (#917) + * tar ls consistency (#9114) + * pyarrow: don't decompress twice (#911) + * fix FUSE tests (#905) + ------------------------------------------------------------------- Tue Feb 22 23:01:18 UTC 2022 - Matej Cepl diff --git a/python-fsspec.spec b/python-fsspec.spec index 9780b61..dd661f6 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -26,9 +26,9 @@ %bcond_with test %endif %define skip_python2 1 -%define ghversion 2022.02.0 +%define ghversion 2022.3.0 Name: python-fsspec%{psuffix} -Version: 2022.2.0 +Version: 2022.3.0 Release: 0 Summary: Filesystem specification package License: BSD-3-Clause