diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-04-19 23:17:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 14:17:47 -0700 |
commit | d51af675ef345a191aa995b82609e5f6776184a3 (patch) | |
tree | b41f286020d2fe56abc67502a1c188a97492e515 /SECURITY.md | |
parent | c7508dc21625b80b0fc6a4b835f0a6fdd38480d3 (diff) | |
download | spack-d51af675ef345a191aa995b82609e5f6776184a3.tar.gz spack-d51af675ef345a191aa995b82609e5f6776184a3.tar.bz2 spack-d51af675ef345a191aa995b82609e5f6776184a3.tar.xz spack-d51af675ef345a191aa995b82609e5f6776184a3.zip |
make version(...) kwargs explicit (#36998)
- [x] Replace `version(ver, checksum=None, **kwargs)` signature with
`version(ver, checksum=None, *, sha256=..., ...)` explicitly listing all arguments.
- [x] Fix various issues in packages:
- `tags` instead of `tag`
- `default` instead of `preferred`
- `sha26` instead of `sha256`
- etc
Also, use `sha256=...` consistently.
Note: setting `sha256` currently doesn't validate the checksum length, so you could do
`sha256="a"*32` and it would get checked as `md5`... but that's something for another PR.
Diffstat (limited to 'SECURITY.md')
0 files changed, 0 insertions, 0 deletions