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