python-jupyter-nbclient: update to 0.7.4

This commit is contained in:
Mehdi Chinoune
2023-04-25 18:09:50 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent e5652f4c5b
commit b09c3bb3f9

View File

@@ -3,7 +3,7 @@
_realname=nbclient
pkgbase=mingw-w64-python-jupyter-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-jupyter-${_realname}
pkgver=0.7.3
pkgver=0.7.4
pkgrel=1
pkgdesc='A client library for executing Jupyter notebooks (mingw-w64)'
arch=('any')
@@ -19,8 +19,9 @@ depends=(
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-hatchling")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('26e41c6dca4d76701988bc34f64e1bfc2413ae6d368f13d7b5ac407efb08c755')
sha256sums=('d447f0e5a4cfe79d462459aec1b3dc5c2e9152597262be8ee27f7d4c02566a0d')
prepare() {
rm -rf python-build-${MSYSTEM} | true