Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiohttp
Commits: 1bf934fc by Carl Smedstad at 2025-05-29T13:36:41+02:00 upgpkg: 3.12.4-1: Upstream release https://github.com/aio-libs/aiohttp/releases/tag/v3.12.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-aiohttp pkgdesc = HTTP client/server for asyncio - pkgver = 3.12.2 + pkgver = 3.12.4 pkgrel = 1 url = https://aiohttp.readthedocs.io arch = x86_64 @@ -42,7 +42,7 @@ pkgbase = python-aiohttp optdepends = gunicorn: to deploy using Gunicorn optdepends = python-aiodns: for fast DNS resolving optdepends = python-brotli: for Brotli transfer-encodings support - source = python-aiohttp::git+https://github.com/aio-libs/aiohttp#tag=v3.12.2 - b2sums = 94404518426782c41165183059ea3c1dd2971b65db80d23be99132af32f73f672bd889ca93dcf48590dcc29961f7c04639017ab79026e4f59df9e3eafc0874de + source = python-aiohttp::git+https://github.com/aio-libs/aiohttp#tag=v3.12.4 + b2sums = 03db86208a6a7eebd40635ca7c7bb5a2797dafaae8fa67522234dcda0d161487242b8784ae472558927e8c17737a57779e867d3131041c28239fb97d42551b2f pkgname = python-aiohttp ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ # Check if new updates break python-engineio pkgname=python-aiohttp -pkgver=3.12.2 +pkgver=3.12.4 pkgrel=1 pkgdesc='HTTP client/server for asyncio' arch=(x86_64) @@ -59,7 +59,7 @@ optdepends=( 'python-brotli: for Brotli transfer-encodings support' ) source=("$pkgname::git+https://github.com/aio-libs/aiohttp#tag=v$pkgver") -b2sums=('94404518426782c41165183059ea3c1dd2971b65db80d23be99132af32f73f672bd889ca93dcf48590dcc29961f7c04639017ab79026e4f59df9e3eafc0874de') +b2sums=('03db86208a6a7eebd40635ca7c7bb5a2797dafaae8fa67522234dcda0d161487242b8784ae472558927e8c17737a57779e867d3131041c28239fb97d42551b2f') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/commit/1bf934fc094793f886aa13a684c57fd8e80f7ac6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/commit/1bf934fc094793f886aa13a684c57fd8e80f7ac6 You're receiving this email because of your account on gitlab.archlinux.org.