We are gleeful to announce the release of: oslo.db 3.2.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 For more details, please see the git log history below and: http://launchpad.net/oslo.db/+milestone/3.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.db Changes in oslo.db 3.1.0..3.2.0 ------------------------------- 52d5764 Detect not-started _TransactionFactory in legacy 7cc914f Added method get_legacy_facade() to the _TransactionContextManager dcbf7b8 Removed Unused variable 'drivertype' f93f311 Updated from global requirements d00873e Imported Translations from Zanata 457fbc0 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .../locale/en_GB/LC_MESSAGES/oslo.db-log-error.po | 9 +++--- .../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po | 9 +++--- .../en_GB/LC_MESSAGES/oslo.db-log-warning.po | 9 +++--- oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po | 7 ++-- oslo.db/locale/es/LC_MESSAGES/oslo.db-log-error.po | 13 ++++---- oslo.db/locale/es/LC_MESSAGES/oslo.db-log-info.po | 13 ++++---- .../locale/es/LC_MESSAGES/oslo.db-log-warning.po | 13 ++++---- oslo.db/locale/es/LC_MESSAGES/oslo.db.po | 7 ++-- oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po | 11 ++++--- oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po | 13 ++++---- .../locale/fr/LC_MESSAGES/oslo.db-log-warning.po | 13 ++++---- oslo.db/locale/fr/LC_MESSAGES/oslo.db.po | 7 ++-- oslo.db/locale/oslo.db-log-critical.pot | 19 ----------- oslo_db/sqlalchemy/enginefacade.py | 20 +++++++++++- oslo_db/sqlalchemy/provision.py | 2 +- requirements.txt | 4 +-- 17 files changed, 121 insertions(+), 85 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 55a6c55..a8be8df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.config>=2.3.0 # Apache-2.0 +oslo.config>=2.6.0 # Apache-2.0 @@ -12 +12 @@ oslo.context>=0.2.0 # Apache-2.0 -oslo.utils>=2.4.0 # Apache-2.0 +oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0