• Xavier Thompson's avatar
    [fix] Support local version label for zc.buildout · 9ee63027
    Xavier Thompson authored
    When there is no pinned version for zc.buildout itself, buildout
    adds a ">=<current-version>" requirement to prevent accidental
    downgrading. If the current version has a local version label,
    this produced an invalid version specifier. To fix this, only
    the public part of the current version is used.
    9ee63027
buildout.py 94.4 KB