From 85bc085af30f9d0999c81c678062cd3f46f1ce7c Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 11 Aug 2025 22:27:36 +0200 Subject: [PATCH] python-multidict: update to 6.6.4 --- mingw-w64-python-multidict/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-multidict/PKGBUILD b/mingw-w64-python-multidict/PKGBUILD index 936b2a36cb..4f500e9eae 100644 --- a/mingw-w64-python-multidict/PKGBUILD +++ b/mingw-w64-python-multidict/PKGBUILD @@ -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}"