[release-announce] oslo.utils 6.0.0 (zed)
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 23 09:45:42 UTC 2022
We are chuffed to announce the release of:
oslo.utils 6.0.0: Oslo Utility library
This release is part of the zed release series.
The source is available from:
https://opendev.org/openstack/oslo.utils
Download the package from:
https://pypi.org/project/oslo.utils
Please report issues through:
https://bugs.launchpad.net/oslo.utils/+bugs
For more details, please see below.
6.0.0
^^^^^
Upgrade Notes
* The "oslo_utils.fnmatch" module has been removed. The stdlib
"fnmatch" module is thread safe in Python 3+.
* The "isotime", "strtime" and "iso8601_from_timestamp" helpers have
been removed from "oslo_utils.timeutils". These are all available in
the stdlib in Python 3.
Changes in oslo.utils 5.0.0..6.0.0
----------------------------------
76146aa Remove deprecated helpers from oslo_utils.timeutils
5832a74 Remove oslo_utils.fnmatch
17db918 requirements: Remove explicit pbr dependency
Diffstat (except docs and test files)
-------------------------------------
oslo_utils/fnmatch.py | 30 ---------
oslo_utils/timeutils.py | 64 -------------------
.../notes/remove-fnmatch-f227b54f237a02c2.yaml | 5 ++
...eutils-deprecated-helpers-5de68c21dd281529.yaml | 7 ++
requirements.txt | 5 --
6 files changed, 15 insertions(+), 170 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index ddc07f0..37374ac 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.
-
@@ -10 +5,0 @@
-pbr!=2.1.0,>=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list