Date: Sunday, March 20, 2022 @ 15:33:51 Author: archange Revision: 1163860
upgpkg: python-fsspec 2022.02.0-1 Modified: python-fsspec/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 15:33:50 UTC (rev 1163859) +++ PKGBUILD 2022-03-20 15:33:51 UTC (rev 1163860) @@ -2,8 +2,8 @@ _pkg=filesystem_spec pkgname=python-fsspec -pkgver=2021.10.1 -pkgrel=3 +pkgver=2022.02.0 +pkgrel=1 pkgdesc="Specification that python filesystems should adhere to." arch=(any) url="https://github.com/intake/filesystem_spec" @@ -12,10 +12,13 @@ depends=(python) checkdepends=(git python-pytest + python-pytest-asyncio + python-pytest-mock python-pytest-vcr python-aiohttp python-dask python-distributed +# python-fusepy python-libarchive-c python-paramiko python-pyarrow @@ -27,13 +30,15 @@ python-lz4 python-msgpack python-numpy + python-pandas python-pyftpdlib python-snappy + python-tomli python-zstandard jupyter-notebook ) source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('1a315d9f2e421139b3b82b9a7a8b858ac9bdb49e7e963971bdbf7fc23e958027') +sha256sums=('8a11efc985d39782ca64bd4010f32d189a39278b35c89e5e623c760564cea8b3') build() { cd ${_pkg}-${pkgver} @@ -43,7 +48,7 @@ check() { cd ${_pkg}-${pkgver} # These tests do not work on CI, neither on our build server - pytest -v -rs --deselect fsspec/implementations/tests/test_http.py::test_processes + pytest -vv --color=yes -rs --deselect fsspec/implementations/tests/test_http.py::test_processes } package() {
