Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-aiobotocore
Commits:
c5ffdfb7 by Chih-Hsuan Yen at 2023-12-23T01:29:00+08:00
upgpkg: 2.9.0-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-aiobotocore
pkgdesc = asyncio support for botocore library using aiohttp
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/aio-libs/aiobotocore
arch = any
@@ -27,7 +27,7 @@ pkgbase = python-aiobotocore
depends = python-jmespath
depends = python-multidict
depends = python-urllib3
- source =
https://github.com/aio-libs/aiobotocore/archive/2.8.0/python-aiobotocore-2.8.0.tar.gz
- sha256sums =
d3c940f53774d000b843540f98e281b3b3bc25915e381a3ba2317efef6ad6ee3
+ source =
https://github.com/aio-libs/aiobotocore/archive/2.9.0/python-aiobotocore-2.9.0.tar.gz
+ sha256sums =
5e12756dba0f46033b29a064a620df7438f39315c733cc33aa5957fd3c621aa9
pkgname = python-aiobotocore
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aiobotocore
_pkgname=aiobotocore
# https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.8.0
+pkgver=2.9.0
pkgrel=1
pkgdesc='asyncio support for botocore library using aiohttp'
arch=(any)
@@ -17,7 +17,7 @@ checkdepends=(python-moto python-pytest python-pytest-asyncio
python-dill
# 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=('d3c940f53774d000b843540f98e281b3b3bc25915e381a3ba2317efef6ad6ee3')
+sha256sums=('5e12756dba0f46033b29a064a620df7438f39315c733cc33aa5957fd3c621aa9')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/c5ffdfb7fad34a8c92b0a76ac4391e13142c4ff1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/c5ffdfb7fad34a8c92b0a76ac4391e13142c4ff1
You're receiving this email because of your account on gitlab.archlinux.org.