lazr.delegates:release-2.1.0

Last commit made on 2023-03-20
Get this branch:
git clone -b release-2.1.0 https://git.launchpad.net/lazr.delegates
Members of LAZR Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
release-2.1.0
Repository:
lp:lazr.delegates

Recent commits

008fbff... by Jürgen Gmach

Release version 2.1.0

1b45649... by Jürgen Gmach

Claim support for Python 3.11

cdfa025... by Jürgen Gmach

Update linters

532e190... by Jürgen Gmach

Fix the woke linter

3f5a578... by Jürgen Gmach

Add NEWS entry for adding linters

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