[openstack-dev] [release][oslo] oslo.privsep 1.5.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 13 12:29:38 UTC 2016


We are tickled pink to announce the release of:

oslo.privsep 1.5.0: OpenStack library for privilege separation

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.privsep

With package available at:

    https://pypi.python.org/pypi/oslo.privsep

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.privsep

For more details, please see below.

Changes in oslo.privsep 1.3.0..1.5.0
------------------------------------

559e035 Updated from global requirements
8b2563f Updated from global requirements
030f36f Switch to msgpack for serialization
bd0baf5 Updated from global requirements

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

oslo_privsep/comm.py              | 50 +++++++++++++--------------------------
requirements.txt                  |  3 ++-
test-requirements.txt             |  2 +-
5 files changed, 30 insertions(+), 50 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3e6d186..4d4dd9a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
@@ -13,0 +14 @@ greenlet>=0.3.2 # MIT
+msgpack-python>=0.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index a8302e2..3c4d32f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ mock>=1.2 # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD





More information about the OpenStack-dev mailing list