summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/aws-parallelcluster
diff options
context:
space:
mode:
authorrexcsn <23195731+rexcsn@users.noreply.github.com>2021-03-02 11:55:49 -0800
committerGitHub <noreply@github.com>2021-03-02 13:55:49 -0600
commit16c07e6abdec3e3c500934d1b93841519226a752 (patch)
tree0ca953e6025a6956e4f7b4462321767b8d4f2def /var/spack/repos/builtin/packages/aws-parallelcluster
parent8e1b62ee68df19e1f16f22cc30138ec47ce2ea2b (diff)
downloadspack-16c07e6abdec3e3c500934d1b93841519226a752.tar.gz
spack-16c07e6abdec3e3c500934d1b93841519226a752.tar.bz2
spack-16c07e6abdec3e3c500934d1b93841519226a752.tar.xz
spack-16c07e6abdec3e3c500934d1b93841519226a752.zip
aws-parallelcluster v2.10.2 (#22047)
Signed-off-by: Rex <shuningc@amazon.com>
Diffstat (limited to 'var/spack/repos/builtin/packages/aws-parallelcluster')
-rw-r--r--var/spack/repos/builtin/packages/aws-parallelcluster/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/aws-parallelcluster/package.py b/var/spack/repos/builtin/packages/aws-parallelcluster/package.py
index 4912c3726c..81c4f16f29 100644
--- a/var/spack/repos/builtin/packages/aws-parallelcluster/package.py
+++ b/var/spack/repos/builtin/packages/aws-parallelcluster/package.py
@@ -12,13 +12,14 @@ class AwsParallelcluster(PythonPackage):
tool to deploy and manage HPC clusters in the AWS cloud."""
homepage = "https://github.com/aws/aws-parallelcluster"
- pypi = "aws-parallelcluster/aws-parallelcluster-2.10.1.tar.gz"
+ pypi = "aws-parallelcluster/aws-parallelcluster-2.10.2.tar.gz"
maintainers = [
'sean-smith', 'demartinofra', 'enrico-usai', 'lukeseawalker', 'rexcsn',
'ddeidda', 'tilne'
]
+ version('2.10.2', sha256='95853535b82e8087c6635a946556ed886e68d3a77d67a375830c57d80f2bbd6e')
version('2.10.1', sha256='b3d2ea836c08c9be1667d55a8999aae412d7c2b20f958ca5842e8fa440eb24e0')
version('2.10.0', sha256='a7a27871b4f54cb913b0c1233e675131e9b2099549af0840d32c36b7e91b104b')
version('2.9.1', sha256='12dc22286cd447a16931f1f8619bdd47d4543fd0de7905d52b6c6f83ff9db8a3')
@@ -31,7 +32,7 @@ class AwsParallelcluster(PythonPackage):
version('2.5.1', sha256='4fd6e14583f8cf81f9e4aa1d6188e3708d3d14e6ae252de0a94caaf58be76303')
version('2.5.0', sha256='3b0209342ea0d9d8cc95505456103ad87c2d4e35771aa838765918194efd0ad3')
- depends_on('python@2.7:', type=('build', 'run'))
+ depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-future@0.16.0:0.18.2', type=('build', 'run'))
@@ -55,8 +56,7 @@ class AwsParallelcluster(PythonPackage):
depends_on('py-setuptools', when='@2.6:', type=('build', 'run'))
- depends_on('py-enum34@1.1.6:', when='@2.6: ^python@:3.3', type=('build', 'run'))
- depends_on('py-enum34@1.1.6:', when='@:2.5', type=('build', 'run'))
+ depends_on('py-enum34@1.1.6:', when='^python@:3.3', type=('build', 'run'))
depends_on('py-pyyaml@5.1.2', when='@2.6: ^python@:2,3.5:', type=('build', 'run'))
depends_on('py-pyyaml@5.1.2:', when='@:2.5', type=('build', 'run'))