python-aiohttp: update to 3.12.11

This commit is contained in:
Biswapriyo Nath
2025-06-09 05:37:53 +00:00
parent a938dfcb20
commit c3901ac5ee

View File

@@ -3,7 +3,7 @@
_realname=aiohttp
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.12.2
pkgver=3.12.11
pkgrel=1
pkgdesc='HTTP client/server for asyncio (mingw-w64)'
arch=('any')
@@ -39,7 +39,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-freezegun"
"${MINGW_PACKAGE_PREFIX}-python-brotli")
optdepends=("${MINGW_PACKAGE_PREFIX}-python-brotli: for Brotli transfer-encodings support")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('0018956472ee535d2cad761a5bb88eb4ad80f94cd86472cee26a244799f7c79f')
sha256sums=('a5149ae1b11ce4cf8b122846bfa3d7c5f29fe3bfe6745ab21b3eea9615bc5564')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"