[openstack-announce] [release][oslo] oslo.db release 2.3.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Aug 3 17:49:54 UTC 2015


We are pumped to announce the release of:

oslo.db 2.3.0: Oslo Database library

This release is part of the liberty 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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.db/+milestone/2.3.0

Please report issues through launchpad:

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

Changes in oslo.db 2.2.0..2.3.0
-------------------------------

a66551a Imported Translations from Transifex
a123dd2 Python 3: Use use_unicode=1 under Python 3
6664917 Imported Translations from Transifex
4457606 Updated from global requirements
897498e Fix test_migrations on Python 3
d5f390f Improve failure mode handling in enginefacade

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

.../locale/en_GB/LC_MESSAGES/oslo.db-log-error.po  |  4 +-
.../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po   |  4 +-
.../en_GB/LC_MESSAGES/oslo.db-log-warning.po       |  4 +-
oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po        |  4 +-
oslo.db/locale/es/LC_MESSAGES/oslo.db-log-error.po |  4 +-
oslo.db/locale/es/LC_MESSAGES/oslo.db-log-info.po  |  4 +-
.../locale/es/LC_MESSAGES/oslo.db-log-warning.po   |  4 +-
oslo.db/locale/es/LC_MESSAGES/oslo.db.po           |  4 +-
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po |  4 +-
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po  |  4 +-
.../locale/fr/LC_MESSAGES/oslo.db-log-warning.po   |  4 +-
oslo.db/locale/fr/LC_MESSAGES/oslo.db.po           | 82 ++++++++++++++++++++++
oslo.db/locale/oslo.db-log-critical.pot            | 10 +--
oslo.db/locale/oslo.db-log-error.pot               | 18 ++---
oslo.db/locale/oslo.db-log-info.pot                | 14 ++--
oslo.db/locale/oslo.db-log-warning.pot             | 16 ++---
oslo.db/locale/oslo.db.pot                         | 34 ++++-----
oslo_db/exception.py                               | 21 +++++-
oslo_db/sqlalchemy/enginefacade.py                 | 17 ++++-
oslo_db/sqlalchemy/engines.py                      |  5 +-
oslo_db/sqlalchemy/test_migrations.py              |  3 +-
test-requirements.txt                              |  2 +-
26 files changed, 279 insertions(+), 93 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index dd16eb9..310eba6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18 @@ oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.7.0 # Apache-2.0
+oslotest>=1.9.0 # Apache-2.0





More information about the OpenStack-announce mailing list