We are excited to announce the release of: oslo.db 4.33.0: Oslo Database library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.db Download the package from: https://pypi.python.org/pypi/oslo.db Please report issues through launchpad: https://bugs.launchpad.net/oslo.db For more details, please see below. Changes in oslo.db 4.32.0..4.33.0 --------------------------------- 1206f0a Updated from global requirements 83a32d3 add bandit to pep8 job ee82137 Drop tox-mysql-python job 4f81c41 Use the new PTI for document build dca6fe6 Updated from global requirements f64264e Remove function optimize_db_test_loader in test_base.py Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 ----- oslo_db/sqlalchemy/enginefacade.py | 6 +- oslo_db/sqlalchemy/test_base.py | 5 -- oslo_db/sqlalchemy/test_fixtures.py | 5 +- oslo_db/sqlalchemy/update_match.py | 6 +- oslo_db/sqlalchemy/utils.py | 10 ++- .../legacy/oslo.db-tox-mysql-python/post.yaml | 67 ----------------- playbooks/legacy/oslo.db-tox-mysql-python/run.yaml | 86 ---------------------- requirements.txt | 2 +- setup.cfg | 5 +- tox.ini | 9 ++- 13 files changed, 34 insertions(+), 195 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e2f74f6..0872ada 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.config>=5.1.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0