[release-announce] [oslo] oslo.rootwrap 5.14.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 17 15:38:08 UTC 2018
We are ecstatic to announce the release of:
oslo.rootwrap 5.14.0: Oslo Rootwrap
This release is part of the rocky release series.
The source is available from:
https://git.openstack.org/cgit/openstack/oslo.rootwrap
Download the package from:
https://pypi.python.org/pypi/oslo.rootwrap
Please report issues through launchpad:
https://bugs.launchpad.net/oslo.rootwrap
For more details, please see below.
Changes in oslo.rootwrap 5.13.0..5.14.0
---------------------------------------
5a37cb7 set default python to python3
b9b6cc1 fix lower constraints and uncap eventlet
cfc7838 Update to support running benchmark on python3
fbc837e add lower-constraints job
abc448e Updated from global requirements
3aa2ed4 Update links in README
8a909a7 Update reno for stable/queens
4ec6b38 Updated from global requirements
56f00f5 Updated from global requirements
674d805 Treat doc warnings as errors
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 7 +++++++
README.rst | 4 ++--
benchmark/benchmark.py | 4 ++++
lower-constraints.txt | 47 ++++++++++++++++++++++++++++++++++++++++++
releasenotes/source/index.rst | 1 +
releasenotes/source/queens.rst | 6 ++++++
setup.cfg | 9 --------
test-requirements.txt | 8 +++----
tox.ini | 16 +++++++++++++-
10 files changed, 88 insertions(+), 18 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index fc370e7..08248d0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,3 +12,3 @@ testtools>=2.2.0 # MIT
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -21 +21 @@ mock>=2.0.0 # BSD
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
More information about the Release-announce
mailing list