We joyfully announce the release of: oslo.context 3.2.0: Oslo Context library This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/oslo.context Download the package from: https://pypi.org/project/oslo.context Please report issues through: https://bugs.launchpad.net/oslo.context/+bugs For more details, please see below. Changes in oslo.context 3.1.1..3.2.0 ------------------------------------ 0d02866 Switch to collections.abc.MutableMapping 3542bea Dropping lower constraints testing b6a92c9 Add Python3 wallaby unit tests 747e723 Update master for stable/victoria 3b6da99 Adding pre-commit Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 35 +++++++++++++++++++++++++++++++++++ .zuul.yaml | 3 +-- oslo_context/context.py | 4 ++-- releasenotes/source/conf.py | 2 ++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ test-requirements.txt | 2 ++ tox.ini | 2 +- 9 files changed, 52 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2820c80..ff28c2e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,0 +13,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0 + +pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org