[openstack-dev] [release][oslo] oslo.db release 4.3.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Thu Jan 14 03:52:49 UTC 2016


We are thrilled to announce the release of:

oslo.db 4.3.0: Oslo Database library

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

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

For more details, please see below.


Changes in oslo.db 4.2.0..4.3.0
-------------------------------

cfa53ac Updated from global requirements
09df051 Put py34 first in the env order of tox
30f94b4 Updated from global requirements

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

requirements.txt | 4 ++--
setup.cfg        | 2 +-
tox.ini          | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9e0d344..5ab0422 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.config>=2.7.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
@@ -12 +12 @@ oslo.utils>=3.2.0 # Apache-2.0
-SQLAlchemy<1.1.0,>=0.9.9
+SQLAlchemy<1.1.0,>=1.0.10





More information about the OpenStack-dev mailing list