lp://staging/~cjwatson/lazr.config/faster-version
Created by
Colin Watson
and last modified
- Get this branch:
- bzr branch lp://staging/~cjwatson/lazr.config/faster-version
Only
Colin Watson
can upload to this branch. If you are
Colin Watson
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- William Grant (community): Approve (code)
-
Diff: 81 lines (+14/-7)7 files modifiedMANIFEST.in (+1/-1)
conf.py (+3/-1)
setup.py (+2/-1)
src/lazr/config/__init__.py (+2/-3)
src/lazr/config/_version.py (+1/-0)
src/lazr/config/docs/NEWS.rst (+5/-0)
src/lazr/config/version.txt (+0/-1)
Branch information
Recent revisions
- 18. By Colin Watson
-
Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.
- 17. By Barry Warsaw
-
Fix Python 3.6 compatibility and work around a problem with single source
bilingual namespace packages with dependencies in the same namespace. - 14. By Barry Warsaw
-
- For behavioral compatibility between Python 2 and 3, `strict=False` must be
passed to the underlying `RawConfigParser` under Python 3. (LP: #1397779) - 13. By Barry Warsaw
-
* Bump copyright years.
* Bump version to 2.1
* Always use old-style namespace package registration in ``lazr/__init_ _.py``
since the mere presence of this file subverts PEP 420 style namespace
packages. (LP: #1407816) - 9. By Barry Warsaw
-
- Drop the use of `distribute` in favor of `setuptools`. (LP: #1359926)
- Run the test suite with `tox`.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lazr.config