[release-announce] [oslo] oslo.db 4.27.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 20 08:52:59 UTC 2017


We are chuffed to announce the release of:

oslo.db 4.27.0: Oslo Database library

This release is part of the queens release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.db 4.26.0..4.27.0
---------------------------------

7319550 Updated from global requirements
9a5a3b3 Throw DBMigrationError instead of DbMigrationError.
c81bb2f Remove AutoString* in ndb.py
3d8fe3e Remove class InsertFromSelect
f96ec86 Remove class TransactionResource
ecaa1a3 Remove method provisioned_engine in class Backend
a41d9df Update the documentation link


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

CONTRIBUTING.rst                                  |   4 +-
README.rst                                        |   4 +-
oslo_db/_i18n.py                                  |   2 +-
oslo_db/sqlalchemy/migration.py                   |   2 +-
oslo_db/sqlalchemy/ndb.py                         |  19 ----
oslo_db/sqlalchemy/provision.py                   |  32 ------
oslo_db/sqlalchemy/utils.py                       |  44 ---------
requirements.txt                                  |   6 +-
setup.cfg                                         |   6 +-
12 files changed, 15 insertions(+), 242 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b6f7af4..407b647 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,3 @@ debtcollector>=1.2.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.config>=4.6.0 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0






More information about the Release-announce mailing list