[release-announce] oslo.context 2.23.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 4 14:37:21 UTC 2019


We joyfully announce the release of:

oslo.context 2.23.0: Oslo Context library

This release is part of the train 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 2.22.1..2.23.0
--------------------------------------

07f068d Add Python 3 Train unit tests
016904f Cap Bandit below 1.6.0 and update Sphinx requirement
dd33e2a Replace git.openstack.org URLs with opendev.org URLs
a043b5d OpenDev Migration Patch
bb31794 Dropping the py35 testing
a1461b0 Update master for stable/stein


Diffstat (except docs and test files)
-------------------------------------

.gitreview                    | 2 +-
.zuul.yaml                    | 4 +---
README.rst                    | 2 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/stein.rst | 6 ++++++
setup.cfg                     | 3 ++-
test-requirements.txt         | 2 +-
tox.ini                       | 8 ++++----
11 files changed, 21 insertions(+), 14 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 21acd1a..1235271 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ stestr>=2.0.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list