[openstack-announce] [release][oslo] oslo.db release 2.4.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Tue Aug 18 20:38:09 UTC 2015
We are happy to announce the release of:
oslo.db 2.4.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.4.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.db
Changes in oslo.db 2.3.0..2.4.0
-------------------------------
832f769 Imported Translations from Transifex
5305a19 Updated from global requirements
b2f960e Updated from global requirements
5645b7b Fix hacking rules and docs job
8edc3f3 Imported Translations from Transifex
f6a2ab7 pagination: enhance sorting of null values
dbca2ee Upgrade and downgrade based on revision existence
6799fbb Imported Translations from Transifex
1f3b795 Updated from global requirements
3a17d82 Add JSON-encoded types for sqlalchemy
4507905 Added catching of errors 1047 (Galera) for MySQL oslo db reconnect
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst | 4 +-
.../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 | 11 +--
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 | 11 +--
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 | 17 +++-
oslo.db/locale/fr/LC_MESSAGES/oslo.db.po | 14 +--
oslo.db/locale/oslo.db.pot | 21 ++---
oslo_db/sqlalchemy/exc_filters.py | 2 +-
oslo_db/sqlalchemy/migration_cli/ext_alembic.py | 12 +++
oslo_db/sqlalchemy/migration_cli/ext_base.py | 9 ++
oslo_db/sqlalchemy/migration_cli/ext_migrate.py | 13 +++
oslo_db/sqlalchemy/migration_cli/manager.py | 33 ++++++-
oslo_db/sqlalchemy/types.py | 62 +++++++++++++
oslo_db/sqlalchemy/utils.py | 37 +++++---
requirements.txt | 8 +-
test-requirements.txt | 2 +-
tox.ini | 7 +-
29 files changed, 455 insertions(+), 81 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index a56ebc6..bcad7bb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr<2.0,>=1.3
-alembic>=0.7.2
+pbr<2.0,>=1.4
+alembic>=0.8.0
@@ -10 +10 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.config>=1.11.0 # Apache-2.0
+oslo.config>=2.1.0 # Apache-2.0
@@ -12 +12 @@ oslo.context>=0.2.0 # Apache-2.0
-oslo.utils>=1.9.0 # Apache-2.0
+oslo.utils>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 310eba6..3165219 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18 @@ oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.9.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
More information about the OpenStack-announce
mailing list