Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-aiohttp
Commits: e68b7860 by Daniel M. Capella at 2025-06-10T01:26:13-04:00 upgpkg: 3.12.12-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-aiohttp pkgdesc = HTTP client/server for asyncio - pkgver = 3.12.11 + pkgver = 3.12.12 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.11 - b2sums = 28309057dd629971798e7b7ead5b20a082ca12e5a331cdda10a7d3aabacc5370f2de7473bfc8f83bd9bf98871d770a9daf88616f9e7a7aa81dd9b8ee8aa1bb53 + source = python-aiohttp::git+https://github.com/aio-libs/aiohttp#tag=v3.12.12 + b2sums = 099e354b83bb35f5daefc13d1e89261d9210970dde06adbc6bb7bbf4973d249ce0830f8ffafc3aa9591ffc7a7182daa319e94ed36cbcbc213556ea801e70ecd3 pkgname = python-aiohttp ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ # Check if new updates break python-engineio pkgname=python-aiohttp -pkgver=3.12.11 +pkgver=3.12.12 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=('28309057dd629971798e7b7ead5b20a082ca12e5a331cdda10a7d3aabacc5370f2de7473bfc8f83bd9bf98871d770a9daf88616f9e7a7aa81dd9b8ee8aa1bb53') +b2sums=('099e354b83bb35f5daefc13d1e89261d9210970dde06adbc6bb7bbf4973d249ce0830f8ffafc3aa9591ffc7a7182daa319e94ed36cbcbc213556ea801e70ecd3') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/commit/e68b7860084fff4b9ee34dbebce70f081add129b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohttp/-/commit/e68b7860084fff4b9ee34dbebce70f081add129b You're receiving this email because of your account on gitlab.archlinux.org.