Skip to content

Commit

Permalink
Merge pull request #319 from climbfuji/feature/update_awscli
Browse files Browse the repository at this point in the history
Update awscli (add version 1.29.41) and add to ewok-env
  • Loading branch information
climbfuji authored Sep 6, 2023
2 parents bfa283a + b9bd1d9 commit 96ad277
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
11 changes: 7 additions & 4 deletions var/spack/repos/builtin/packages/awscli/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Awscli(PythonPackage):

pypi = "awscli/awscli-1.16.308.tar.gz"

version("1.29.41", sha256="c029edd2c0bd72fb49cefe1a8f83ce2b46ba31ab45769677f7ba0771461078cb")
version("1.27.84", sha256="a27a7d1f3efa9dd2acf9d8bd72b939337d53da4ac71721cde6d5dff94aa446f7")
version("1.27.56", sha256="58fd7122547db71646c053c914bd4f9b673356dd8c9520ae6d35560a8aec208b")
version("1.16.308", sha256="3632fb1db2538128509a7b5e89f2a2c4ea3426bec139944247bddc4d79bf7603")
Expand All @@ -22,22 +23,24 @@ class Awscli(PythonPackage):
depends_on("[email protected]:", when="@1.25:", type=("build", "run"))

# py-botocore is pinned to the patch version number
depends_on("[email protected]", when="@1.29.41", type=("build", "run"))
depends_on("[email protected]", when="@1.27.84", type=("build", "run"))
depends_on("[email protected]", when="@1.27.56", type=("build", "run"))
depends_on("[email protected]", when="@1.16.308", type=("build", "run"))
depends_on("[email protected]", when="@1.16.179", type=("build", "run"))

depends_on("[email protected]:0.4.4", when="@1.27", type=("build", "run"))
depends_on("[email protected]:0.4.4", when="@1.27:", type=("build", "run"))
depends_on("[email protected]:0.3.9", when="@1.16", type=("build", "run"))

depends_on("[email protected]:0.16", when="@1.27", type=("build", "run"))
depends_on("[email protected]:0.16", when="@1.27:", type=("build", "run"))
depends_on("[email protected]:0.15", when="@1.16", type=("build", "run"))

depends_on("[email protected]:6.0", when="@1.29", type=("build", "run"))
depends_on("[email protected]:5.4", when="@1.27", type=("build", "run"))
depends_on("[email protected]:5.2", when="@1.16", type=("build", "run"))

depends_on("[email protected]:4.7", when="@1.27", type=("build", "run"))
depends_on("[email protected]:4.7", when="@1.27:", type=("build", "run"))
depends_on("[email protected]:3.5.0", when="@1.16", type=("build", "run"))

depends_on("[email protected]:0.6", when="@1.27", type=("build", "run"))
depends_on("[email protected]:0.6", when="@1.27:", type=("build", "run"))
depends_on("[email protected]:0.2", when="@1.16", type=("build", "run"))
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/py-botocore/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PyBotocore(PythonPackage):
homepage = "https://github.com/boto/botocore"
pypi = "botocore/botocore-1.13.44.tar.gz"

version("1.31.41", sha256="4dad7c5a5e70940de54ebf8de3955450c1f092f43cacff8103819d1e7d5374fa")
version("1.29.84", sha256="a36f7f6f8eae5dbd4a1cc8cb6fc747f6315500541181eff2093ee0529fc8e4bc")
version("1.29.76", sha256="c2f67b6b3f8acf2968eafca06526f07b9fb0d27bac4c68a635d51abb675134a7")
version("1.29.56", sha256="ca4d6403d745218270a20d9ca3ca9a33e3ad2fabb59a96ed8d6e1a824b274c86")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class EwokEnv(BundlePackage):
)

depends_on("jedi-base-env +python", type="run")
depends_on("awscli", type="run")
depends_on("py-boto3", type="run")
depends_on("py-cartopy", type="run")
depends_on("py-gitpython", type="run")
Expand Down

0 comments on commit 96ad277

Please sign in to comment.