[openstack-announce] [release][oslo] oslo.db release 3.0.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Oct 12 15:58:31 UTC 2015


We are overjoyed to announce the release of:

oslo.db 3.0.0: 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

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

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

Please report issues through launchpad:

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

Changes in oslo.db 2.6.0..3.0.0
-------------------------------

e00868d Fix coverage configuration and execution
97ed8f2 Add universal wheel tag to setup.cfg
340c425 No need for Oslo Incubator Sync
7a52dcf Updated from global requirements
2d4fdbe Correct invalid reference
52151ae Imported Translations from Zanata
b43844b Use stevedore directive to document plugins
b300f79 Make readme and documentation titles consistent
b49e181 Docstring fixes for enginefacade
14c955c Fix warnings in docstrings
0b3aee8 Autogenerate the module docs
6450edb Add config options to the documentation
7daffff Add support for pickling enginefacade context objects
680b59a Change ignore-errors to ignore_errors
d87228c Updated from global requirements
a705be9 Imported Translations from Zanata
e501a56 Handle case where oslo_db.tests has not been imported
30cb737 Move runtime test resources into setup.cfg [extras]

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

.coveragerc                                        |   7 +-
.gitignore                                         |   1 +
README.rst                                         |  11 +-
openstack-common.conf                              |   4 -
.../locale/en_GB/LC_MESSAGES/oslo.db-log-error.po  |  10 +-
.../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po   |  10 +-
.../en_GB/LC_MESSAGES/oslo.db-log-warning.po       |  10 +-
oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po        |  10 +-
oslo.db/locale/es/LC_MESSAGES/oslo.db.po           |  10 +-
oslo.db/locale/fr/LC_MESSAGES/oslo.db.po           |   8 +-
oslo.db/locale/oslo.db-log-critical.pot            |   6 +-
oslo.db/locale/oslo.db-log-error.pot               |  10 +-
oslo.db/locale/oslo.db-log-info.pot                |   8 +-
oslo.db/locale/oslo.db-log-warning.pot             |  16 +--
oslo.db/locale/oslo.db.pot                         |   6 +-
oslo_db/options.py                                 |   6 +-
oslo_db/sqlalchemy/enginefacade.py                 | 123 ++++++++++-----------
oslo_db/sqlalchemy/engines.py                      |   9 +-
oslo_db/sqlalchemy/migration_cli/ext_alembic.py    |  14 +--
oslo_db/sqlalchemy/test_migrations.py              |   2 +-
requirements.txt                                   |   4 +-
setup.cfg                                          |  16 ++-
setup.py                                           |   2 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |   4 +-
43 files changed, 214 insertions(+), 266 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f317632..d8910b3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -17,2 +16,0 @@ six>=1.9.0
-testresources>=0.2.4
-testscenarios>=0.4
diff --git a/test-requirements.txt b/test-requirements.txt
index e4c2fb2..d5ec183 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21 +21 @@ testtools>=1.4.0
-tempest-lib>=0.6.1
+tempest-lib>=0.9.0





More information about the OpenStack-announce mailing list