[openstack-announce] [release][oslo] oslo.policy release 1.0.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Nov 23 21:18:21 UTC 2015


We are tickled pink to announce the release of:

oslo.policy 1.0.0: Oslo Policy library

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.policy/+milestone/1.0.0

Please report issues through launchpad:

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

Changes in oslo.policy 0.13.0..1.0.0
------------------------------------

5058591 Updated from global requirements
0975d6c Remove Python 2.6 classifier
8e06226 Remove python 2.6 and cleanup tox.ini

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

requirements.txt      |  4 ++--
setup.cfg             |  1 -
test-requirements.txt |  2 +-
tox.ini               | 14 ++------------
4 files changed, 5 insertions(+), 16 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3731c3a..eb15f02 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ requests!=2.8.0,>=2.5.2
-oslo.config>=2.6.0 # Apache-2.0
+oslo.config>=2.7.0 # Apache-2.0
@@ -9 +9 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.utils>=2.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index dee1752..a2b2c44 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ coverage>=3.6
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list