We contentedly announce the release of: oslo.middleware 3.36.0: Oslo Middleware library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.middleware Download the package from: https://pypi.org/project/oslo.middleware Please report issues through launchpad: https://bugs.launchpad.net/oslo.middleware For more details, please see below. Changes in oslo.middleware 3.35.0..3.36.0 ----------------------------------------- 48ec101 Switch to stestr 8c7fa5b Add release notes link to README 6e90d28 fix tox python3 overrides 522a7bf Remove stale pip-missing-reqs tox test 0d02cb7 Trivial: Update pypi url to new url 2c55731 set default python to python3 880f29d add lower-constraints job 7280af2 pypy is not checked at gate 1c50f5e Updated from global requirements f277b87 Follow the new PTI for document build Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 7 +++++++ README.rst | 7 ++++--- lower-constraints.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 4 ++-- test-requirements.txt | 4 +--- tox.ini | 31 ++++++++++++++++++++----------- 10 files changed, 97 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b16298d..2273d00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) -oslo.config>=5.1.0 # Apache-2.0 +Jinja2>=2.10 # BSD License (3 clause) +oslo.config>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9067d92..9e062a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ mock>=2.0.0 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 @@ -10 +8,0 @@ oslotest>=3.2.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD @@ -13 +10,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 @@ -16,0 +14 @@ bandit>=1.1.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0