[openstack-announce] [release] oslo.db release 1.7.2

davanum at gmail.com davanum at gmail.com
Thu Jul 2 15:20:58 UTC 2015


We are stoked to announce the release of:

oslo.db 1.7.2: oslo.db library

With source available at:

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

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

    http://launchpad.net/oslo.db/+milestone/1.7.2

Please report issues through launchpad:

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

Changes in oslo.db 1.7.1..1.7.2
-------------------------------

059fa75 Updated from global requirements
7918c9a Avoid excessing logging of RetryRequest exception

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

oslo_db/api.py            | 6 +++++-
requirements.txt          | 8 ++++----
test-requirements-py2.txt | 6 +++---
test-requirements-py3.txt | 6 +++---
4 files changed, 15 insertions(+), 11 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e3384db..8350f43 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,3 @@ iso8601>=0.1.9
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.config>=1.9.0  # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
+oslo.config>=1.9.3,<1.10.0  # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
@@ -14 +14 @@ sqlalchemy-migrate>=0.9.5
-stevedore>=1.1.0  # Apache-2.0
+stevedore>=1.3.0,<1.4.0  # Apache-2.0
diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index 6ff3a1b..24c3b46 100644
--- a/test-requirements-py2.txt
+++ b/test-requirements-py2.txt
@@ -15,2 +15,2 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
@@ -19 +19 @@ testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.3.0
+tempest-lib>=0.4.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 4290cc6..6ca989c 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -14,2 +14,2 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
@@ -19 +19 @@ testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.3.0
+tempest-lib>=0.4.0





More information about the OpenStack-announce mailing list