Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-awscrt
Commits:
d25e3e34 by Chih-Hsuan Yen at 2023-11-15T20:54:35+08:00
upgpkg: 0.19.12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-awscrt
pkgdesc = A common runtime for AWS Python projects
- pkgver = 0.19.6
+ pkgver = 0.19.12
pkgrel = 1
url = https://github.com/awslabs/aws-crt-python
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-awscrt
depends = glibc
depends = gcc-libs
depends = python
- source =
git+https://github.com/awslabs/aws-crt-python.git#tag=b83949d089c92e1a7e455ea87a830002ea27ae0a
+ source =
git+https://github.com/awslabs/aws-crt-python.git#tag=b8a0468fa2e5a3e1614d1435805a0aa71b2b3fb6
source = git+https://github.com/awslabs/aws-c-auth
source = git+https://github.com/awslabs/aws-c-cal
source = git+https://github.com/awslabs/aws-c-common
=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@ _pkgname=aws-crt-python
pkgname=python-awscrt
# https://github.com/awslabs/aws-crt-python/releases
# UPDATE_BLOCKED: aws-cli-v2 usually requires older awscrt
https://github.com/aws/aws-cli/blob/v2/pyproject.toml
-pkgver=0.19.6
+pkgver=0.19.12
# curl
https://api.github.com/repos/awslabs/aws-crt-python/git/ref/tags/v$pkgver | jq
-r .object.sha
-_tag=b83949d089c92e1a7e455ea87a830002ea27ae0a
+_tag=b8a0468fa2e5a3e1614d1435805a0aa71b2b3fb6
pkgrel=1
pkgdesc='A common runtime for AWS Python projects'
arch=(x86_64)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/d25e3e34d93e9447dc461db0a0d4622ed7fb5732
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/d25e3e34d93e9447dc461db0a0d4622ed7fb5732
You're receiving this email because of your account on gitlab.archlinux.org.