We contentedly announce the release of: oslo.service 3.4.0: oslo.service library This release is part of the caracal 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 3.3.0..3.4.0 ------------------------------------ bc00121 Switch to coverage command 3bab803 reno: Update master for unmaintained/yoga cf27f03 pre-commit: Integrate doc8 and bandit 6726f91 pre-commit: Bump versions ac181ce Bump hacking 875b593 Update python classifier in setup.cfg Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .pre-commit-config.yaml | 34 +++++++++++++++------------------- releasenotes/source/yoga.rst | 2 +- requirements.txt | 5 ----- setup.cfg | 1 + test-requirements.txt | 12 ------------ tox.ini | 31 +++++++++++++++++++------------ 7 files changed, 37 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ffe8f4e..f2ecd96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# 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. - @@ -8 +3,0 @@ eventlet>=0.25.2 # MIT -fixtures>=3.0.0 # Apache-2.0/BSD diff --git a/test-requirements.txt b/test-requirements.txt index 0d470c3..17861a0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +0,0 @@ -# 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. - @@ -6 +1,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -11,2 +5,0 @@ stestr>=2.0.0 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 - @@ -14,5 +6,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 - -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org