We are stoked to announce the release of: sushy 3.0.0: Sushy is a small Python library to communicate with Redfish based systems This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sushy Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sushy For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release of sushy to support Python 2.7 is OpenStack Train. The minimum version of Python now supported by sushy is Python 3.6. Changes in sushy 2.0.0..3.0.0 ----------------------------- 015fe9b Add OEM extension example script 4e97c51 Drop python 2.7 support and testing 5990b5d Switch jobs to python3 3387925 Fix typo in the section Enabling SSL 6118000 Add versions to release notes series b080314 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .../notes/drop-py-2-7-cc931c210ce08e33.yaml | 5 ++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 +++ setup.cfg | 2 - test-requirements.txt | 1 - tox.ini | 11 +--- zuul.d/project.yaml | 5 +- zuul.d/sushy-jobs.yaml | 8 --- 10 files changed, 74 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ed514e0..2745da5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
participants (1)
-
no-reply@openstack.org