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

Bruno Pagani archange at archlinux.org
Mon Mar 15 06:44:23 UTC 2021


    Date: Monday, March 15, 2021 @ 06:44:23
  Author: archange
Revision: 891392

upgpkg: python-dask 2021.3.0-1

Modified:
  python-dask/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 05:05:32 UTC (rev 891391)
+++ PKGBUILD	2021-03-15 06:44:23 UTC (rev 891392)
@@ -2,7 +2,7 @@
 
 _pkg=dask
 pkgname=python-${_pkg}
-pkgver=2020.12.0
+pkgver=2021.3.0
 pkgrel=1
 pkgdesc="Parallel computing with task scheduling"
 arch=(any)
@@ -32,6 +32,7 @@
 checkdepends=(
     ipython
     python-pytest
+    python-pytest-rerunfailures
     python-aiohttp
 #    python-bokeh
     python-boto3
@@ -70,7 +71,7 @@
 )
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 #source=(https://github.com/dask/dask/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('43e745afd4b464e6c0113131e430a16dce6ac42460b06e24d799093d098f7ab0')
+sha256sums=('566054b493d63c15732f2a640382b21e861571d61639f59341bc7695a9be138e')
 
 build() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list