summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/spack_yaml.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-1/+1
2023-05-04Update vendored ruamel.yaml to v0.17.21 (#37008)Massimiliano Culpo1-67/+208
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-6/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-05vermin: remove all novm comments from code (#34308)Todd Gamblin1-1/+1
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-5/+5
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-2/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-47/+49
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan1-9/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-2/+2
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-6/+4
2021-04-08bugfix: `spack config blame` should print all lines of config (#22598)Todd Gamblin1-7/+16
2021-02-01Python 3.10 support: collections.abc (#20441)Adam J. Stewart1-2/+9
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-1/+2
2020-11-09Fix minor typo in function comment (#19804)Adam J. Stewart1-1/+1
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo1-1/+17
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-29syaml_int type should use int.__repr__ rather than str.__repr__ (#13487)Peter Scheibel1-1/+1
2019-10-23syaml.dump now allows representing all syaml_ objects (originally this was on...Peter Scheibel1-10/+5
2019-10-23Preserve comments for Spack YAML objects (#11602)Todd Gamblin1-102/+80
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-26config: `spack config blame` now colors filenames in config output (#9656)Todd Gamblin1-1/+11
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-08-20yaml: use ruamel.yaml instead of pyyamlTodd Gamblin1-4/+4
2018-06-20externals: move spack.util.ordereddict to external/ordereddict_backportTodd Gamblin1-1/+1
2018-05-30config: add `spack config blame` command (#8081)Todd Gamblin1-5/+155
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-16Vendor ordereddict for python2.6 only (#6931)Massimiliano Culpo1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-03-31Use key sorting instead of cmp()Todd Gamblin1-4/+3
2017-03-31Resolve Python2/Python3 unicode issues by using str()Todd Gamblin1-6/+1
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-1/+1
2016-12-05Use JSON for the database instead of YAML. (#2189)Todd Gamblin1-6/+11
2016-11-04Better spack spec (#2238)Todd Gamblin1-0/+5
2016-10-30Bugfix: '::' only worked on top-level key in config.Todd Gamblin1-0/+2
2016-10-12Use cYAML if it is available in Python. (#2010)Todd Gamblin1-2/+6
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-22/+35
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2015-12-27Add custom YAML loader & dumper to track lines & maintain dict order.Todd Gamblin1-0/+201