Merge lp://staging/~cjwatson/lazr.lifecycle/faster-version into lp://staging/lazr.lifecycle
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 42 |
Proposed branch: | lp://staging/~cjwatson/lazr.lifecycle/faster-version |
Merge into: | lp://staging/lazr.lifecycle |
Diff against target: |
85 lines (+18/-8) 4 files modified
NEWS.rst (+6/-0) setup.py (+2/-3) src/lazr/lifecycle/__init__.py (+6/-3) src/lazr/lifecycle/docs/conf.py (+4/-2) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.lifecycle/faster-version |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cristian Gonzalez (community) | Approve | ||
Review via email: mp+408468@code.staging.launchpad.net |
Commit message
Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.
To post a comment you must log in.
Looks good!