Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-google-auth
Commits:
af0ec588 by Antonio Rojas at 2024-03-30T20:28:20+01:00
upgpkg: 2.29.0-1: Update to 2.29.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-google-auth
pkgdesc = Google Authentication Library
- pkgver = 2.28.2
+ pkgver = 2.29.0
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/google-auth-library-python
arch = any
@@ -31,9 +31,9 @@ pkgbase = python-google-auth
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.28.2/python-google-auth-2.28.2.tar.gz
+ source =
https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.29.0/python-google-auth-2.29.0.tar.gz
source = python-google-auth-2.28.0-remove_mock.patch
- sha512sums =
cde95f7fa7b6e094acc9d377e7afc4c3d1ccb8fb6038e70a145176eb0596a8199c08ba3f9022f17e63f3c5cd1d02ec105722dd1869e4ac9da6a47463e0db1193
+ sha512sums =
235722f7172d8c62df8e141e25475ce7e2d7731b383f6ce68d85bcabe57cbe048c6e63191d3ba22e3db07bc6eb8e7e64d43f398596cb17d8737356ca404f700b
sha512sums =
a6f33be9b95107e9f7aae6ac3cf70c3da6711baa1a1f5b34b4b0b421e5d5191f68acdbbece6d413a4011ba16caa10a2988ed478441f39abf539dc0598ebd9324
pkgname = python-google-auth
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=google-auth-library-python
pkgname=python-google-auth
-pkgver=2.28.2
+pkgver=2.29.0
pkgrel=1
pkgdesc="Google Authentication Library"
url="https://github.com/GoogleCloudPlatform/google-auth-library-python"
@@ -46,7 +46,7 @@ source=(
"$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
$pkgname-2.28.0-remove_mock.patch
)
-sha512sums=('cde95f7fa7b6e094acc9d377e7afc4c3d1ccb8fb6038e70a145176eb0596a8199c08ba3f9022f17e63f3c5cd1d02ec105722dd1869e4ac9da6a47463e0db1193'
+sha512sums=('235722f7172d8c62df8e141e25475ce7e2d7731b383f6ce68d85bcabe57cbe048c6e63191d3ba22e3db07bc6eb8e7e64d43f398596cb17d8737356ca404f700b'
'a6f33be9b95107e9f7aae6ac3cf70c3da6711baa1a1f5b34b4b0b421e5d5191f68acdbbece6d413a4011ba16caa10a2988ed478441f39abf539dc0598ebd9324')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/af0ec58817277de6f10abc4118aef304fb463ab5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/af0ec58817277de6f10abc4118aef304fb463ab5
You're receiving this email because of your account on gitlab.archlinux.org.