[arch-commits] Commit in python-spyder-kernels/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Tue Dec 22 22:03:01 UTC 2020
Date: Tuesday, December 22, 2020 @ 22:03:01
Author: archange
Revision: 783054
upgpkg: python-spyder-kernels 1.10.1-1
Modified:
python-spyder-kernels/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-22 22:02:20 UTC (rev 783053)
+++ PKGBUILD 2020-12-22 22:03:01 UTC (rev 783054)
@@ -3,8 +3,8 @@
_pkg=spyder-kernels
pkgname=python-${_pkg}
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
pkgdesc="Jupyter Kernels for the Spyder console"
arch=(any)
url="https://github.com/spyder-ide/spyder-kernels/"
@@ -26,6 +26,7 @@
python-mock
python-numpy
python-pandas
+ python-pillow
python-pytest
python-scipy
python-xarray
@@ -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=('719163a300620bdec4093e24f4ae69a60b21ec682dbb75cca936a8b1fc23f398')
+sha256sums=('57cb546279b0f2487322ecebba1bf107b542cc7744c7cf9facecd6fe6715d649')
build() {
cd ${_pkg}-${pkgver}
More information about the arch-commits
mailing list