[openstack-dev] [release][oslo] oslo.privsep release 0.3.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Thu Jan 14 03:52:55 UTC 2016
We are thrilled to announce the release of:
oslo.privsep 0.3.0: OpenStack library for privilege separation
This release is part of the mitaka 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 0.2.0..0.3.0
------------------------------------
525a028 Improve `helper_command' config default
4962e83 Updated from global requirements
928a149 Replace deprecated LOG.warn with LOG.warning
f7af9e7 Updated from global requirements
5989693 Remove unused file openstack-common.conf
e1b05a5 remove python 2.6 trove classifier
ee732be Removes MANIFEST.in as it is not needed explicitely by PBR
89cb22b Remove python 2.6 and tox.ini cleanup
Diffstat (except docs and test files)
-------------------------------------
MANIFEST.in | 6 ----
openstack-common.conf | 8 -----
oslo_privsep/daemon.py | 64 +++++++++++++++++++++++++++------------
oslo_privsep/priv_context.py | 14 +++++----
requirements.txt | 6 ++--
setup.cfg | 1 -
tox.ini | 18 ++---------
8 files changed, 85 insertions(+), 58 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 6833636..3dc0aed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Babel>=1.3
-oslo.log>=1.12.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0
@@ -8 +8 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.config>=2.7.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
@@ -10 +10 @@ oslo.utils>=3.2.0 # Apache-2.0
-enum34;python_version=='2.7' or python_version=='2.6'
+enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'
More information about the OpenStack-dev
mailing list