summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2021-02-24 14:11:13 -0600
committerGitHub <noreply@github.com>2021-02-24 21:11:13 +0100
commitb9e445cb56de0d8f2496f9cd0fe348aa2b6765e0 (patch)
tree12777d0c3d52821bee0ea881a42fc802a78170da
parent49985316abecea5fbfc0c79db6a68bfa055e425f (diff)
downloadspack-b9e445cb56de0d8f2496f9cd0fe348aa2b6765e0.tar.gz
spack-b9e445cb56de0d8f2496f9cd0fe348aa2b6765e0.tar.bz2
spack-b9e445cb56de0d8f2496f9cd0fe348aa2b6765e0.tar.xz
spack-b9e445cb56de0d8f2496f9cd0fe348aa2b6765e0.zip
py-azureml-core: add new version (#21917)
-rw-r--r--var/spack/repos/builtin/packages/py-azureml-core/package.py21
1 files changed, 11 insertions, 10 deletions
diff --git a/var/spack/repos/builtin/packages/py-azureml-core/package.py b/var/spack/repos/builtin/packages/py-azureml-core/package.py
index 7e88cb4855..caa3786dd4 100644
--- a/var/spack/repos/builtin/packages/py-azureml-core/package.py
+++ b/var/spack/repos/builtin/packages/py-azureml-core/package.py
@@ -14,6 +14,7 @@ class PyAzuremlCore(Package):
homepage = "https://docs.microsoft.com/en-us/azure/machine-learning/service/"
url = "https://pypi.io/packages/py3/a/azureml_core/azureml_core-1.11.0-py3-none-any.whl"
+ version('1.23.0', sha256='0965d0741e39cdb95cff5880dbf1a55fdd87cd9fc316884f965668e6cc36e628', expand=False)
version('1.11.0', sha256='df8a01b04bb156852480de0bdd78434ed84f386e1891752bdf887faeaa2ca417', expand=False)
version('1.8.0', sha256='a0f2b0977f18fb7dcb88c314594a4a85c636a36be3d582be1cae25655fea6105', expand=False)
@@ -23,29 +24,29 @@ class PyAzuremlCore(Package):
depends_on('py-pytz', type=('build', 'run'))
depends_on('py-backports-tempfile', type=('build', 'run'))
depends_on('py-pathspec', type=('build', 'run'))
- depends_on('py-requests@2.19.1:', type=('build', 'run'))
- depends_on('py-azure-mgmt-resource@1.2.1:', type=('build', 'run'))
+ depends_on('py-requests@2.19.1:2.999', type=('build', 'run'))
+ depends_on('py-azure-mgmt-resource@1.2.1:14.999', type=('build', 'run'))
depends_on('py-azure-mgmt-containerregistry@2.0.0:', type=('build', 'run'))
- depends_on('py-azure-mgmt-storage@1.5.0:', type=('build', 'run'))
- depends_on('py-azure-mgmt-keyvault@0.40.0:', type=('build', 'run'))
- depends_on('py-azure-mgmt-authorization@0.40.0:', type=('build', 'run'))
+ depends_on('py-azure-mgmt-storage@1.5.0:15.999', type=('build', 'run'))
+ depends_on('py-azure-mgmt-keyvault@0.40.0:6.999', type=('build', 'run'))
+ depends_on('py-azure-mgmt-authorization@0.40.0:0.999', type=('build', 'run'))
depends_on('py-azure-mgmt-network@10.0:10.999', when='@1.8.0', type=('build', 'run'))
- depends_on('py-azure-graphrbac@0.40.0:', type=('build', 'run'))
+ depends_on('py-azure-graphrbac@0.40.0:0.999', type=('build', 'run'))
depends_on('py-azure-common@1.1.12:', type=('build', 'run'))
depends_on('py-msrest@0.5.1:', type=('build', 'run'))
depends_on('py-msrestazure@0.4.33:', type=('build', 'run'))
depends_on('py-urllib3@1.23:', type=('build', 'run'))
- depends_on('py-cryptography@:1.8,2.3:', type=('build', 'run'))
+ depends_on('py-cryptography@:1.8,2.3:3.2', type=('build', 'run'))
depends_on('py-python-dateutil@2.7.3:', type=('build', 'run'))
depends_on('py-ndg-httpsclient', type=('build', 'run'))
depends_on('py-secretstorage', type=('build', 'run'))
- depends_on('py-ruamel-yaml@0.16.8:', type=('build', 'run'))
+ depends_on('py-ruamel-yaml@0.15.35:', type=('build', 'run'))
depends_on('py-jsonpickle', type=('build', 'run'))
depends_on('py-contextlib2', type=('build', 'run'))
depends_on('py-docker', type=('build', 'run'))
- depends_on('py-pyjwt', type=('build', 'run'))
+ depends_on('py-pyjwt@:2.999', type=('build', 'run'))
depends_on('py-adal@1.2.0:', type=('build', 'run'))
- depends_on('py-pyopenssl', type=('build', 'run'))
+ depends_on('py-pyopenssl@:20.999', type=('build', 'run'))
depends_on('py-jmespath', type=('build', 'run'))
def install(self, spec, prefix):