Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiobotocore
Commits: e6634ade by Carl Smedstad at 2026-01-03T18:16:05+01:00 upgpkg: 3.1.0-1: Upstream release https://github.com/aio-libs/aiobotocore/blob/3.1.0/CHANGES.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-aiobotocore pkgdesc = asyncio support for botocore library using aiohttp - pkgver = 3.0.0 - pkgrel = 2 + pkgver = 3.1.0 + pkgrel = 1 url = https://github.com/aio-libs/aiobotocore arch = any license = Apache-2.0 @@ -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.0.0 - sha256sums = d54126339c76cd5040d524e856e8b3887c62e66f39d08cce663f5b29c287556c + source = git+https://github.com/aio-libs/aiobotocore.git#tag=3.1.0 + b2sums = 35987c5f3d91e63938bfefccb2d3d81df1e49769e13b6ddb332ed2f7f9ef68ef05dda0590fc3431e920dcf0dfc80fbf23b51dc54478139556f4828fb22deefa4 pkgname = python-aiobotocore ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Chih-Hsuan Yen <[email protected]> pkgname=python-aiobotocore -pkgver=3.0.0 -pkgrel=2 +pkgver=3.1.0 +pkgrel=1 pkgdesc='asyncio support for botocore library using aiohttp' arch=(any) url='https://github.com/aio-libs/aiobotocore' @@ -40,7 +40,7 @@ checkdepends=( python-yaml ) source=("git+$url.git#tag=$pkgver") -sha256sums=('d54126339c76cd5040d524e856e8b3887c62e66f39d08cce663f5b29c287556c') +b2sums=('35987c5f3d91e63938bfefccb2d3d81df1e49769e13b6ddb332ed2f7f9ef68ef05dda0590fc3431e920dcf0dfc80fbf23b51dc54478139556f4828fb22deefa4') build() { cd ${pkgname#python-} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/e6634ade553d2ce933bdf823eb1c97673b383464 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/e6634ade553d2ce933bdf823eb1c97673b383464 You're receiving this email because of your account on gitlab.archlinux.org.
