[release-announce] [oslo] oslo.privsep 1.29.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Mon Apr 23 21:23:02 UTC 2018
We joyfully announce the release of:
oslo.privsep 1.29.0: OpenStack library for privilege separation
This release is part of the rocky release series.
The source is available from:
https://git.openstack.org/cgit/openstack/oslo.privsep
Download the package from:
https://pypi.python.org/pypi/oslo.privsep
Please report issues through launchpad:
https://bugs.launchpad.net/oslo.privsep
For more details, please see below.
Changes in oslo.privsep 1.28.0..1.29.0
--------------------------------------
8e7936b set default python to python3
d5d486f fix lower constraints and uncap eventlet
ec39608 Skip unit tests in bandit scan
682cc92 add lower-constraints job
e89c12f Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 7 ++++++
lower-constraints.txt | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++
requirements.txt | 6 ++---
test-requirements.txt | 2 +-
tox.ini | 12 ++++++++-
5 files changed, 89 insertions(+), 5 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 9771e64..1b63799 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -11 +11 @@ cffi>=1.7.0 # MIT
-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
@@ -13 +13 @@ greenlet>=0.4.10 # MIT
-msgpack>=0.4.0 # Apache-2.0
+msgpack>=0.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 34251ea..aa1a6a9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
More information about the Release-announce
mailing list