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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 17:16:18 UTC 2022


    Date: Sunday, March 20, 2022 @ 17:16:17
  Author: archange
Revision: 1164255

upgpkg: python-zict 2.1.0-1

Modified:
  python-zict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 17:16:13 UTC (rev 1164254)
+++ PKGBUILD	2022-03-20 17:16:17 UTC (rev 1164255)
@@ -2,8 +2,8 @@
 
 _pkg=zict
 pkgname=python-${_pkg}
-pkgver=2.0.0
-pkgrel=5
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Useful Mutable Mappings"
 arch=(any)
 url="https://github.com/dask/zict/"
@@ -10,10 +10,10 @@
 license=(BSD)
 makedepends=(python-setuptools)
 depends=(python python-heapdict)
-checkdepends=(python-pytest python-lmdb)
+checkdepends=(python-pytest python-lmdb python-psutil)
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 #source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8e2969797627c8a663575c2fc6fcb53a05e37cdb83ee65f341fc6e0c3d0ced16')
+sha256sums=('15b2cc15f95a476fbe0623fd8f771e1e771310bf7a01f95412a0b605b6e47510')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -22,7 +22,7 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  pytest zict
+  pytest -vv --color=yes zict
 }
 
 package() {



More information about the arch-commits mailing list