We are jazzed to announce the release of: oslo.db 8.1.0: Oslo Database library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.db Download the package from: https://pypi.org/project/oslo.db Please report issues through: https://bugs.launchpad.net/oslo.db/+bugs For more details, please see below. Changes in oslo.db 8.0.0..8.1.0 ------------------------------- b903d4e Use unittest.mock instead of third party mock 4e6fe7c Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - oslo_db/sqlalchemy/enginefacade.py | 1 + oslo_db/sqlalchemy/exc_filters.py | 1 + oslo_db/sqlalchemy/utils.py | 1 + test-requirements.txt | 3 +-- tox.ini | 2 +- 20 files changed, 20 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 26e7f56..4f26aa4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -8 +7,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org