python-observabilityclient 1.3.0 (gazpacho)
We are tickled pink to announce the release of: python-observabilityclient 1.3.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/python-observabilityclient Download the package from: https://pypi.org/project/python-observabilityclient Please report issues through: https://bugs.launchpad.net/python-observabilityclient/+bugs For more details, please see below. Changes in python-observabilityclient 1.2.0..1.3.0 -------------------------------------------------- 9d4fe50 Convert README to rst d03ed2f [tox] Use the recommended coverage configuration d0d43a3 Migrate setup configuration to pyproject.toml 2387b76 Reduce the amount of flake8 excludes 4ff4703 Use pre-commit for pep8 checks b68d6d5 Fix tox.ini styling 57be6a0 Add documentation 5106c11 Remove basepython 5c65233 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 36 ++++++ .zuul.yaml | 1 + CONTRIBUTING.rst | 17 +++ README.md | 52 --------- README.rst | 62 +++++++++++ observabilityclient/plugin.py | 6 +- observabilityclient/prometheus_client.py | 4 +- observabilityclient/rbac.py | 5 +- observabilityclient/utils/metric_utils.py | 6 +- observabilityclient/v1/base.py | 2 +- observabilityclient/v1/client.py | 2 +- observabilityclient/v1/python_api.py | 2 +- pyproject.toml | 46 ++++++++ releasenotes/source/2025.2.rst | 6 + releasenotes/source/index.rst | 1 + setup.cfg | 39 ------- test-requirements.txt | 1 + tox.ini | 86 +++++++------- 31 files changed, 478 insertions(+), 169 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ddf5e78..c598d21 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -0,0 +1 @@ +coverage>=4.4.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org