[openstack-dev] [release][stable][oslo] oslo.db 1.7.4 release (kilo)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 17 19:12:57 UTC 2016


We are content to announce the release of:

oslo.db 1.7.4: oslo.db library

This release is part of the kilo stable release series.

With source available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.db 1.7.3..1.7.4
-------------------------------

ae22f7f Fix tests to work under both pymsysql 0.6.2 and 0.7.x
a45e825 Add testtools to requirements.txt

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

.gitreview                                                  |  1 +
requirements.txt                                            |  3 +++
test-requirements-py2.txt                                   |  1 -
test-requirements-py3.txt                                   |  1 -
6 files changed, 20 insertions(+), 8 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 966a892..2ccf36f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,0 +16,3 @@ six>=1.9.0
+# NOTE(mriedem): testtools is capped so it must be installed
+# before testscenarios, which requires testtools uncapped.
+testtools>=0.9.36,!=1.2.0,<2.0.0
diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index 48a4296..f94b6c6 100644
--- a/test-requirements-py2.txt
+++ b/test-requirements-py2.txt
@@ -19 +18,0 @@ testrepository>=0.0.18
-testtools!=1.2.0,>=0.9.36
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index db478e6..93435d0 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -18 +17,0 @@ testrepository>=0.0.18
-testtools!=1.2.0,>=0.9.36





More information about the OpenStack-dev mailing list