[openstack-dev] [all] oslo.db 1.7.0 release

Doug Hellmann doug at doughellmann.com
Thu Mar 12 16:24:47 UTC 2015


The Oslo team is content to announce the release of:

oslo.db 1.7.0: oslo.db library

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

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

Please report issues through launchpad:

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

Notable changes
----------------

We hope to make this the last release of the library for the Kilo cycle.

Changes in oslo.db 1.6.0..1.7.0
-------------------------------

464a3d0 Switch to non-namespaced module import - oslo_i18n
95d4543 Fix documented env variable for test connection
d0a0fdf Updated from global requirements

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

oslo_db/_i18n.py                | 4 ++--
oslo_db/sqlalchemy/test_base.py | 2 +-
test-requirements-py2.txt       | 2 +-
test-requirements-py3.txt       | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)


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

diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index 34e18db..6ff3a1b 100644
--- a/test-requirements-py2.txt
+++ b/test-requirements-py2.txt
@@ -19 +19 @@ testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.2.0
+tempest-lib>=0.3.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 03670e8..4290cc6 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -19 +19 @@ testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.2.0
+tempest-lib>=0.3.0



More information about the OpenStack-dev mailing list