summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/cmd/spec.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-13Improve parsing of quoted flags and variants in specs (#41529)Todd Gamblin1-36/+0
2023-11-27Improve semantic for packages:all:require (#41239)Massimiliano Culpo1-2/+1
2023-09-19Use process pool executors for web-crawling and retrieving archives (#39888)Massimiliano Culpo1-2/+1
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-3/+1
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-06-09install status arg: update to default true and add inverse (#38252)Greg Becker1-2/+2
2023-05-13`spack spec`: remove noisy `@=` from output (#37663)Todd Gamblin1-12/+12
2023-05-12Allow buildcache specs to be referenced by hash (#35042)Nathan Hanford1-3/+4
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-12/+12
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-07parser: refactor with coarser token granularity (#34151)Massimiliano Culpo1-4/+3
2022-08-30Environments: Add support for include URLs (#29026)Tamara Dahlgren1-1/+1
2022-08-04Git Ref versions can be paired to defined versions in the spec (#30998)psakievich1-0/+19
2022-07-31black: reformat entire repository with blackTodd Gamblin1-57/+59
2022-07-31black: break up long strings that black cannot fixTodd Gamblin1-1/+4
2022-06-11fix doubly shell quoting args to `spack spec` (#29282)Danny McClanahan1-2/+52
2022-05-24specs: emit better parsing errors for specs. (#24860)Todd Gamblin1-0/+11
2022-04-26spack spec: add '--format' argument (#27908)lorddavidiii1-0/+5
2022-02-16commands: refactor `--reuse` handling to use configTodd Gamblin1-0/+28
2022-02-15Make `spack -e [env] spec` show environment root specs (#25941)Harmen Stoppels1-2/+17
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-0/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-30tests: refactor tests to avoid persistent global stateTodd Gamblin1-1/+1
2019-10-24commands: Add `--json` argument to `spack spec` (#13431)Todd Gamblin1-0/+12
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-08-03spack spec: no extra newline with --yaml; error with no specsTodd Gamblin1-0/+6
2018-07-29spec: `Spec.tree()` merges deptypes when only covering nodes (#8821)Todd Gamblin1-2/+41
2018-07-24bugfix: fix spack spec --yamlTodd Gamblin1-0/+51