• Xavier Thompson's avatar
    [fix] Support local version label for zc.buildout · caec24fc
    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.
    caec24fc
buildout.py 91.3 KB