From cc25aaaf942ff91a0b368fa3ae2e3b77972c3fd8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 27 Jul 2025 07:24:42 +0000 Subject: [PATCH] python-comm: update to 0.2.3 --- mingw-w64-python-comm/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-comm/PKGBUILD b/mingw-w64-python-comm/PKGBUILD index 41dc554919..f3629c1405 100644 --- a/mingw-w64-python-comm/PKGBUILD +++ b/mingw-w64-python-comm/PKGBUILD @@ -3,8 +3,8 @@ _realname=comm pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.2.2 -pkgrel=2 +pkgver=0.2.3 +pkgrel=1 pkgdesc="Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc. (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatchling") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e') +sha256sums=('2dc8048c10962d55d7ad693be1e7045d891b7ce8d999c97963a5e3e99c055971') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" @@ -29,13 +29,13 @@ build() { } check() { - cd "${srcdir}/python-build-${MSYSTEM}" + cd "python-build-${MSYSTEM}" ${MINGW_PREFIX}/bin/python -m pytest } package() { - cd "${srcdir}/python-build-${MSYSTEM}" + cd "python-build-${MSYSTEM}" MSYS2_ARG_CONV_EXCL="--prefix=" \ ${MINGW_PREFIX}/bin/python -m installer --prefix=${MINGW_PREFIX} \