[openstack-dev] [release][oslo] oslo.db 4.3.1 release (mitaka)
davanum at gmail.com
davanum at gmail.com
Sat Jan 23 15:33:17 UTC 2016
We are delighted to announce the release of:
oslo.db 4.3.1: 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
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.db
For more details, please see below.
Changes in oslo.db 4.3.0..4.3.1
-------------------------------
3f22d45 Imported Translations from Zanata
c8c4543 Updated from global requirements
543d577 Fix tests to work under both pymsysql 0.6.2 and 0.7.x
4f5384d Don't log non-db error in retry wrapper
Diffstat (except docs and test files)
-------------------------------------
.../locale/en_GB/LC_MESSAGES/oslo.db-log-error.po | 14 +++++------
.../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po | 14 +++++------
.../en_GB/LC_MESSAGES/oslo.db-log-warning.po | 14 +++++------
oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po | 19 ++++++++-------
oslo.db/locale/es/LC_MESSAGES/oslo.db-log-error.po | 14 +++++------
oslo.db/locale/es/LC_MESSAGES/oslo.db-log-info.po | 14 +++++------
.../locale/es/LC_MESSAGES/oslo.db-log-warning.po | 14 +++++------
oslo.db/locale/es/LC_MESSAGES/oslo.db.po | 17 ++++++-------
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po | 14 +++++------
oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po | 14 +++++------
.../locale/fr/LC_MESSAGES/oslo.db-log-warning.po | 14 +++++------
oslo.db/locale/fr/LC_MESSAGES/oslo.db.po | 17 ++++++-------
oslo.db/locale/oslo.db-log-error.pot | 18 +++++++-------
oslo_db/api.py | 5 ----
requirements.txt | 12 +++++-----
setup.cfg | 28 +++++++++++-----------
18 files changed, 140 insertions(+), 125 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 5ab0422..855e21e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-pbr>=1.6
-alembic>=0.8.0
-Babel>=1.3
+pbr>=1.6 # Apache-2.0
+alembic>=0.8.0 # MIT
+Babel>=1.3 # BSD
@@ -12,2 +12,2 @@ oslo.utils>=3.2.0 # Apache-2.0
-SQLAlchemy<1.1.0,>=1.0.10
-sqlalchemy-migrate>=0.9.6
+SQLAlchemy<1.1.0,>=1.0.10 # MIT
+sqlalchemy-migrate>=0.9.6 # Apache-2.0
@@ -15 +15 @@ stevedore>=1.5.0 # Apache-2.0
-six>=1.9.0
+six>=1.9.0 # MIT
More information about the OpenStack-dev
mailing list