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

Antonio Rojas arojas at gemini.archlinux.org
Wed Dec 8 09:45:57 UTC 2021


    Date: Wednesday, December 8, 2021 @ 09:45:56
  Author: arojas
Revision: 1065634

Update to 6.6.0

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-08 09:41:58 UTC (rev 1065633)
+++ PKGBUILD	2021-12-08 09:45:56 UTC (rev 1065634)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-ipykernel
-pkgver=6.5.1
-pkgrel=3
+pkgver=6.6.0
+pkgrel=1
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
 url="https://pypi.org/project/ipykernel/"
@@ -9,9 +9,9 @@
 license=('BSD')
 depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 'python-debugpy')
 makedepends=('python-setuptools' 'ipython' 'python-jupyter_client')
-checkdepends=('python-pytest' 'python-mock' 'python-nose' 'python-flaky')
+checkdepends=('python-pytest' 'python-mock' 'python-flaky')
 source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
-md5sums=('6242070a9c0fea90f671f2c560190403')
+md5sums=('52b646cd191b8a349cbf58f7ebc475e0')
 
 # dep cycle with python-jupyter_client
 
@@ -22,7 +22,7 @@
 
 check() {
   cd "$srcdir/ipykernel-$pkgver"
-  #python3 -m pytest
+  # python3 -m pytest
   # tests fail both locally and in a chroot, for different reasons
 }
 



More information about the arch-commits mailing list