[release-announce] python-cyborgclient 1.2.1 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Thu Sep 10 09:57:24 UTC 2020
We are happy to announce the release of:
python-cyborgclient 1.2.1: Python client for cyborg API
This release is part of the victoria stable release series.
The source is available from:
https://opendev.org/openstack/python-cyborgclient
Download the package from:
https://pypi.org/project/python-cyborgclient
Please report issues through:
https://storyboard.openstack.org/#!/project/openstack/cyborg
For more details, please see below.
Changes in python-cyborgclient 1.2.0..1.2.1
-------------------------------------------
257e820 Add e.g. for groups when create device profile
92bab3c Enable openstackdocs config to storyboard
031d1ef Remove translation sections from setup.cfg
5d64eb2 Use unittest.mock instead of third party mock
f3df198 Remove future imports
1d6b92a Fix image get to use new osc release
0952887 Fix hacking min version to 3.0.1
a788cf6 Remove unused osc_plugin environment
Diffstat (except docs and test files)
-------------------------------------
cyborgclient/common/cliutils.py | 2 --
cyborgclient/osc/v2/deployable.py | 2 +-
cyborgclient/osc/v2/device_profile.py | 5 ++++-
cyborgclient/shell.py | 1 -
releasenotes/source/conf.py | 3 +--
setup.cfg | 13 -------------
test-requirements.txt | 2 +-
tox.ini | 14 --------------
16 files changed, 15 insertions(+), 44 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 88ba997..efc9a13 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
More information about the Release-announce
mailing list