[openstack-dev] oslo.db 1.2.0 released

Victor Sergeyev vsergeyev at mirantis.com
Wed Dec 3 14:43:03 UTC 2014


Hello Folks

The Oslo team is pleased to announce the release of oslo.db 1.2.0.

This release includes several bug fixes as well as many other changes:

$ git log --abbrev-commit --pretty=oneline --no-merges 1.1.0..1.2.0
f740e3b Imported Translations from Transifex
ca1ad56 Make test_models pass on py3
549ba15 Repair include_object to accommodate new objects
10e8d15 Add table name to foreign keys diff
ddd11df Updated from global requirements
2269848 Handle Galera deadlock on SELECT FOR UPDATE
4b2058b Add exception filter for _sqlite_dupe_key_error
b6d363d Add info on how to run unit tests
7f755bf Ensure is_backend_avail() doesn't leave open connections
c54d3a9 Updated from global requirements
2099177 Add pbr to installation requirements
135701b Fix python3.x scoping issues with removed 'de' variable

Thanks Doug Hellmann, Joshua Harlow, Mike Bayer, Oleksii Chuprykov, Roman
Podoliaka for contributing to this release.

For more details, please see the git log history below and
https://launchpad.net/oslo.db/+milestone/1.2.0
Please report issues through launchpad: https://launchpad.net/oslo.db


  diffstat (except docs and test files):

 CONTRIBUTING.rst                                   | 39 +++++++++++++++
 .../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po   |  8 ++--
 oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po | 56
++++++++++++++++++++++
 oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po  | 33 +++++++++++++
 .../locale/fr/LC_MESSAGES/oslo.db-log-warning.po   | 40 ++++++++++++++++
 oslo/db/sqlalchemy/exc_filters.py                  | 21 ++++++--
 oslo/db/sqlalchemy/session.py                      | 10 ++--
 oslo/db/sqlalchemy/test_migrations.py              |  2 +-
 oslo/db/sqlalchemy/utils.py                        |  3 +-
 requirements.txt                                   |  1 +
 test-requirements-py2.txt                          |  2 +-
 test-requirements-py3.txt                          |  2 +-
 tests/sqlalchemy/test_exc_filters.py               | 13 +++++
 tests/sqlalchemy/test_migrations.py                |  7 ++-
 tests/sqlalchemy/test_models.py                    | 31 +++++-------
 15 files changed, 233 insertions(+), 35 deletions(-)

  Requirements updates:

 diff --git a/requirements.txt b/requirements.txt
 index cc50660..f8a0d8c 100644
 --- a/requirements.txt
 +++ b/requirements.txt
 @@ -4,0 +5 @@
 +pbr>=0.6,!=0.7,<1.0
 diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
 index 13cea90..ac5c18a 100644
 --- a/test-requirements-py2.txt
 +++ b/test-requirements-py2.txt
 @@ -19 +19 @@ testscenarios>=0.4
 -testtools>=0.9.36
 +testtools>=0.9.36,!=1.2.0
 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
 index 4f195da..58b9a3d 100644
 --- a/test-requirements-py3.txt
 +++ b/test-requirements-py3.txt
 @@ -18 +18 @@ testscenarios>=0.4
 -testtools>=0.9.36
 +testtools>=0.9.36,!=1.2.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141203/603c2e6b/attachment.html>


More information about the OpenStack-dev mailing list