summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2021-10-30 18:18:48 +0200
committerGitHub <noreply@github.com>2021-10-30 11:18:48 -0500
commit4262a66f5eb81bb0c20705661b76d92496d66d0f (patch)
treed02a426a1c83d7ed532a7fbac29d5e2ceedf5267
parentbdfb281a35f2641bb92b4c67c1d5a3f4d9ce4521 (diff)
downloadspack-4262a66f5eb81bb0c20705661b76d92496d66d0f.tar.gz
spack-4262a66f5eb81bb0c20705661b76d92496d66d0f.tar.bz2
spack-4262a66f5eb81bb0c20705661b76d92496d66d0f.tar.xz
spack-4262a66f5eb81bb0c20705661b76d92496d66d0f.zip
New versions of py-google-auth and py-google-auth-oauthlib (#27056)
* New versions of py-google-auth and py-google-auth-oauthlib * Update var/spack/repos/builtin/packages/py-google-auth/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
-rw-r--r--var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py3
-rw-r--r--var/spack/repos/builtin/packages/py-google-auth/package.py8
2 files changed, 11 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py b/var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py
index 9caead3c5e..6a14e308d6 100644
--- a/var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py
+++ b/var/spack/repos/builtin/packages/py-google-auth-oauthlib/package.py
@@ -10,9 +10,12 @@ class PyGoogleAuthOauthlib(PythonPackage):
homepage = "https://github.com/googleapis/google-auth-library-python-oauthlib"
pypi = "google-auth-oauthlib/google-auth-oauthlib-0.4.1.tar.gz"
+ version('0.4.6', sha256='a90a072f6993f2c327067bf65270046384cda5a8ecb20b94ea9a687f1f233a7a')
version('0.4.1', sha256='88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
+ depends_on('python@3.6:', type=('build', 'run'), when='@0.4.6:')
depends_on('py-setuptools', type='build')
depends_on('py-google-auth', type=('build', 'run'))
+ depends_on('py-google-auth@1.0.0:', type=('build', 'run'), when='@0.4.6:')
depends_on('py-requests-oauthlib@0.7.0:', type=('build', 'run'))
diff --git a/var/spack/repos/builtin/packages/py-google-auth/package.py b/var/spack/repos/builtin/packages/py-google-auth/package.py
index cd0f8c3228..a465b3f872 100644
--- a/var/spack/repos/builtin/packages/py-google-auth/package.py
+++ b/var/spack/repos/builtin/packages/py-google-auth/package.py
@@ -13,11 +13,19 @@ class PyGoogleAuth(PythonPackage):
homepage = "https://github.com/GoogleCloudPlatform/google-auth-library-python"
pypi = "google-auth/google-auth-1.6.3.tar.gz"
+ version('2.3.2', sha256='2dc5218ee1192f9d67147cece18f47a929a9ef746cb69c50ab5ff5cfc983647b')
version('1.6.3', sha256='0f7c6a64927d34c1a474da92cfc59e552a5d3b940d3266606c6a28b72888b9e4')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
+ depends_on('python@3.6:', type=('build', 'run'), when='@1.35:')
+ depends_on('python@2.7:2.8,3.6:', type=('build', 'run'), when='@1.24:')
depends_on('py-setuptools', type='build')
+ depends_on('py-setuptools@40.3.0', type='build', when='@2.3.2:')
depends_on('py-pyasn1-modules@0.2.1:', type=('build', 'run'))
depends_on('py-rsa@3.1.4:', type=('build', 'run'))
+ depends_on('py-rsa@3.1.4:4', type=('build', 'run'), when='@2.3.2 ^python@3.6:')
+ depends_on('py-rsa@:4.5', type=('build', 'run'), when='@2.3.2 ^python@:3.5')
depends_on('py-six@1.9.0:', type=('build', 'run'))
depends_on('py-cachetools@2.0.0:', type=('build', 'run'))
+ depends_on('py-cachetools@2.0.0:4', type=('build', 'run'), when='@2.3.2:')
+ depends_on('py-enum34@1.1.10:', type=('build', 'run'), when='@2.3.2: ^python@:3.3')