forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into fnal-develop
- Loading branch information
Showing
86 changed files
with
866 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,24 +15,31 @@ class AwscliV2(PythonPackage): | |
|
||
maintainers("climbfuji", "teaguesterling") | ||
|
||
version("2.22.4", sha256="56c6170f3be830afef2dea60fc3fd7ed14cf2ca2efba055c085fe6a7c4de358e") | ||
version("2.15.53", sha256="a4f5fd4e09b8f2fb3d2049d0610c7b0993f9aafaf427f299439f05643b25eb4b") | ||
version("2.13.22", sha256="dd731a2ba5973f3219f24c8b332a223a29d959493c8a8e93746d65877d02afc1") | ||
|
||
with default_args(type="build"): | ||
depends_on("[email protected]:3.9.0", when="@2.22:") | ||
depends_on("[email protected]:3.8.0", when="@:2.15") | ||
|
||
with default_args(type=("build", "run")): | ||
depends_on("[email protected]:") | ||
depends_on("[email protected]:3.8.0") | ||
depends_on("[email protected]:0.4.6") | ||
depends_on("[email protected]:0.19") | ||
# Remove upper bound to enable Python 3.12 support | ||
# depends_on("[email protected]:40.0.1") | ||
depends_on("[email protected]:") | ||
depends_on("py-cryptography@40:43.0.1", when="@2.22:") | ||
depends_on("[email protected]:40.0.1", when="@:2.15") | ||
depends_on("[email protected]:0.17.21") | ||
depends_on("[email protected]:0.2.7", when="^python@:3.9") | ||
depends_on("[email protected]:", when="@2.22:") | ||
# Upper bound relaxed for Python 3.13 support | ||
# depends_on("[email protected]:0.2.8", when="@2.22:") | ||
depends_on("[email protected]:0.2.7", when="@:2.15") | ||
depends_on("[email protected]:3.0.38") | ||
depends_on("[email protected]:1.8") | ||
depends_on("py-awscrt@0.16.4:0.16.16", when="@2.13") | ||
depends_on("py-awscrt@0.19.18:0.22.0", when="@2.22:") | ||
depends_on("[email protected]:0.19.19", when="@2.15") | ||
depends_on("[email protected]:2.8.2") | ||
depends_on("[email protected]:0.16.16", when="@2.13") | ||
depends_on("[email protected]:2.9.0", when="@2.22:") | ||
depends_on("[email protected]:2.8.2", when="@:2.15") | ||
depends_on("[email protected]:1.0") | ||
depends_on("[email protected]:1.26") | ||
|
||
|
Oops, something went wrong.