Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / python-google-auth-oauthlib
Commits: 57d5a46a by Sven-Hendrik Haase at 2023-11-02T21:44:38+01:00 upgpkg: 1.1.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-google-auth-oauthlib + pkgdesc = oauthlib integration for Google auth. + pkgver = 1.1.0 + pkgrel = 1 + url = http://google-auth-oauthlib.readthedocs.io/en/latest/ + arch = any + license = Apache + checkdepends = python-click + checkdepends = python-pytest + makedepends = python-setuptools + depends = python + depends = python-google-auth + depends = python-requests-oauthlib + optdepends = python-click + source = https://pypi.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-1.1.0.tar.gz + sha256sums = 83ea8c3b0881e453790baff4448e8a6112ac8778d1de9da0b68010b843937afb + +pkgname = python-google-auth-oauthlib ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=python-google-auth-oauthlib _pkgname='google-auth-oauthlib' -pkgver=1.0.0 -pkgrel=2 +pkgver=1.1.0 +pkgrel=1 pkgdesc="oauthlib integration for Google auth." url="http://google-auth-oauthlib.readthedocs.io/en/latest/" checkdepends=('python-click' 'python-pytest') @@ -14,7 +14,7 @@ optdepends=('python-click') license=('Apache') arch=('any') source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz") -sha256sums=('e375064964820b47221a7e1b7ee1fd77051b6323c3f9e3e19785f78ab67ecfc5') +sha256sums=('83ea8c3b0881e453790baff4448e8a6112ac8778d1de9da0b68010b843937afb') # check() { # cd "${srcdir}/${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth-oauthlib/-/commit/57d5a46a333b08ad3145a1d959a43d12a2a3356a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth-oauthlib/-/commit/57d5a46a333b08ad3145a1d959a43d12a2a3356a You're receiving this email because of your account on gitlab.archlinux.org.
