We are ecstatic to announce the release of: oslo.utils 4.8.0: Oslo Utility library This release is part of the wallaby 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. 4.8.0 ^^^^^ New Features * Add a "strict" flag to "netutils.is_valid_ipv4" to allowing users to restrict validation to IP addresses in presentation format ("a.b.c.d") as opposed to address format ("a.b.c.d", "a.b.c", "a.b", "a"). Changes in oslo.utils 4.7.0..4.8.0 ---------------------------------- 3288539 Add a ``strict`` flag allowing users to restrict validation of IPv4 format 554913b Use TOX_CONSTRAINTS_FILE c4e3576 Dropping lower constraints testing caefc84 Use TOX_CONSTRAINTS_FILE 1b949f9 Use py3 as the default runtime for tox cfe9881 Remove all usage of six library Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - lower-constraints.txt | 1 - oslo_utils/dictutils.py | 4 +- oslo_utils/encodeutils.py | 34 ++---- oslo_utils/excutils.py | 29 +++-- oslo_utils/netutils.py | 36 +++++- oslo_utils/reflection.py | 34 +++--- oslo_utils/strutils.py | 17 ++- oslo_utils/timeutils.py | 12 +- oslo_utils/versionutils.py | 11 +- ...dress-from-text-to-binary-8c46ad2d9989e8c5.yaml | 6 + requirements.txt | 1 - tox.ini | 6 +- 21 files changed, 202 insertions(+), 272 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 22d2b78..ddc07f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +10,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org