We are pleased to announce the release of: oslo.utils 4.0.0: Oslo Utility library This release is part of the ussuri 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.0.0 ^^^^^ Upgrade Notes * Support for Python 2.7 has been dropped. The latest version of Python now supported is Python 3.6. Changes in oslo.utils 3.42.1..4.0.0 ----------------------------------- 1868508 [ussuri][goal] Drop python 2.7 support and testing d8c91bc tox: Trivial cleanup fcee2a4 Ignore releasenote cache within git untracked files 8b294f4 trivial: Move setup code into setUp helper 7e0df72 Ignore the .eggs directory 5dda8dd Bump the openstackdocstheme extension to 1.20 1ce6163 Switch to Ussuri jobs Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +++ .zuul.yaml | 4 +--- lower-constraints.txt | 1 - .../drop-python27-support-f97f680651693b47.yaml | 5 ++++ releasenotes/source/conf.py | 16 ------------- requirements.txt | 2 -- setup.cfg | 5 ++-- setup.py | 8 ------- tox.ini | 17 ++++---------- 12 files changed, 25 insertions(+), 70 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9e3c458..30aa6a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +11,0 @@ six>=1.10.0 # MIT -funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 @@ -15 +13,0 @@ oslo.i18n>=3.15.3 # Apache-2.0 -monotonic>=0.6;python_version<'3.3' # Apache-2.0
participants (1)
-
no-reply@openstack.org