Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
python-google-auth
Commits:
967f0f68 by Lukas Fleischer at 2025-02-18T11:01:21-08:00
upgpkg: 2.38.0-1: update to 2.38.0
- - - - -
532c96ed by Lukas Fleischer at 2025-02-18T11:04:26-08:00
upgpkg: 2.38.0-1: update to 2.38.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-google-auth
pkgdesc = Google Authentication Library
- pkgver = 2.36.1
- pkgrel = 3
+ pkgver = 2.38.0
+ pkgrel = 1
url = https://github.com/GoogleCloudPlatform/google-auth-library-python
arch = any
license = Apache-2.0
@@ -10,6 +10,7 @@ pkgbase = python-google-auth
checkdepends = python-cryptography
checkdepends = python-flask
checkdepends = python-freezegun
+ checkdepends = python-pyjwt
checkdepends = python-pyopenssl
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
@@ -25,17 +26,20 @@ pkgbase = python-google-auth
depends = python
depends = python-cachetools
depends = python-certifi
+ depends = python-cgi
+ depends = python-oauth2client
depends = python-packaging
depends = python-pyasn1-modules
depends = python-rsa
optdepends = python-aiohttp: for async HTTP support
optdepends = python-cryptography: for TLS support
+ optdepends = python-pyjwt: for JSON Web Key support
optdepends = python-pyopenssl: for TLS support
optdepends = python-pyu2f: for reauthentication support
optdepends = python-requests: for async HTTP support
- source =
https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.36.1/python-google-auth-2.36.1.tar.gz
+ source =
https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.38.0/python-google-auth-2.38.0.tar.gz
source = python-pyopenssl-compatibility.patch
- sha512sums =
3e7d62d798440ba810a631d1bcc4e592f2cca1a42614efa0a2260992132dbcd1ee1d80418eb9c9c8ce8c433c2724b8680e8eecbe249eeeb27868665a0ca1b189
+ sha512sums =
1108f1857a73af2dcce463a5037cd97a4fd7c39a540323f471d43a24ca7ac832f9b0ae0eff0d2b23ed25d6d7f2802555b9a7782f8edc51bb1767312a0a1e20a2
sha512sums =
4e23dfaeec6933b1fb6736b6402f1f3cce0fedc0967e527879bc1b3e6215d94c986c28ab9d6b9b4ba975f39316eb0159bb74144aca1f27345b0a9174857fcfff
pkgname = python-google-auth
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_name=google-auth-library-python
pkgname=python-google-auth
-pkgver=2.36.1
-pkgrel=3
+pkgver=2.38.0
+pkgrel=1
pkgdesc="Google Authentication Library"
url="https://github.com/GoogleCloudPlatform/google-auth-library-python"
license=('Apache-2.0')
@@ -13,6 +13,8 @@ depends=(
'python'
'python-cachetools'
'python-certifi' # somehow implicitly required in
google/auth/transport/urllib3.py
+ 'python-cgi' # somehow implicitly required in google/auth/_oauth2client.py
+ 'python-oauth2client' # somehow implicitly required in
google/auth/_oauth2client.py
'python-packaging' # somehow implicitly required in
google/auth/transport/urllib3.py
'python-pyasn1-modules'
'python-rsa'
@@ -29,6 +31,7 @@ checkdepends=(
'python-cryptography'
'python-flask'
'python-freezegun'
+ 'python-pyjwt'
'python-pyopenssl'
'python-pytest'
'python-pytest-asyncio'
@@ -41,6 +44,7 @@ checkdepends=(
optdepends=(
'python-aiohttp: for async HTTP support'
'python-cryptography: for TLS support'
+ 'python-pyjwt: for JSON Web Key support'
'python-pyopenssl: for TLS support'
'python-pyu2f: for reauthentication support'
'python-requests: for async HTTP support'
@@ -49,7 +53,7 @@ source=(
"$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
"python-pyopenssl-compatibility.patch"
)
-sha512sums=('3e7d62d798440ba810a631d1bcc4e592f2cca1a42614efa0a2260992132dbcd1ee1d80418eb9c9c8ce8c433c2724b8680e8eecbe249eeeb27868665a0ca1b189'
+sha512sums=('1108f1857a73af2dcce463a5037cd97a4fd7c39a540323f471d43a24ca7ac832f9b0ae0eff0d2b23ed25d6d7f2802555b9a7782f8edc51bb1767312a0a1e20a2'
'4e23dfaeec6933b1fb6736b6402f1f3cce0fedc0967e527879bc1b3e6215d94c986c28ab9d6b9b4ba975f39316eb0159bb74144aca1f27345b0a9174857fcfff')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/compare/5f0773e06a99a6cff8fe342ec5fa418bbe036ddf...532c96edc04a95a81789526a25cc2d8c5be41c34
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/compare/5f0773e06a99a6cff8fe342ec5fa418bbe036ddf...532c96edc04a95a81789526a25cc2d8c5be41c34
You're receiving this email because of your account on gitlab.archlinux.org.