[arch-commits] Commit in python-fsspec/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Wed Dec 23 12:35:44 UTC 2020


    Date: Wednesday, December 23, 2020 @ 12:35:42
  Author: archange
Revision: 784197

upgpkg: python-fsspec 0.8.5-1

Modified:
  python-fsspec/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 12:34:50 UTC (rev 784196)
+++ PKGBUILD	2020-12-23 12:35:42 UTC (rev 784197)
@@ -2,8 +2,8 @@
 
 _pkg=filesystem_spec
 pkgname=python-fsspec
-pkgver=0.8.4
-pkgrel=3
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="Specification that python filesystems should adhere to."
 arch=(any)
 url="https://github.com/intake/filesystem_spec"
@@ -10,12 +10,29 @@
 license=(BSD)
 makedepends=(python-setuptools)
 depends=(python)
-checkdepends=(
+checkdepends=(git
     python-pytest
+    python-aiohttp
+    python-cloudpickle
+    python-dask
+    python-distributed
+    python-lz4
+    python-libarchive-c
+    python-msgpack
     python-numpy
+    python-paramiko
+    python-pyftpdlib
+    python-pygit2
+    python-requests
+    python-snappy
+    python-zstandard
+    python-aiobotocore
+    python-httpretty
+    python-moto
+    python-flask
 )
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4c57fc289e142c4acda867a5550811ec4249320d535899a85b74e8c387ec5025')
+sha256sums=('c565c8c4178c6dc2953b80165bef3b8e439cb569ab3f2005415bb5bea9e414ad')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -24,7 +41,8 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  pytest
+  # These tests do not work on CI, neither on our build server
+  pytest --deselect fsspec/implementations/tests/test_http.py::test_processes
 }
 
 package() {



More information about the arch-commits mailing list