summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/versions.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-17Allow / in GitVersion (#39398)Peter Scheibel1-0/+19
2023-10-06VersionRange: improve error message for empty range (#40345)Harmen Stoppels1-2/+3
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-3/+2
2023-08-14Windows: enable "spack install" tests (#34696)markus-ferrell1-8/+5
2023-08-14Fix broken semver regex (#39414)Harmen Stoppels1-0/+23
2023-08-10Revert "Spec versions: allow `git.` references for branches with `/` (#38239)...Harmen Stoppels1-20/+0
2023-08-09Spec versions: allow `git.` references for branches with `/` (#38239)Peter Scheibel1-0/+20
2023-06-08Fix compiler removal from command line (#38057)Massimiliano Culpo1-3/+5
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-146/+312
2023-03-17Mitigation for GitVersion bug when no `=reference` is given (#36159)Massimiliano Culpo1-0/+37
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-17/+50
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-8/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-28Consolidate how Spack uses `git` (#34700)Todd Gamblin1-3/+2
2022-08-04Git Ref versions can be paired to defined versions in the spec (#30998)psakievich1-1/+20
2022-07-31black: reformat entire repository with blackTodd Gamblin1-354/+351
2022-06-28Feature: use git branches/tags as versions (#31200)Greg Becker1-9/+53
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-3/+3
2022-04-12Git commit versions bugfix: Environments and Concretization (#29717)Peter Scheibel1-0/+30
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+3
2022-03-04Add a testHarmen Stoppels1-0/+8
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-27Fix assumption v.concrete => isinstance(v, Version) (#26537)Harmen Stoppels1-0/+17
2021-10-08Allow Version('') and map it to the empty tuple (#25953)Tamara Dahlgren1-0/+14
2021-10-01Allow non-empty ranges 1.1.0:1.1 (#26402)Harmen Stoppels1-1/+13
2021-09-14Adding ability to compare git references to spack install (#24639)Vanessasaurus1-0/+26
2021-06-04Speed-up version parsing and comparison (#22973)Tom Scogland1-0/+11
2021-04-28Fix intersection if a version is a prefix of another (#22941)BenWeber421-0/+3
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-04patching: do strict version range checking (#13989)Peter Scheibel1-0/+2
2019-06-07spack list: latest version (JSON) (#11652)Axel Huebl1-1/+13
2019-05-03extend Version class so that 2.0 > 1.develop > 1.1 and develop > master > hea...Denis Davydov1-0/+49
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-04-26Allow len(Version) to return number of split components. (#7918)Chris Green1-0/+8
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-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-07-24Change Version formatting properties and functions to return Version objects ...Adam J. Stewart1-9/+47
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-03-31test/versions.py: ported to pytest (#3635)Massimiliano Culpo1-403/+443
2016-10-21Add new Version property to handle joined version numbers (#2062)Adam J. Stewart1-0/+1
2016-10-06Fix Issues with non-numeric versions, as well as preferred=True (#1561)Elizabeth Fischer1-0/+3
2016-07-10add special treatment of develop versionDenis Davydov1-0/+3
2016-07-06qa : flake8 issuesalalazo1-1/+1
2016-07-06version : modified __getitem__ to return either an item or a Version instance...alalazo1-6/+34
2016-07-06version : modified __repr__ to return a string representation of the object +...alalazo1-0/+8