[release-announce] [oslo] oslo.privsep 1.24.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 4 10:45:21 UTC 2017


We are pleased to announce the release of:

oslo.privsep 1.24.0: OpenStack library for privilege separation

This release is part of the queens 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.23.0..1.24.0
--------------------------------------

7486ad4 Remove -U from pip install
fbcec41 Avoid tox_install.sh for constraints support
8d26b3c Updated from global requirements
92b80bd Remove setting of version/release from releasenotes
0ad3708 Updated from global requirements
a6b8335 Updated from global requirements
7f59959 Imported Translations from Zanata
f80e5cd Updated from global requirements
4bd503f Updated from global requirements


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

releasenotes/source/conf.py                        | 12 +++----
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 39 ++++++++++++++++++++++
requirements.txt                                   | 12 +++----
test-requirements.txt                              |  2 +-
tools/tox_install.sh                               | 30 -----------------
tox.ini                                            | 11 +++---
6 files changed, 55 insertions(+), 51 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 37a799b..5b6985f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,5 +6,5 @@ oslo.log>=3.30.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
-enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
-cffi # MIT
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
+enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
+cffi>=1.7.0 # MIT
@@ -12 +12 @@ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-greenlet>=0.3.2 # MIT
+greenlet>=0.4.10 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 351c138..c3d3c4e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0






More information about the Release-announce mailing list