From aaf27f1094e477bb892d728caa5eec663fc786b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Fri, 3 Oct 2025 07:50:05 +0100 Subject: [PATCH] python-spyder-kernels: update to 3.1.0 --- mingw-w64-python-spyder-kernels/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-spyder-kernels/PKGBUILD b/mingw-w64-python-spyder-kernels/PKGBUILD index 513235374f..2e0fb5f87c 100644 --- a/mingw-w64-python-spyder-kernels/PKGBUILD +++ b/mingw-w64-python-spyder-kernels/PKGBUILD @@ -3,7 +3,7 @@ _realname=spyder-kernels pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=3.0.5 +pkgver=3.1.0 pkgrel=1 pkgdesc='Jupyter Kernels for the Spyder console (mingw-w64)' arch=('any') @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('ff7a1e832eed723575882b86c81c8f82ed8d6929c05c399bac2771d605578cd8') +sha256sums=('1c4b039dd0e8e4b9fe503a6e6b3354a40b90f2fd009d1fb08e40f7b5aeb167fe') build() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"