awscli: add v1.27.84 (#35836)
* awscli: add v1.27.84 * Add botocore dependency to awscli * Update var/spack/repos/builtin/packages/awscli/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Add py-botocore@1.29.84 dependency --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
b9bc911921
commit
2f5e7fb38c
@ -13,6 +13,7 @@ class Awscli(PythonPackage):
|
||||
|
||||
pypi = "awscli/awscli-1.16.308.tar.gz"
|
||||
|
||||
version("1.27.84", sha256="a27a7d1f3efa9dd2acf9d8bd72b939337d53da4ac71721cde6d5dff94aa446f7")
|
||||
version("1.27.56", sha256="58fd7122547db71646c053c914bd4f9b673356dd8c9520ae6d35560a8aec208b")
|
||||
version("1.16.308", sha256="3632fb1db2538128509a7b5e89f2a2c4ea3426bec139944247bddc4d79bf7603")
|
||||
version("1.16.179", sha256="6a87114d1325358d000abe22b2103baae7b91f053ff245b9fde33cb0affb5e4f")
|
||||
@ -21,7 +22,8 @@ class Awscli(PythonPackage):
|
||||
depends_on("python@3.7:", when="@1.25:", type=("build", "run"))
|
||||
|
||||
# py-botocore is pinned to the patch version number
|
||||
depends_on("py-botocore@1.29.56", when="@1.27", type=("build", "run"))
|
||||
depends_on("py-botocore@1.29.84", when="@1.27.84", type=("build", "run"))
|
||||
depends_on("py-botocore@1.29.56", when="@1.27.56", type=("build", "run"))
|
||||
depends_on("py-botocore@1.13.44", when="@1.16.308", type=("build", "run"))
|
||||
depends_on("py-botocore@1.12.169", when="@1.16.179", type=("build", "run"))
|
||||
|
||||
|
@ -12,6 +12,7 @@ class PyBotocore(PythonPackage):
|
||||
homepage = "https://github.com/boto/botocore"
|
||||
pypi = "botocore/botocore-1.13.44.tar.gz"
|
||||
|
||||
version("1.29.84", sha256="a36f7f6f8eae5dbd4a1cc8cb6fc747f6315500541181eff2093ee0529fc8e4bc")
|
||||
version("1.29.56", sha256="ca4d6403d745218270a20d9ca3ca9a33e3ad2fabb59a96ed8d6e1a824b274c86")
|
||||
version("1.29.26", sha256="f71220fe5a5d393c391ed81a291c0d0985f147568c56da236453043f93727a34")
|
||||
version("1.28.5", sha256="f322d7b62163219ffeb787a116d318273dfb7243c3b49d95f5bfff8daa1df4e0")
|
||||
|
Loading…
Reference in New Issue
Block a user