Merge lp://staging/~cjwatson/lazr.restful/faster-version into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 303 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/faster-version |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
88 lines (+17/-9) 4 files modified
NEWS.rst (+6/-0) setup.py (+2/-3) src/lazr/restful/__init__.py (+6/-2) src/lazr/restful/docs/conf.py (+3/-4) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/faster-version |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cristian Gonzalez (community) | Approve | ||
Review via email: mp+408469@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!