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

Bruno Pagani archange at gemini.archlinux.org
Fri Jul 22 13:23:15 UTC 2022


    Date: Friday, July 22, 2022 @ 13:23:15
  Author: archange
Revision: 1255235

upgpkg: python-spyder-kernels 2.3.2-1

Modified:
  python-spyder-kernels/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-22 13:22:10 UTC (rev 1255234)
+++ PKGBUILD	2022-07-22 13:23:15 UTC (rev 1255235)
@@ -2,7 +2,7 @@
 
 _pkg=spyder-kernels
 pkgname=python-${_pkg}
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="Jupyter Kernels for the Spyder console"
 arch=(any)
@@ -10,22 +10,22 @@
 license=(MIT)
 makedepends=(python python-setuptools)
 depends=(
+    cython
     ipython
     python-cloudpickle
     python-ipykernel
     python-jupyter_client
+    python-matplotlib
+    python-pandas
     python-pyzmq
     python-wurlitzer
 )
 checkdepends=(
-    cython
     python-dask
     python-distributed
     python-flaky
-    python-matplotlib
     python-mock
     python-numpy
-    python-pandas
     python-pillow
     python-pytest
     python-scipy
@@ -34,13 +34,13 @@
 # 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=('a619db238e2dc0046f8a4a4ab86ec703a52135211a7ffbb66d0a127735291889')
+sha256sums=('85d3fd93ee245acf37070fadb78cb7f2b99c01497d4f1aa048b1c1d6994f275f')
 
 prepare() {
   cd ${_pkg}-${pkgver}
   sed -i 's|ipykernel>=6.9.2,<7|ipykernel>=6.9.2|' setup.py
   sed -i 's|ipython>=7.31.1,<8|ipython>=7.31.1|' setup.py
-  sed -i 's|jupyter_client>=7.3.1,<8|jupyter_client>=7.3.1,<8|' setup.py
+  sed -i 's|jupyter_client>=7.3.4,<8|jupyter_client>=7.3.4|' setup.py
 }
 
 build() {



More information about the arch-commits mailing list