[oslo] oslo.db 4.35.0 (rocky)
We eagerly announce the release of: oslo.db 4.35.0: Oslo Database library This release is part of the rocky 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.34.0..4.35.0 --------------------------------- acd1ceb Add testresources / testscenarios to requirements.txt 83c1f18 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 6 +++++- test-requirements.txt | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0872ada..a52b216 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 @@ -14,0 +15,4 @@ six>=1.10.0 # MIT +# these are used by downstream libraries that require +# oslo.db as one of their test requirements - do not remove! +testresources>=2.0.0 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD diff --git a/test-requirements.txt b/test-requirements.txt index c632b63..c59940a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -0,0 +1,3 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. @@ -13,2 +15,0 @@ bandit>=1.1.0 # Apache-2.0 -testresources>=2.0.0 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org