summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/spec_yaml.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-09-21Restore virtuals normalization on edge construction (#40130)Massimiliano Culpo1-0/+5
2023-09-14Add efficient `deptype` flag and `spack.deptypes` module (#39472)Harmen Stoppels1-1/+1
2023-08-03Buildcache commands cleanup, again... (#39203)Harmen Stoppels1-2/+1
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-06-15Add virtual information on DAG edges (#34821)Massimiliano Culpo1-44/+24
2023-05-04Update vendored ruamel.yaml to v0.17.21 (#37008)Massimiliano Culpo1-4/+2
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-16/+2
2023-01-26Extract functions to read spec files from different format (#35094)Massimiliano Culpo1-0/+32
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-09Revert "Allow spec.json files to be clearsigned, use transparent compression ...Harmen Stoppels1-0/+21
2023-01-07Allow spec.json files to be clearsigned, use transparent compression for *.js...Harmen Stoppels1-21/+0
2022-12-21json: remove python 2 only code (#34615)Harmen Stoppels1-13/+0
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-4/+3
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo1-16/+12
2022-07-31black: reformat entire repository with blackTodd Gamblin1-116/+133
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-3/+3
2022-06-10bugfix: preserve dict order for `Spec.dag_hash()` in Python 2 (#31092)Todd Gamblin1-0/+75
2022-05-24buildcache: Update layout and signing (#30750)Scott Wittenburg1-0/+22
2022-05-13hashes: remove full_hash and build_hash from spackScott Wittenburg1-23/+17
2022-05-13Include all deps and package content in the `dag_hash()`Todd Gamblin1-2/+2
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-1/+0
2022-03-17"spack commands --update-completion"John Parent1-16/+0
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+17
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan1-6/+2
2022-01-21add six.raise_from() to preserve exception traceback (#28532)Danny McClanahan1-1/+29
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo1-2/+0
2021-09-09specs: move to new spec.json format with build provenance (#22845)Nathan Hanford1-23/+85
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+1
2021-02-19bugfix: add build deps to 'full hash' (#21735)Greg Becker1-17/+26
2021-02-10repo: generalize "swap" context manager to also accept pathsMassimiliano Culpo1-1/+1
2021-02-01Python 3.10 support: collections.abc (#20441)Adam J. Stewart1-2/+7
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-06-02Fix satisfaction checks for excluding variants from matrices (#16893)Greg Becker1-1/+1
2020-04-23tests: each mock package now has its own class (#16157)Todd Gamblin1-10/+9
2020-01-21bugfix: hashes should use ordered dictionaries (#14390)Todd Gamblin1-0/+73
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-09-02tests and completions for `spack find --json` and `spack find --format`Todd Gamblin1-0/+14
2019-09-02tests: remove extraneous print statementTodd Gamblin1-4/+0
2019-07-22hashes: consolidate and make hashing logic more consistentPeter Josef Scheibel1-1/+3
2019-02-21buildcache: Add sub-commands needed by release workflowScott Wittenburg1-1/+40
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-05-17tests: rename builtin_mock to "mock_packages" for clarity.Todd Gamblin1-7/+7
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-03-20spec: support "full" hashesPeter Scheibel1-0/+10
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-11-02spec_yaml: fix a typoBen Boeckel1-1/+1