[oslo] oslo.db 4.19.0 (pike)
We enthusiastically announce the release of:
oslo.db 4.19.0: Oslo Database library
This release is part of the pike release series.
The source is available from:
http://git.openstack.org/cgit/openstack/oslo.db
Download the package from:
https://pypi.python.org/pypi/oslo.db
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.db
For more details, please see below.
4.19.0 ^^^^^^
Upgrade Notes
* The configuration option "sqlite_db" is removed. Pease use configuration option "connection" or "slave_connection" to connect to the database.
Changes in oslo.db 4.18.0..4.19.0 ---------------------------------
ec13f13 Updated from global requirements cc64f70 Remove deprecated config option sqlite_db 876bf2e Imported Translations from Zanata 231913a Updated from global requirements
Diffstat (except docs and test files) -------------------------------------
.../locale/en_GB/LC_MESSAGES/oslo_db-log-error.po | 46 --------------- .../locale/en_GB/LC_MESSAGES/oslo_db-log-info.po | 30 ---------- .../en_GB/LC_MESSAGES/oslo_db-log-warning.po | 46 --------------- oslo_db/locale/es/LC_MESSAGES/oslo_db-log-error.po | 46 --------------- oslo_db/locale/es/LC_MESSAGES/oslo_db-log-info.po | 30 ---------- .../locale/es/LC_MESSAGES/oslo_db-log-warning.po | 47 --------------- oslo_db/locale/fr/LC_MESSAGES/oslo_db-log-error.po | 47 --------------- oslo_db/locale/fr/LC_MESSAGES/oslo_db-log-info.po | 32 ---------- .../locale/fr/LC_MESSAGES/oslo_db-log-warning.po | 46 --------------- oslo_db/options.py | 21 +------ oslo_db/sqlalchemy/enginefacade.py | 3 +- ...e-config-option-sqlite_db-7b7c6459135fd8c9.yaml | 5 ++ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 9 +-- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 68 ++++++++++++++++++++++ requirements.txt | 4 +- 15 files changed, 81 insertions(+), 399 deletions(-)
Requirements updates --------------------
diff --git a/requirements.txt b/requirements.txt index 68b1357..ca5511c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.config>=3.22.0 # Apache-2.0 @@ -12 +12 @@ oslo.utils>=3.20.0 # Apache-2.0 -SQLAlchemy<1.1.0,>=1.0.10 # MIT +SQLAlchemy>=1.0.10 # MIT
participants (1)
-
no-reply@openstack.org