Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiobotocore
Commits: c6e74e03 by Carl Smedstad at 2026-02-07T11:24:36+01:00 upgpkg: 3.1.2-1: Upstream release https://github.com/aio-libs/aiobotocore/blob/3.1.2/CHANGES.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-aiobotocore pkgdesc = asyncio support for botocore library using aiohttp - pkgver = 3.1.1 + pkgver = 3.1.2 pkgrel = 1 url = https://github.com/aio-libs/aiobotocore arch = any @@ -30,7 +30,7 @@ pkgbase = python-aiobotocore depends = python-jmespath depends = python-multidict depends = python-wrapt - source = git+https://github.com/aio-libs/aiobotocore.git#tag=3.1.1 - b2sums = 4b47b437c3be4a0eb0378a46c72df334d5ca89ecf8d22ac64aff678bbed11b3aa4ce3aa823cec919c30dda34a54af1c00af0097819ca94be72051346ae9f2f21 + source = git+https://github.com/aio-libs/aiobotocore.git#tag=3.1.2 + b2sums = 30aceb0224b63bab1ec2f001dacebe667558f9a36a65e8a9b24a3371b6ddf2954990dc0e2b9fdd961fcbbec582f6896e82e97be7f246cf11444bc043b308d646 pkgname = python-aiobotocore ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Chih-Hsuan Yen <[email protected]> pkgname=python-aiobotocore -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc='asyncio support for botocore library using aiohttp' arch=(any) @@ -40,7 +40,7 @@ checkdepends=( python-yaml ) source=("git+$url.git#tag=$pkgver") -b2sums=('4b47b437c3be4a0eb0378a46c72df334d5ca89ecf8d22ac64aff678bbed11b3aa4ce3aa823cec919c30dda34a54af1c00af0097819ca94be72051346ae9f2f21') +b2sums=('30aceb0224b63bab1ec2f001dacebe667558f9a36a65e8a9b24a3371b6ddf2954990dc0e2b9fdd961fcbbec582f6896e82e97be7f246cf11444bc043b308d646') build() { cd ${pkgname#python-} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/c6e74e03d9062da8c7465a32782f36797bad63e9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/c6e74e03d9062da8c7465a32782f36797bad63e9 You're receiving this email because of your account on gitlab.archlinux.org.
