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

Bruno Pagani archange at archlinux.org
Sun Aug 9 12:33:55 UTC 2020


    Date: Sunday, August 9, 2020 @ 12:33:55
  Author: archange
Revision: 673138

upgpkg: python-fsspec 0.8.0-1

Modified:
  python-fsspec/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 12:31:58 UTC (rev 673137)
+++ PKGBUILD	2020-08-09 12:33:55 UTC (rev 673138)
@@ -2,8 +2,8 @@
 
 _pkg=filesystem_spec
 pkgname=python-fsspec
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Specification that python filesystems should adhere to."
 arch=(any)
 url="https://github.com/intake/filesystem_spec"
@@ -15,7 +15,7 @@
     python-numpy
 )
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('35aa9775ed20b35f82de6d38fa28b6cd53f9e56e8dad727c0192f33c79b72959')
+sha256sums=('c4f374a87ceb0424bb94e634dcfd7953a2c2d545c3cda9c86da7878a0a4d00fd')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -24,8 +24,6 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  # https://github.com/intake/filesystem_spec/issues/253
-  sed -i '/assert getpass.getuser() in stripped/d' fsspec/implementations/tests/test_local.py
   pytest
 }
 



More information about the arch-commits mailing list