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

Bruno Pagani archange at archlinux.org
Tue Mar 16 02:37:36 UTC 2021


    Date: Tuesday, March 16, 2021 @ 02:37:36
  Author: archange
Revision: 891709

upgpkg: python-fsspec 0.8.7-1

Modified:
  python-fsspec/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 02:29:46 UTC (rev 891708)
+++ PKGBUILD	2021-03-16 02:37:36 UTC (rev 891709)
@@ -2,7 +2,7 @@
 
 _pkg=filesystem_spec
 pkgname=python-fsspec
-pkgver=0.8.5
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="Specification that python filesystems should adhere to."
 arch=(any)
@@ -12,6 +12,7 @@
 depends=(python)
 checkdepends=(git
     python-pytest
+    python-pytest-vcr
     python-aiohttp
     python-cloudpickle
     python-dask
@@ -30,9 +31,11 @@
     python-httpretty
     python-moto
     python-flask
+    python-arrow
+    python-smbprotocol
 )
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c565c8c4178c6dc2953b80165bef3b8e439cb569ab3f2005415bb5bea9e414ad')
+sha256sums=('e1ce75f0750d3a2383b25656b262bc661a58d7e863bbf151a3b13ffad395e8f7')
 
 build() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list