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

no-reply at openstack.org no-reply at openstack.org
Mon Nov 20 16:37:56 UTC 2017


We are tickled pink to announce the release of:

oslo.db 4.30.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.

4.30.0
^^^^^^

Deprecation Notes

* PyMySQL is a default MySQL DB API driver for oslo.db, as well as
  for the whole OpenStack. So far it was possible to use MySQL-python
  as an alternative DB API driver. This driver is no longer being
  tested in this release, hence it should be considered unsupported.
  Please switch to PyMySQL, which is an adequate replacement. Refer to
  https://wiki.openstack.org/wiki/PyMySQL_evaluation for details.

Changes in oslo.db 4.29.0..4.30.0
---------------------------------

6afe064 Remove setting of version/release from releasenotes
af8b11c Updated from global requirements
8197816 Updated from global requirements
34e4c4e Updated from global requirements
29f8e6b Zuul: add file extension to playbook path
4a72723 Remove kwarg retry_on_request in wrap_db_retry
b37a9f9 Migrate to zuulv3 - move legacy jobs to project
48d5380 Drop MySQL-python dependency from oslo.db


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

.zuul.yaml                                         | 17 +++++
CONTRIBUTING.rst                                   |  3 -
oslo_db/api.py                                     |  5 +-
.../legacy/oslo.db-tox-mysql-python/post.yaml      | 67 +++++++++++++++++
playbooks/legacy/oslo.db-tox-mysql-python/run.yaml | 86 ++++++++++++++++++++++
...L-python-no-longer-tested-2a6c32cce6b03215.yaml |  8 ++
releasenotes/source/conf.py                        | 13 +---
requirements.txt                                   |  4 +-
setup.cfg                                          |  9 +--
tox.ini                                            |  6 --
11 files changed, 188 insertions(+), 44 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 407b647..fc61ac6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.config>=4.6.0 # Apache-2.0
-oslo.utils>=3.28.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
@@ -14 +14 @@ stevedore>=1.20.0 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT






More information about the Release-announce mailing list