[openstack-dev] [release] oslo.db release 1.2.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 19:23:19 UTC 2015
We are amped to announce the release of:
oslo.db 1.2.0: oslo.db library
For more details, please see the git log history below and:
http://launchpad.net/oslo/+milestone/1.2.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo
Changes in oslo.db 1.1.0..1.2.0
-------------------------------
f740e3b 2014-11-28 06:01:27 +0000 Imported Translations from Transifex
ca1ad56 2014-11-21 17:05:34 +0200 Make test_models pass on py3
549ba15 2014-11-21 12:32:04 +0200 Repair include_object to accommodate new objects
10e8d15 2014-11-20 19:26:22 +0200 Add table name to foreign keys diff
ddd11df 2014-11-20 14:11:24 +0000 Updated from global requirements
2269848 2014-11-19 19:46:04 +0200 Handle Galera deadlock on SELECT FOR UPDATE
4b2058b 2014-11-19 16:02:42 +0200 Add exception filter for _sqlite_dupe_key_error
b6d363d 2014-11-19 15:21:20 +0200 Add info on how to run unit tests
7f755bf 2014-11-18 16:05:01 +0200 Ensure is_backend_avail() doesn't leave open connections
c54d3a9 2014-11-18 11:36:12 +0000 Updated from global requirements
2099177 2014-11-08 12:58:23 +0000 Add pbr to installation requirements
135701b 2014-10-27 21:21:10 -0700 Fix python3.x scoping issues with removed 'de' variable
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 +-
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
More information about the OpenStack-dev
mailing list