We are pleased to announce the release of: oslo.utils 4.3.0: Oslo Utility library This release is part of the victoria 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. Changes in oslo.utils 4.2.2..4.3.0 ---------------------------------- c804ba7 versionutils: switch from pkg_resources to packaging 676d534 Align contributing doc with oslo's policy Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 5 +++++ lower-constraints.txt | 1 + oslo_utils/versionutils.py | 13 +++++-------- requirements.txt | 1 + 4 files changed, 12 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 30aa6a8..22d2b78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,0 +19 @@ pyparsing>=2.1.0 # MIT +packaging>=20.4 # BSD