lp:~cjwatson/lazr.delegates/faster-version

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/lazr.delegates/faster-version
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
lazr.delegates
Status:
Merged

Recent revisions

16. By Colin Watson

Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.

15. By Barry Warsaw

Really, it's 2.0.3.

14. By Barry Warsaw

Backport seemingly lost (but uploaded) 2.0.2 changes.

13. By Barry Warsaw

- Restore the public import of ``lazr.delegates.Passthrough`` which was
  inadvertently lost during the port to Python 3.
- Officially add support for Python 3.5.
- Drop official Python 2.6 support.

Also:

- Bump copyright years.
- Remove unused function from setup.py
- Reorganize NEWS.rst

12. By Barry Warsaw

Include tox.ini in the sdist.

11. By Barry Warsaw

For Debian packaging, MANIFEST.in must be included in the sdist.

10. By Barry Warsaw

Bump copyright years.

9. By Barry Warsaw

- Drop the use of `distribute` in favor of `setuptools`. (LP: #1359927)
- Run the test suite with `tox`.

8. By Barry Warsaw

Update documentation so that `python setup.py build_sphinx` works.

7. By Barry Warsaw

* Port to Python 3. Now compatible with 2.6, 2.7, 3.2, and 3.3
* Eliminate the use of zc.buildout for simpler Python development tools.
* Use nose for running the test suite.
* Remove the extra `src` level in the source tree.
* Swap distribute_setup.py for ez_setup.py.
* Update copyright years.
* Add @delegate_to which should be preferred instead of the delegates() class
  level call. The latter is not compatible with Python 3, while the former is
  compatible with all supported Pythons.
* Other organizational changes.
* Bump version number.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:lazr.delegates
This branch contains Public information 
Everyone can see this information.

Subscribers