From d3cc2d505ecaa4dd55e2d0351cc773568eed446c Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 15 Dec 2023 11:01:24 +0000 Subject: [PATCH] python-exceptiongroup: update to 1.2.0 --- mingw-w64-python-exceptiongroup/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-exceptiongroup/PKGBUILD b/mingw-w64-python-exceptiongroup/PKGBUILD index dca4088bb1..aba984a7b3 100644 --- a/mingw-w64-python-exceptiongroup/PKGBUILD +++ b/mingw-w64-python-exceptiongroup/PKGBUILD @@ -3,7 +3,7 @@ _realname=exceptiongroup pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.1.3 +pkgver=1.2.0 pkgrel=1 pkgdesc="Backport of PEP 654 (exception groups) (mingw-w64)" arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-flit-scm") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9') +sha256sums=('91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"