We are amped to announce the release of: oslo.utils 3.39.0: Oslo Utility library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.utils Download the package from: https://pypi.org/project/oslo.utils Please report issues through launchpad: https://bugs.launchpad.net/oslo.utils For more details, please see below. Changes in oslo.utils 3.38.0..3.39.0 ------------------------------------ d7e70b1 Don't use monotonic on Python >=3.3 e675797 Update mailinglist from dev to discuss Diffstat (except docs and test files) ------------------------------------- oslo_utils/timeutils.py | 6 +++++- requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 803e5a6..9e3c458 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ oslo.i18n>=3.15.3 # Apache-2.0 -monotonic>=0.6 # Apache-2.0 +monotonic>=0.6;python_version<'3.3' # Apache-2.0