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

Antonio Rojas arojas at gemini.archlinux.org
Mon Mar 28 19:56:16 UTC 2022


    Date: Monday, March 28, 2022 @ 19:56:15
  Author: arojas
Revision: 1177400

Update to 6.10.0

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 19:49:08 UTC (rev 1177399)
+++ PKGBUILD	2022-03-28 19:56:15 UTC (rev 1177400)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-ipykernel
-pkgver=6.9.2
+pkgver=6.10.0
 pkgrel=2
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-pytest' 'python-mock' 'python-flaky' 'python-ipyparallel')
 source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
-md5sums=('3eca3a689db1ee79c6252ac29cfb6352')
+md5sums=('ab50c67821a390646a02646846b0b554')
 
 # dep cycle with python-jupyter_client
 
@@ -22,7 +22,7 @@
 
 check() {
   cd ipykernel-$pkgver
-  pytest
+  pytest -vv
 }
 
 package() {



More information about the arch-commits mailing list