python-ipython: update to 8.8.0

This commit is contained in:
Mehdi Chinoune
2023-01-04 18:48:18 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 11de00fd3a
commit cd35c8df4d

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=8.7.0
pkgver=8.8.0
pkgrel=1
pkgdesc="An enhanced Interactive Python shell (mingw-w64)"
arch=('any')
@@ -37,7 +37,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-requests"
"${MINGW_PACKAGE_PREFIX}-python-ipykernel"
"${MINGW_PACKAGE_PREFIX}-python-numpy")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('882899fe78d5417a0aa07f995db298fa28b58faeba2112d2e3a4c95fe14bb738')
sha256sums=('f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b')
prepare() {
cd "${srcdir}"