Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-google-auth
Commits:
193e8338 by Felix Yan at 2023-11-28T19:39:12+02:00
upgpkg: 2.23.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-google-auth
pkgdesc = Google Authentication Library
- pkgver = 2.22.0
+ pkgver = 2.23.0
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/google-auth-library-python
arch = any
@@ -20,10 +20,9 @@ pkgbase = python-google-auth
depends = python-cachetools
depends = python-pyasn1-modules
depends = python-rsa
- depends = python-six
depends = python-urllib3
depends = python-certifi
- source =
https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.22.0/python-google-auth-2.22.0.tar.gz
- sha512sums =
9a88c89e876a7d186cc609282bb4c68e59bb4222b0d7e007f5b386aebf78e6a7760b4e076394af4647d3efc3da8a1f834594cc8664763fc880899f98736ca744
+ source =
https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.23.0/python-google-auth-2.23.0.tar.gz
+ sha512sums =
d9d510fdd4ed2302e2a698e09c1ade8b31bd402937de96638107fbcfef63b6ee4050037a466257a95aca48a049a0323351ef614ea3759eaf6bd1c9e827a7d36c
pkgname = python-google-auth
=====================================
PKGBUILD
=====================================
@@ -1,20 +1,20 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-google-auth
-pkgver=2.22.0
+pkgver=2.23.0
pkgrel=1
pkgdesc="Google Authentication Library"
url="https://github.com/GoogleCloudPlatform/google-auth-library-python"
license=('Apache')
arch=('any')
-depends=('python-cachetools' 'python-pyasn1-modules' 'python-rsa' 'python-six'
'python-urllib3'
+depends=('python-cachetools' 'python-pyasn1-modules' 'python-rsa'
'python-urllib3'
'python-certifi')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask'
'python-oauth2client' 'python-pytest-localserver'
'python-cryptography'
'python-freezegun' 'python-responses' 'python-pyopenssl'
'python-pyu2f')
source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9a88c89e876a7d186cc609282bb4c68e59bb4222b0d7e007f5b386aebf78e6a7760b4e076394af4647d3efc3da8a1f834594cc8664763fc880899f98736ca744')
+sha512sums=('d9d510fdd4ed2302e2a698e09c1ade8b31bd402937de96638107fbcfef63b6ee4050037a466257a95aca48a049a0323351ef614ea3759eaf6bd1c9e827a7d36c')
prepare() {
cd google-auth-library-python-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/193e833882bc763cc007c9c564e27eb01d8999f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/193e833882bc763cc007c9c564e27eb01d8999f1
You're receiving this email because of your account on gitlab.archlinux.org.