Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-awscrt


Commits:
b59f605e by Chih-Hsuan Yen at 2024-05-17T14:07:21+08:00
Update to 0.20.9 to match botocore/boto3 requirements

* Dropped the comment about aws-cli-v2, which is no longer in [extra]
* Use git checksums

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-awscrt
        pkgdesc = A common runtime for AWS Python projects
-       pkgver = 0.19.19
-       pkgrel = 2
+       pkgver = 0.20.9
+       pkgrel = 1
        url = https://github.com/awslabs/aws-crt-python
        arch = x86_64
        license = Apache
@@ -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=bc8163806b3b8e3c93b9f380e4852003e1467651
+       source = git+https://github.com/awslabs/aws-crt-python.git#tag=v0.20.9
        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
@@ -29,7 +29,7 @@ pkgbase = python-awscrt
        source = git+https://github.com/awslabs/aws-checksums
        source = git+https://github.com/awslabs/aws-lc
        source = git+https://github.com/awslabs/s2n
-       sha256sums = SKIP
+       sha256sums = 
ad82398260ebacb003d748bab550bc0d8c6e29140d21f757be83c6bd6fb8b31d
        sha256sums = SKIP
        sha256sums = SKIP
        sha256sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -4,11 +4,8 @@
 _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.19
-# curl 
https://api.github.com/repos/awslabs/aws-crt-python/git/ref/tags/v$pkgver | jq 
-r .object.sha
-_tag=bc8163806b3b8e3c93b9f380e4852003e1467651
-pkgrel=2
+pkgver=0.20.9
+pkgrel=1
 pkgdesc='A common runtime for AWS Python projects'
 arch=(x86_64)
 url='https://github.com/awslabs/aws-crt-python'
@@ -16,7 +13,7 @@ license=(Apache)
 depends=(glibc gcc-libs python)
 makedepends=(git cmake python-build python-installer python-setuptools 
python-wheel)
 checkdepends=(python-websockets)
-source=("git+https://github.com/awslabs/aws-crt-python.git#tag=$_tag";
+source=("git+https://github.com/awslabs/aws-crt-python.git#tag=v$pkgver";
         "git+https://github.com/awslabs/aws-c-auth";
         "git+https://github.com/awslabs/aws-c-cal";
         "git+https://github.com/awslabs/aws-c-common";
@@ -30,7 +27,7 @@ 
source=("git+https://github.com/awslabs/aws-crt-python.git#tag=$_tag";
         "git+https://github.com/awslabs/aws-checksums";
         "git+https://github.com/awslabs/aws-lc";
         "git+https://github.com/awslabs/s2n";)
-sha256sums=('SKIP'
+sha256sums=('ad82398260ebacb003d748bab550bc0d8c6e29140d21f757be83c6bd6fb8b31d'
             'SKIP'
             'SKIP'
             'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/b59f605e65a7f4900446b6d314554f0888975f05

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awscrt/-/commit/b59f605e65a7f4900446b6d314554f0888975f05
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to