python-multidict: update to 6.6.4

This commit is contained in:
Dirk Stolle 2025-08-11 22:27:36 +02:00
parent e01fb1c9a1
commit 85bc085af3

View File

@ -3,7 +3,7 @@
_realname=multidict
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.6.3
pkgver=6.6.4
pkgrel=1
pkgdesc='Asyncio-based multidict implementation for Python (mingw-w64)'
arch=('any')
@ -11,8 +11,11 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://multidict.aio-libs.org"
msys2_repository_url="https://github.com/aio-libs/multidict"
msys2_references=(
'archlinux: python-multidict'
'gentoo: dev-python/multidict'
'purl: pkg:pypi/multidict'
)
msys2_changelog_url='https://github.com/aio-libs/multidict/blob/master/CHANGES.rst'
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
@ -22,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-cov")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('798a9eb12dab0a6c2e29c1de6f3468af5cb2da6053a20dfa3344907eed0937cc')
sha256sums=('d2d4e4787672911b48350df02ed3fa3fffdc2f2e8ca06dd6afdf34189b76a9dd')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"