oslo.metrics 0.11.0 (epoxy)
We are gleeful to announce the release of: oslo.metrics 0.11.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.metrics Download the package from: https://pypi.org/project/oslo.metrics Please report issues through: https://bugs.launchpad.net/oslo.metrics/+bugs For more details, please see below. Changes in oslo.metrics 0.10.1..0.11.0 -------------------------------------- c64d51c Skip installation to speed up pep8 8d2a4d6 Restore group permissions to unix socket file b3eb108 Run pyupgrade to clean up Python 2 syntaxes 1b45439 Introduce pre-commit Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 35 +++++++++++++++++++++++++++ oslo_metrics/__main__.py | 2 +- oslo_metrics/message_router.py | 4 +-- releasenotes/source/conf.py | 1 - test-requirements.txt | 3 --- tox.ini | 7 +++--- 9 files changed, 48 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index fc6082c..04b760e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -3,2 +1,0 @@ oslotest>=3.2.0 # Apache-2.0 -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org