Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiohttp
Commits: 97b3f87b by Carl Smedstad at 2025-05-31T13:23:25+02:00 upgpkg: 3.12.6-1: Upstream release https://github.com/aio-libs/aiohttp/releases/tag/v3.12.6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-aiohttp pkgdesc = HTTP client/server for asyncio - pkgver = 3.12.4 + pkgver = 3.12.6 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.4 - b2sums = 03db86208a6a7eebd40635ca7c7bb5a2797dafaae8fa67522234dcda0d161487242b8784ae472558927e8c17737a57779e867d3131041c28239fb97d42551b2f + source = python-aiohttp::git+https://github.com/aio-libs/aiohttp#tag=v3.12.6 + b2sums = 7b69f135f2f1aac72d9045facc728cd0647f4fa78d5508b0cbdd83e6bd9ce6048c79d1914044f890e80c1c887350594da486943e4a48e143a737442ecc6fa095 pkgname = python-aiohttp ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ # Check if new updates break python-engineio pkgname=python-aiohttp -pkgver=3.12.4 +pkgver=3.12.6 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=('03db86208a6a7eebd40635ca7c7bb5a2797dafaae8fa67522234dcda0d161487242b8784ae472558927e8c17737a57779e867d3131041c28239fb97d42551b2f') +b2sums=('7b69f135f2f1aac72d9045facc728cd0647f4fa78d5508b0cbdd83e6bd9ce6048c79d1914044f890e80c1c887350594da486943e4a48e143a737442ecc6fa095') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/commit/97b3f87b9b36e96fcb4dd64e2aa5df529131b3db -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/commit/97b3f87b9b36e96fcb4dd64e2aa5df529131b3db You're receiving this email because of your account on gitlab.archlinux.org.