summaryrefslogtreecommitdiff
path: root/lib/spack/spack/verify.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-4/+6
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-0/+5
2023-04-28Reduce the number of stat calls in "spack verify" (#37251)Harmen Stoppels1-47/+37
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-2/+3
2022-11-11remove activate/deactivate support in favor of environments (#29317)Harmen Stoppels1-28/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-56/+54
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan1-8/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-5/+5
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-09-28Fix usage of builtin file as variable name (#19018)Adam J. Stewart1-8/+8
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-11-11verify.py: os.path.exists exception handling (#13656)Daryl W. Grunau1-14/+16
2019-10-15Feature: installed file verification (#12841)Greg Becker1-0/+244