Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-aiobotocore
Commits:
6ed6c577 by Chih-Hsuan Yen at 2025-01-01T09:07:10+08:00
upgpkg: 2.16.1-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.16.0
- pkgrel = 3
+ pkgver = 2.16.1
+ pkgrel = 1
url = https://github.com/aio-libs/aiobotocore
arch = any
license = Apache-2.0
@@ -31,9 +31,9 @@ pkgbase = python-aiobotocore
depends = python-jmespath
depends = python-multidict
depends = python-urllib3
- source = git+https://github.com/aio-libs/aiobotocore.git#tag=2.16.0
+ source = git+https://github.com/aio-libs/aiobotocore.git#tag=2.16.1
source = moto-5.x.diff
- sha256sums =
b00c43901c9f268b9d18af39eb244eee800cfc9cb04b52849470d6f5bd564e16
+ sha256sums =
9a81d82d0037ae13ee7cb532714ba20f1ffc2a28f3ea76a20b67773210054142
sha256sums =
2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b
pkgname = python-aiobotocore
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-aiobotocore
_pkgname=aiobotocore
# https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.16.0
-pkgrel=3
+pkgver=2.16.1
+pkgrel=1
pkgdesc='asyncio support for botocore library using aiohttp'
arch=(any)
url='https://github.com/aio-libs/aiobotocore'
@@ -20,7 +20,7 @@ checkdepends=(python-moto python-pytest python-pytest-asyncio
python-dill python
python-docker python-openapi-spec-validator python-yaml
python-flask python-flask-cors)
source=("git+https://github.com/aio-libs/aiobotocore.git#tag=$pkgver"
"moto-5.x.diff")
-sha256sums=('b00c43901c9f268b9d18af39eb244eee800cfc9cb04b52849470d6f5bd564e16'
+sha256sums=('9a81d82d0037ae13ee7cb532714ba20f1ffc2a28f3ea76a20b67773210054142'
'2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/6ed6c577918aeeddebbf33f41a8ad091ee993ad9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/6ed6c577918aeeddebbf33f41a8ad091ee993ad9
You're receiving this email because of your account on gitlab.archlinux.org.