[release-announce] oslo.db 8.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 3 14:37:12 UTC 2020


We are tickled pink to announce the release of:

oslo.db 8.0.0: Oslo Database library

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/oslo.db

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in oslo.db 7.0.0..8.0.0
-------------------------------

bf5b45e Remove 'handle_connect_error'
1eb03f1 Drop use of six
d403886 Remove final references to mox
e4f2020 Raise minimum SQLAlchemy version to 1.2.0
d71b54c remove outdated header
ca6ddaf reword releasenote for py27 support dropping
1f955d4 Ignore releasenote artifacts files.
268cce0 gitignore: Add reno artefacts


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

.gitignore                                         |  4 +
lower-constraints.txt                              |  4 +-
oslo_db/api.py                                     |  4 +-
oslo_db/exception.py                               |  3 +-
oslo_db/sqlalchemy/compat/__init__.py              |  0
oslo_db/sqlalchemy/compat/utils.py                 | 69 ----------------
oslo_db/sqlalchemy/enginefacade.py                 |  1 -
oslo_db/sqlalchemy/engines.py                      | 15 ++--
oslo_db/sqlalchemy/exc_filters.py                  | 10 ---
oslo_db/sqlalchemy/migration_cli/ext_base.py       |  5 +-
oslo_db/sqlalchemy/models.py                       |  9 +--
oslo_db/sqlalchemy/ndb.py                          |  5 +-
oslo_db/sqlalchemy/provision.py                    |  9 +--
oslo_db/sqlalchemy/test_base.py                    |  6 +-
oslo_db/sqlalchemy/test_migrations.py              |  7 +-
oslo_db/sqlalchemy/utils.py                        | 12 +--
.../drop-python27-support-2308d7fbcd66cc22.yaml    |  2 +-
requirements.txt                                   |  3 +-
setup.py                                           |  1 -
25 files changed, 61 insertions(+), 263 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4b30c00..bf998e1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ oslo.utils>=3.33.0 # Apache-2.0
-SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
+SQLAlchemy>=1.2.0 # MIT
@@ -14 +13,0 @@ stevedore>=1.20.0 # Apache-2.0
-six>=1.10.0 # MIT






More information about the Release-announce mailing list