Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-awscrt
Commits: 83c88d2b by Carl Smedstad at 2026-02-14T07:05:53+01:00 upgpkg: 0.31.2-1: Upstream release https://github.com/awslabs/aws-crt-python/releases/tag/v0.31.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-awscrt pkgdesc = A common runtime for AWS Python projects - pkgver = 0.31.1 + pkgver = 0.31.2 pkgrel = 1 url = https://github.com/awslabs/aws-crt-python arch = x86_64 @@ -23,7 +23,7 @@ pkgbase = python-awscrt depends = aws-checksums depends = glibc depends = python - source = git+https://github.com/awslabs/aws-crt-python.git#tag=v0.31.1 - b2sums = 1c159894adfa6e43a85259629102993a20ef007dd92c220d7adbab696b2016c7b5e87b44e1741c673470f0af12823a03a7fe59d4d1a120847d6850f89155dede + source = git+https://github.com/awslabs/aws-crt-python.git#tag=v0.31.2 + b2sums = 821ef49cdb82437d5a6e1e1b20b899de030c5528e012dccbf32330f0305a064b059ba90f5f33c018a8b1914b47c510dd4f1baaa7ea2ff6520b4ebdb666b510a4 pkgname = python-awscrt ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=python-awscrt _pkgname=aws-crt-python -pkgver=0.31.1 +pkgver=0.31.2 pkgrel=1 pkgdesc='A common runtime for AWS Python projects' arch=(x86_64) @@ -33,7 +33,7 @@ makedepends=( ) checkdepends=(python-websockets) source=("git+$url.git#tag=v$pkgver") -b2sums=('1c159894adfa6e43a85259629102993a20ef007dd92c220d7adbab696b2016c7b5e87b44e1741c673470f0af12823a03a7fe59d4d1a120847d6850f89155dede') +b2sums=('821ef49cdb82437d5a6e1e1b20b899de030c5528e012dccbf32330f0305a064b059ba90f5f33c018a8b1914b47c510dd4f1baaa7ea2ff6520b4ebdb666b510a4') prepare() { cd $_pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/83c88d2bee2ee58804eca1db668812b5d64320da -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/83c88d2bee2ee58804eca1db668812b5d64320da You're receiving this email because of your account on gitlab.archlinux.org.
