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

no-reply at openstack.org no-reply at openstack.org
Wed Feb 10 00:43:46 UTC 2016


We are glad to announce the release of:

oslo.db 4.4.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.3.1..4.4.0
-------------------------------

029f096 exceptions: provide .message attribute for Py3K compatibility
5f99361 Updated from global requirements
9784b2c InvalidSortKey constructor change breaks Heat unittests
16f6716 exception: fix DBInvalidUnicodeParameter error message
d7dc56b exceptions: enhance InvalidSortKey to carry the invalid key
06cbe4e exception: fix InvalidSortKey message
f289eb0 Update translation setup
214e9d7 Updated from global requirements
0a2881e Add exc_filter for invalid Unicode string
021e450 Updated from global requirements
0f04f66 Updated from global requirements
f774f0f Updated from global requirements

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

.../locale/en_GB/LC_MESSAGES/oslo.db-log-error.po  | 49 ------------
.../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po   | 30 --------
.../en_GB/LC_MESSAGES/oslo.db-log-warning.po       | 46 ------------
oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po        | 84 ---------------------
oslo.db/locale/es/LC_MESSAGES/oslo.db-log-error.po | 49 ------------
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/es/LC_MESSAGES/oslo.db.po           | 85 ---------------------
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po | 50 -------------
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po  | 32 --------
.../locale/fr/LC_MESSAGES/oslo.db-log-warning.po   | 46 ------------
oslo.db/locale/fr/LC_MESSAGES/oslo.db.po           | 86 ----------------------
oslo.db/locale/oslo.db-log-error.pot               | 51 -------------
oslo.db/locale/oslo.db-log-info.pot                | 29 --------
oslo.db/locale/oslo.db-log-warning.pot             | 44 -----------
oslo.db/locale/oslo.db.pot                         | 83 ---------------------
oslo_db/_i18n.py                                   |  2 +-
oslo_db/exception.py                               | 25 ++++++-
.../locale/en_GB/LC_MESSAGES/oslo_db-log-error.po  | 49 ++++++++++++
.../locale/en_GB/LC_MESSAGES/oslo_db-log-info.po   | 30 ++++++++
.../en_GB/LC_MESSAGES/oslo_db-log-warning.po       | 46 ++++++++++++
oslo_db/locale/en_GB/LC_MESSAGES/oslo_db.po        | 84 +++++++++++++++++++++
oslo_db/locale/es/LC_MESSAGES/oslo_db-log-error.po | 49 ++++++++++++
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/es/LC_MESSAGES/oslo_db.po           | 85 +++++++++++++++++++++
oslo_db/locale/fr/LC_MESSAGES/oslo_db-log-error.po | 50 +++++++++++++
oslo_db/locale/fr/LC_MESSAGES/oslo_db-log-info.po  | 32 ++++++++
.../locale/fr/LC_MESSAGES/oslo_db-log-warning.po   | 46 ++++++++++++
oslo_db/locale/fr/LC_MESSAGES/oslo_db.po           | 86 ++++++++++++++++++++++
oslo_db/locale/oslo_db-log-error.pot               | 51 +++++++++++++
oslo_db/locale/oslo_db-log-info.pot                | 29 ++++++++
oslo_db/locale/oslo_db-log-warning.pot             | 44 +++++++++++
oslo_db/locale/oslo_db.pot                         | 83 +++++++++++++++++++++
oslo_db/sqlalchemy/exc_filters.py                  |  2 +
oslo_db/sqlalchemy/utils.py                        |  2 +-
requirements.txt                                   |  6 +-
setup.cfg                                          | 16 ++--
40 files changed, 920 insertions(+), 857 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 855e21e..3bc705b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ Babel>=1.3 # BSD
-oslo.i18n>=1.5.0 # Apache-2.0
-oslo.config>=3.2.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
+oslo.config>=3.4.0 # Apache-2.0
@@ -11 +11 @@ oslo.context>=0.2.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
+oslo.utils>=3.4.0 # Apache-2.0





More information about the OpenStack-dev mailing list