~cjwatson/lazr.delegates:main

Last commit made on 2022-08-10
Get this branch:
git clone -b main https://git.launchpad.net/~cjwatson/lazr.delegates
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~cjwatson/lazr.delegates

Recent commits

de99df5... by Colin Watson

Add NEWS to long description

ed4c34e... by Colin Watson

Switch to declarative setuptools configuration

The version is now set in `setup.cfg` along with all the other metadata,
and `lazr.delegates.__version__` is now computed using
`importlib.metadata` (or `importlib_metadata` before Python 3.8) rather
than by executing part of the package in `setup.py`.

Assisted by https://github.com/asottile/setup-py-upgrade.

edccc84... by Colin Watson

Merge _python3 and _passthrough modules again

This restores the layout from prior to
5561ca45188c15081cb2d4f0e809d41820214f23, since we no longer need to
take care to avoid importing Python-2-only code on Python 3.

ff3f52b... by Colin Watson

Upgrade to pyupgrade 2.31.0

9314b5a... by Colin Watson

Apply pyupgrade

957221d... by Colin Watson

Bring coverage to 100%

d362cef... by Colin Watson

Drop Python 2 support

72ec074... by Colin Watson

Add docs to envlist

181c5aa... by Colin Watson

Use rST include directive rather than symlinks

e30c508... by Colin Watson

Add basic pre-commit configuration