Skip to content

Commit

Permalink
aws-parallelcluster v2.10.2 (#22047)
Browse files Browse the repository at this point in the history
Signed-off-by: Rex <shuningc@amazon.com>
  • Loading branch information
rexcsn committed Mar 2, 2021
1 parent 8e1b62e commit 16c07e6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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'))

Expand All @@ -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'))
Expand Down

0 comments on commit 16c07e6

Please sign in to comment.