~jugmac00/lazr.delegates:add-config-for-launchpad-ci

Last commit made on 2023-03-20
Get this branch:
git clone -b add-config-for-launchpad-ci https://git.launchpad.net/~jugmac00/lazr.delegates
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
add-config-for-launchpad-ci
Repository:
lp:~jugmac00/lazr.delegates

Recent commits

4d3eda1... by Jürgen Gmach

Add basic Launchpad CI configuration

Succeeded
[SUCCEEDED] test:0 (build)
11 of 1 result
170ff55... by Jürgen Gmach

Release version 2.1.0

LP: #2012120

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