We are chuffed to announce the release of: oslo.context 5.4.0: Oslo Context library This release is part of the caracal 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 5.3.0..5.4.0 ------------------------------------ 1d00ac1 reno: Update master for unmaintained/yoga 194dc10 tox: Drop envdir 2cb9e99 Bump hacking 40683ee Update python classifier in setup.cfg eaca428 pre-commit: Integrate bandit, mypy 2c1aab0 pre-commit: Bump dependencies Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 19 +++++++++++++++++-- releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 1 + test-requirements.txt | 6 +----- tox.ini | 32 +++++++++++--------------------- 6 files changed, 31 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9312533..888f211 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 1d38365..35939c6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org