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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jun 15 17:15:16 UTC 2022


    Date: Wednesday, June 15, 2022 @ 17:15:16
  Author: arojas
Revision: 1238040

Update to 6.15.0

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-15 17:11:09 UTC (rev 1238039)
+++ PKGBUILD	2022-06-15 17:15:16 UTC (rev 1238040)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-ipykernel
-pkgver=6.14.0
+pkgver=6.15.0
 pkgrel=1
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
@@ -9,9 +9,9 @@
 license=('BSD')
 depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 'python-debugpy' 'python-psutil')
 makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 'python-ipyparallel')
+checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 'python-ipyparallel' 'python-matplotlib')
 source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
-sha256sums=('fc8c9126a6875c5323696fa9def0b8b86e1cc1994d4cc30e0d7cf470d48106ae')
+sha256sums=('713ad20e7ac26563430670236a1b11ee6b23b83cb398d32d57858443497ffdff')
 
 # dep cycle with python-jupyter_client
 



More information about the arch-commits mailing list