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

Bruno Pagani archange at gemini.archlinux.org
Sun Oct 17 02:01:50 UTC 2021


    Date: Sunday, October 17, 2021 @ 02:01:49
  Author: archange
Revision: 1030640

upgpkg: python-fsspec 2021.10.1-1

Modified:
  python-fsspec/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 01:58:19 UTC (rev 1030639)
+++ PKGBUILD	2021-10-17 02:01:49 UTC (rev 1030640)
@@ -2,7 +2,7 @@
 
 _pkg=filesystem_spec
 pkgname=python-fsspec
-pkgver=0.8.7
+pkgver=2021.10.1
 pkgrel=1
 pkgdesc="Specification that python filesystems should adhere to."
 arch=(any)
@@ -14,28 +14,26 @@
     python-pytest
     python-pytest-vcr
     python-aiohttp
-    python-cloudpickle
     python-dask
     python-distributed
+    python-libarchive-c
+    python-paramiko
+    python-pyarrow
+    python-pygit2
+    python-requests
+    python-smbprotocol
+    python-cloudpickle
+    python-jinja
     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
-    python-arrow
-    python-smbprotocol
+    jupyter-notebook
 )
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e1ce75f0750d3a2383b25656b262bc661a58d7e863bbf151a3b13ffad395e8f7')
+sha256sums=('1a315d9f2e421139b3b82b9a7a8b858ac9bdb49e7e963971bdbf7fc23e958027')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -45,7 +43,7 @@
 check() {
   cd ${_pkg}-${pkgver}
   # These tests do not work on CI, neither on our build server
-  pytest --deselect fsspec/implementations/tests/test_http.py::test_processes
+  pytest -v -rs --deselect fsspec/implementations/tests/test_http.py::test_processes
 }
 
 package() {



More information about the arch-commits mailing list