We are stoked to announce the release of: oslo.db 2.2.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 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/2.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.db Changes in oslo.db 2.1.0..2.2.0 ------------------------------- 3ed5272 Imported Translations from Transifex cfe52c7 Updated from global requirements 0f4d516 Updated from global requirements a21111d Add mock to test-requirements.txt 112aa3d Test that concurrent sqlalchemy transactions don't block 9b79858 Updated from global requirements 5554801 Remove outdated tox environments for SQLAlchemy 0.8 463545d Imported Translations from Transifex Diffstat (except docs and test files) ------------------------------------- .../locale/en_GB/LC_MESSAGES/oslo.db-log-error.po | 2 +- .../locale/en_GB/LC_MESSAGES/oslo.db-log-info.po | 2 +- .../en_GB/LC_MESSAGES/oslo.db-log-warning.po | 2 +- oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po | 2 +- oslo.db/locale/es/LC_MESSAGES/oslo.db-log-error.po | 2 +- oslo.db/locale/es/LC_MESSAGES/oslo.db-log-info.po | 2 +- .../locale/es/LC_MESSAGES/oslo.db-log-warning.po | 2 +- oslo.db/locale/es/LC_MESSAGES/oslo.db.po | 2 +- oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po | 2 +- oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po | 2 +- .../locale/fr/LC_MESSAGES/oslo.db-log-warning.po | 2 +- requirements.txt | 4 +- setup.py | 2 +- test-requirements.txt | 4 +- tox.ini | 10 +- 17 files changed, 175 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d353564..a56ebc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 @@ -12 +12 @@ oslo.context>=0.2.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3e1bb46..dd16eb9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,0 +10 @@ doc8 # Apache-2.0 +eventlet>=0.17.4 @@ -10,0 +12 @@ fixtures>=1.3.1 +mock>=1.2 @@ -16 +18 @@ oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.7.0 # Apache-2.0