We are psyched to announce the release of: virtualbmc 3.2.0 The source is available from: https://opendev.org/openstack/virtualbmc Download the package from: https://tarballs.openstack.org/virtualbmc/ For more details, please see below. 3.2.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in virtualbmc 3.1.0..3.2.0 ---------------------------------- a0bc95b Drop unnecessary 'x' bit from doc config file 7fe8b91 Remove Python 3.8 support 292913a Update to match latest development cycle 9e46c0c [codespell] Adding CI target for Tox Codespell f78a80c [codespell] Adding Tox Target for Codespell 4308069 [CI] Fix releasenotes build by setting language 2f74128 [codespell] Fixing Spelling Mistakes 8fa7e1f Handle any error from libvirt operations Diffstat (except docs and test files) ------------------------------------- ...preserve-libvirt-domain-info-955410f570060241.yaml | 2 +- releasenotes/notes/remove-py38-77754bb686155b4b.yaml | 5 +++++ releasenotes/source/conf.py | 2 +- setup.cfg | 11 +++++++++-- test-requirements.txt | 9 ++------- tox.ini | 19 ++++++++++++++----- virtualbmc/vbmc.py | 16 ++++++++-------- zuul.d/project.yaml | 2 ++ zuul.d/virtualbmc-jobs.yaml | 7 +++++++ 11 files changed, 51 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index daabdad..8a780e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -coverage!=4.4,>=4.0 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -12 +7 @@ testtools>=2.2.0 # MIT -stestr>=1.0.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org