lazr.delegates:main

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

Branch merges

Branch information

Name:
main
Repository:
lp:lazr.delegates

Recent commits

2e490d8... by Guruprasad

Set the language to en to address the Sphinx warning

Succeeded
[SUCCEEDED] test:0 (build)
11 of 1 result
4df98b8... by Guruprasad

Add a .readthedocs.yaml configuration file

Also update tox.ini to build docs using Python 3.11

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

Merged branch ~cjwatson/lazr.delegates:modernize-setup
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.