diff --git a/fsspec-2022.01.0.tar.gz b/fsspec-2022.01.0.tar.gz deleted file mode 100644 index 27b09c5..0000000 --- a/fsspec-2022.01.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:761265810ae1ec8ba7057527cb51805938eb56c638972f8d1325e114cc932c23 -size 325462 diff --git a/fsspec-2022.02.0.tar.gz b/fsspec-2022.02.0.tar.gz new file mode 100644 index 0000000..116b191 --- /dev/null +++ b/fsspec-2022.02.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda50105d532b64ccf2ad0a974399f3bbe0091794e0ed1e9de736b5c8ae1b51f +size 329625 diff --git a/python-fsspec.changes b/python-fsspec.changes index f8a7094..cb93970 100644 --- a/python-fsspec.changes +++ b/python-fsspec.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 22 23:01:18 UTC 2022 - Matej Cepl + +- Update to 2022.02.0: + - reference FS performance + - directory/prefix FS + - FUSE + - iteration in threads + - OpenFiles slicing + - drop py36 + ------------------------------------------------------------------- Mon Jan 24 17:08:51 UTC 2022 - Ben Greiner diff --git a/python-fsspec.spec b/python-fsspec.spec index 40fc214..9780b61 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -26,9 +26,9 @@ %bcond_with test %endif %define skip_python2 1 -%define ghversion 2022.01.0 +%define ghversion 2022.02.0 Name: python-fsspec%{psuffix} -Version: 2022.1.0 +Version: 2022.2.0 Release: 0 Summary: Filesystem specification package License: BSD-3-Clause @@ -69,6 +69,7 @@ BuildRequires: %{python_module numpy} BuildRequires: %{python_module panel} BuildRequires: %{python_module paramiko} BuildRequires: %{python_module pyftpdlib} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-snappy} BuildRequires: %{python_module requests}