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