python-aiohttp: update to 3.12.15

This commit is contained in:
Biswapriyo Nath 2025-07-30 06:26:00 +00:00
parent cc483c0c0e
commit c93a60230e

View File

@ -3,7 +3,7 @@
_realname=aiohttp
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.12.14
pkgver=3.12.15
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=('6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2')
sha256sums=('4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"