From 16be3bb7651e217723b8ccdf2def58a152305775 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 12 May 2025 05:59:57 +0000 Subject: [PATCH] python-exceptiongroup: update to 1.3.0 --- mingw-w64-python-exceptiongroup/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-exceptiongroup/PKGBUILD b/mingw-w64-python-exceptiongroup/PKGBUILD index fc63d5e0a1..67af6af932 100644 --- a/mingw-w64-python-exceptiongroup/PKGBUILD +++ b/mingw-w64-python-exceptiongroup/PKGBUILD @@ -3,23 +3,24 @@ _realname=exceptiongroup pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.2.2 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc="Backport of PEP 654 (exception groups) (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( 'purl: pkg:pypi/exceptiongroup' ) url='https://github.com/agronholm/exceptiongroup' license=('spdx:MIT') -depends=("${MINGW_PACKAGE_PREFIX}-python") +depends=("${MINGW_PACKAGE_PREFIX}-python" + "${MINGW_PACKAGE_PREFIX}-python-typing_extensions") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${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=('47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc') +sha256sums=('b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"