python-immutabledict: update to 4.2.2

This commit is contained in:
Dirk Stolle 2025-10-13 01:18:45 +02:00
parent 5fb2201880
commit 2becab5009

View File

@ -3,13 +3,15 @@
_realname=immutabledict
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.2.1
pkgver=4.2.2
pkgrel=1
pkgdesc="Immutable wrapper around dictionaries (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/corenting/immutabledict"
msys2_references=(
'archlinux: python-immutabledict'
'gentoo: dev-python/immutabledict'
'purl: pkg:pypi/immutabledict'
)
license=('spdx:MIT')
@ -19,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-poetry-core")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('d91017248981c72eb66c8ff9834e99c2f53562346f23e7f51e7a5ebcf66a3bcc')
sha256sums=('cb6ed3090df593148f94cb407d218ca526fd2639694afdb553dc4f50ce6feeca')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"