Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-aiobotocore
Commits: efd6196b by Chih-Hsuan Yen at 2024-05-06T22:03:39+08:00 upgpkg: 2.12.3-1: bump - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-aiobotocore pkgdesc = asyncio support for botocore library using aiohttp - pkgver = 2.11.2 - pkgrel = 2 + pkgver = 2.12.3 + pkgrel = 1 url = https://github.com/aio-libs/aiobotocore arch = any license = Apache-2.0 @@ -29,7 +29,7 @@ pkgbase = python-aiobotocore depends = python-jmespath depends = python-multidict depends = python-urllib3 - source = https://github.com/aio-libs/aiobotocore/archive/2.11.2/python-aiobotocore-2.11.2.tar.gz - sha256sums = 1af0e2099a2458373221cace8ff4684ea520d3897c898703bb653be9b9306a9d + source = https://github.com/aio-libs/aiobotocore/archive/2.12.3/python-aiobotocore-2.12.3.tar.gz + sha256sums = fc714603137d8bac1458779523b87e7eddfde8b9effddd6f1dfaa2befe4fc471 pkgname = python-aiobotocore ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=python-aiobotocore _pkgname=aiobotocore # https://github.com/aio-libs/aiobotocore/releases -pkgver=2.11.2 -pkgrel=2 +pkgver=2.12.3 +pkgrel=1 pkgdesc='asyncio support for botocore library using aiohttp' arch=(any) url='https://github.com/aio-libs/aiobotocore' @@ -18,7 +18,7 @@ checkdepends=(python-moto python-pytest python-pytest-asyncio python-dill python # moto optdepends python-docker python-openapi-spec-validator python-yaml python-flask python-flask-cors) source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('1af0e2099a2458373221cace8ff4684ea520d3897c898703bb653be9b9306a9d') +sha256sums=('fc714603137d8bac1458779523b87e7eddfde8b9effddd6f1dfaa2befe4fc471') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/efd6196b7dd3f1ba5ad2f965b2614060b209a566 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/efd6196b7dd3f1ba5ad2f965b2614060b209a566 You're receiving this email because of your account on gitlab.archlinux.org.