openstackclient 4.0.0
We enthusiastically announce the release of: openstackclient 4.0.0: OpenStack Command-line Client The source is available from: https://opendev.org/openstack/openstackclient Download the package from: https://pypi.org/project/openstackclient For more details, please see below. Changes in openstackclient 0.1.0..4.0.0 --------------------------------------- 7e5188b Prepare for OSC 4.0 release 8a73ffa Revert "check-plugins job: convert the job to tox" a110206 Revert "check-plugins job: switch to python3" 3cc682c Removes unused utf-8 declaration 44f9cc0 check-plugins job: switch to python3 1aed3ce check-plugins job: convert the job to tox fc5eda3 check-plugins job: Fix pbrx path 3fe48e5 Add Python 3 Train unit tests 67d59eb Switch to openstackdocstheme d751be3 Update sphinx dependency for python 2.7 5b4b07e update git.openstack.org to opendev f256243 OpenDev Migration Patch 787d3e9 Change openstack-dev to openstack-discuss 3254662 Advancing the protocal of the website to HTTPS in index.rst. Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 9 +++++---- README.rst | 15 ++++++++------ playbooks/openstackclient-check-plugins/run.yaml | 4 ++-- requirements.txt | 15 ++++++++------ setup.cfg | 18 +++-------------- test-requirements.txt | 6 +----- tox.ini | 8 +++++--- 12 files changed, 65 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4806598..b69a863 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,0 +5,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 +networkx>=2.2,<2.3;python_version<'3.0' # BSD +networkx>=2.3;python_version>='3.4' # BSD @@ -11 +13 @@ python-heatclient>=1.10.0 # Apache-2.0 -python-ironicclient>=1.14.0 # Apache-2.0 +python-ironicclient>=2.3.0 # Apache-2.0 @@ -13 +15 @@ python-ironic-inspector-client>=1.5.0 # Apache-2.0 -python-mistralclient>=3.1.0 # Apache-2.0 +python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 @@ -15,4 +17,4 @@ python-muranoclient>=0.8.2 # Apache-2.0 -python-neutronclient>=6.3.0 # Apache-2.0 -python-octaviaclient>=1.0.0 # Apache-2.0 -python-openstackclient>=3.12.0 # Apache-2.0 -python-saharaclient>=1.2.0 # Apache-2.0 +python-neutronclient>=6.7.0 # Apache-2.0 +python-octaviaclient>=1.3.0 # Apache-2.0 +python-openstackclient>=4.0.0 # Apache-2.0 +python-saharaclient>=1.4.0 # Apache-2.0 @@ -24,0 +27 @@ python-zaqarclient>=1.0.0 # Apache-2.0 +python-zunclient>=3.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 890b469..70aac07 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking<0.11,>=0.10.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -9,4 +8,0 @@ stestr>=2.0.0 # Apache-2.0 - -# this is required for the docs -sphinx>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org