Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-aiobotocore
Commits:
6943ef3a by Chih-Hsuan Yen at 2024-10-11T13:21:24+08:00
upgpkg: 2.15.2-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.15.1
+ pkgver = 2.15.2
pkgrel = 1
url = https://github.com/aio-libs/aiobotocore
arch = any
@@ -30,9 +30,9 @@ pkgbase = python-aiobotocore
depends = python-jmespath
depends = python-multidict
depends = python-urllib3
- source = git+https://github.com/aio-libs/aiobotocore.git#tag=2.15.1
+ source = git+https://github.com/aio-libs/aiobotocore.git#tag=2.15.2
source = moto-5.x.diff
- sha256sums =
b806a979243e254b110ddcf7301a2da181114ecf7310ea946d00517dbe374b57
+ sha256sums =
3e1932d68a097f8d6c7afd812514c9bc4d7f4e61f5a1bfcd5aa1b5d0eefd88da
sha256sums =
2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b
pkgname = python-aiobotocore
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-aiobotocore
_pkgname=aiobotocore
# https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.15.1
+pkgver=2.15.2
pkgrel=1
pkgdesc='asyncio support for botocore library using aiohttp'
arch=(any)
@@ -19,7 +19,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=('b806a979243e254b110ddcf7301a2da181114ecf7310ea946d00517dbe374b57'
+sha256sums=('3e1932d68a097f8d6c7afd812514c9bc4d7f4e61f5a1bfcd5aa1b5d0eefd88da'
'2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/6943ef3a58ee5d53d26b44644212ea80cce4fdd8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/6943ef3a58ee5d53d26b44644212ea80cce4fdd8
You're receiving this email because of your account on gitlab.archlinux.org.