Date: Tuesday, March 21, 2023 @ 18:02:05 Author: svenstaro Revision: 1425013
upgpkg: python-google-auth-oauthlib 1.0.0-1 Modified: python-google-auth-oauthlib/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-21 18:00:24 UTC (rev 1425012) +++ PKGBUILD 2023-03-21 18:02:05 UTC (rev 1425013) @@ -3,17 +3,18 @@ pkgname=python-google-auth-oauthlib _pkgname='google-auth-oauthlib' -pkgver=0.7.1 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="oauthlib integration for Google auth." url="http://google-auth-oauthlib.readthedocs.io/en/latest/" checkdepends=('python-click' 'python-pytest') +makedepends=('python-setuptools') depends=('python' 'python-google-auth' 'python-requests-oauthlib') optdepends=('python-click') license=('Apache') arch=('any') source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz") -sha256sums=('9940f543f77d1447432a93781d7c931fb53e418023351ad4bf9e92837a1154ec') +sha256sums=('e375064964820b47221a7e1b7ee1fd77051b6323c3f9e3e19785f78ab67ecfc5') # check() { # cd "${srcdir}/${_pkgname}-${pkgver}"
