[release-announce] oslo.service 2.5.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Mon Feb 8 13:27:05 UTC 2021
We are overjoyed to announce the release of:
oslo.service 2.5.0: oslo.service library
This release is part of the wallaby release series.
The source is available from:
https://opendev.org/openstack/oslo.service
Download the package from:
https://pypi.org/project/oslo.service
Please report issues through:
https://bugs.launchpad.net/oslo.service/+bugs
For more details, please see below.
Changes in oslo.service 2.4.0..2.5.0
------------------------------------
a88653d Dropping lower constraints testing
383701e Drop custom implementation of EVENTLET_HUB
b2cdfef Use TOX_CONSTRAINTS_FILE
8b8e071 Use py3 as the default runtime for tox
c449037 Use TOX_CONSTRAINTS_FILE
55b744b Add Python3 wallaby unit tests
b40ddc2 Update master for stable/victoria
10ce88e Adding pre-commit
Diffstat (except docs and test files)
-------------------------------------
.pre-commit-config.yaml | 35 +++++++++++++++++++++++++++++++++++
.zuul.yaml | 3 +--
oslo_service/__init__.py | 33 ---------------------------------
releasenotes/source/conf.py | 2 ++
releasenotes/source/index.rst | 1 +
releasenotes/source/victoria.rst | 6 ++++++
test-requirements.txt | 2 ++
tox.ini | 8 ++++----
10 files changed, 55 insertions(+), 44 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 10805d3..b1a1b57 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,0 +17,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT
More information about the Release-announce
mailing list