[openstack-dev] [release][oslo] oslo.db release 1.10.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Jun 2 15:04:43 UTC 2015


We are pumped to announce the release of:

oslo.db 1.10.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

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

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

Please report issues through launchpad:

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

Changes in oslo.db 1.9.0..1.10.0
--------------------------------

42dc936 Updated from global requirements
cfb7639 Imported Translations from Transifex
60f80b5 Add a keys() method to SQLAlchemy ModelBase
7edad68 Remove support for Python 3.3
8242c51 Updated from global requirements
b775191 Remove run_cross_tests.sh
7d141da Sort model fields using getattr(), not inspect()
3daf702 Imported Translations from Transifex
4e44ec0 Updated from global requirements
4d3a7a6 Remove pre-SQLAlchemy-0.9.7 compat utilities
8cd4564 Add Python 3 classifiers to setup.cfg
0e70cdf Update to latest hacking
f4a77dc Ensure that create_engine() close test connection

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

openstack-common.conf                              |   3 -
.../locale/en_GB/LC_MESSAGES/oslo.db-log-error.po  |  23 ++--
.../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po   |  14 +--
.../en_GB/LC_MESSAGES/oslo.db-log-warning.po       |  23 ++--
oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po        |  77 ++++++-------
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po |  23 ++--
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po  |  14 +--
.../locale/fr/LC_MESSAGES/oslo.db-log-warning.po   |  21 +---
oslo/db/sqlalchemy/compat/__init__.py              |   1 -
oslo_db/sqlalchemy/compat/__init__.py              |   5 +-
oslo_db/sqlalchemy/compat/engine_connect.py        |  60 ----------
oslo_db/sqlalchemy/compat/handle_error.py          | 126 ++-------------------
oslo_db/sqlalchemy/models.py                       |   8 +-
oslo_db/sqlalchemy/session.py                      |  10 +-
oslo_db/sqlalchemy/utils.py                        |   5 +-
.../sqlalchemy/test_engine_connect.py              |  68 -----------
.../old_import_api/sqlalchemy/test_exc_filters.py  |   5 +-
.../old_import_api/sqlalchemy/test_sqlalchemy.py   |  10 +-
requirements.txt                                   |   6 +-
setup.cfg                                          |   2 +
test-requirements-py2.txt                          |   4 +-
test-requirements-py3.txt                          |   4 +-
tox.ini                                            |   9 +-
29 files changed, 201 insertions(+), 573 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fda74e3..93e7adc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -10 +10 @@ oslo.i18n>=1.5.0  # Apache-2.0
-oslo.config>=1.9.3  # Apache-2.0
+oslo.config>=1.11.0  # Apache-2.0
@@ -13 +13 @@ SQLAlchemy>=0.9.7,<=0.9.99
-sqlalchemy-migrate>=0.9.5
+sqlalchemy-migrate>=0.9.6
diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index c6fa44d..93f2273 100644
--- a/test-requirements-py2.txt
+++ b/test-requirements-py2.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
@@ -19 +19 @@ testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.4.0
+tempest-lib>=0.5.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 7301186..35c60e6 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
@@ -19 +19 @@ testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.4.0
+tempest-lib>=0.5.0





More information about the OpenStack-dev mailing list