[openstack-announce] [release][oslo] oslo.context release 0.5.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Mon Aug 3 17:49:53 UTC 2015
We are delighted to announce the release of:
oslo.context 0.5.0: Oslo Context library
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.context
With package available at:
https://pypi.python.org/pypi/oslo.context
For more details, please see the git log history below and:
http://launchpad.net/oslo.context/+milestone/0.5.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.context
Changes in oslo.context 0.4.0..0.5.0
------------------------------------
08e1f67 Updated from global requirements
e375013 Updated from global requirements
480c910 Add tox target to find missing requirements
dc4e7b1 Updated from global requirements
d0c6f2e Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 2 +-
setup.py | 3 +--
test-requirements.txt | 8 ++++----
tox.ini | 8 ++++++++
4 files changed, 14 insertions(+), 7 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index d3e9241..3cb05e9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.11,<2.0
+pbr<2.0,>=1.3
diff --git a/test-requirements.txt b/test-requirements.txt
index 0d0e2e5..5cfe650 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@
-hacking>=0.10.0,<0.11
-oslotest>=1.5.1 # Apache-2.0
+hacking<0.11,>=0.10.0
+oslotest>=1.9.0 # Apache-2.0
@@ -10,2 +10,2 @@ coverage>=3.6
-oslosphinx>=2.5.0 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
More information about the OpenStack-announce
mailing list