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

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


    Date: Sunday, March 20, 2022 @ 20:08:17
  Author: archange
Revision: 1165268

upgpkg: python-spyder-kernels 2.2.1-1

Modified:
  python-spyder-kernels/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 20:08:16 UTC (rev 1165267)
+++ PKGBUILD	2022-03-20 20:08:17 UTC (rev 1165268)
@@ -2,8 +2,8 @@
 
 _pkg=spyder-kernels
 pkgname=python-${_pkg}
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Jupyter Kernels for the Spyder console"
 arch=(any)
 url="https://github.com/spyder-ide/spyder-kernels/"
@@ -10,6 +10,7 @@
 license=(MIT)
 makedepends=(python python-setuptools)
 depends=(
+    ipython
     python-cloudpickle
     python-ipykernel
     python-jupyter_client
@@ -33,7 +34,7 @@
 # No tests in pypi tarballs
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d82b216b731743f0f63ad5d74a95b49d0c8d101dd33453384cac4c38ae8bf8e7')
+sha256sums=('f9bca9db3c7955b6ed0c1fa70d188d7eb904b88a1cccb704a8465f619259b989')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -42,7 +43,7 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  pytest -xv spyder_kernels
+  pytest -vv --color=yes spyder_kernels
 }
 
 package() {



More information about the arch-commits mailing list