From 2c22ba9a434ad2fcf02e3a5bbad00d1f013deac4 Mon Sep 17 00:00:00 2001 From: Paymaun Heidari Date: Tue, 26 Jun 2018 19:22:23 -0700 Subject: [PATCH 1/3] IoT extension release 0.5.0 --- src/index.json | 63 ++++---------------------------------------------- 1 file changed, 5 insertions(+), 58 deletions(-) diff --git a/src/index.json b/src/index.json index bc9189cc6c3..57d96267220 100644 --- a/src/index.json +++ b/src/index.json @@ -37,9 +37,9 @@ ], "azure-cli-iot-ext": [ { - "filename": "azure_cli_iot_ext-0.4.5-py2.py3-none-any.whl", - "sha256Digest": "a93fc9ef7b6537cafd36fc57d6891ed15df70e50233f3355daf1fe0e32827b82", - "downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.4.5/azure_cli_iot_ext-0.4.5-py2.py3-none-any.whl", + "filename": "azure_cli_iot_ext-0.5.0-py2.py3-none-any.whl", + "sha256Digest": "c427f8f249c3e11ab1a5306be8bdbcce41155c949c71072fc6bda801e6dbd1c8", + "downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.5.0/azure_cli_iot_ext-0.5.0-py2.py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.0.24", "classifiers": [ @@ -82,66 +82,13 @@ "requires": [ "msrestazure (==0.4.29)", "paho-mqtt (==1.3.1)", + "jmespath==0.9.3", "pyyaml" ] } ], "summary": "Provides the data plane command layer for Azure IoT Hub, IoT Edge and IoT Device Provisioning Service", - "version": "0.4.5" - } - }, - { - "filename": "azure_cli_iot_ext-0.4.4-py2.py3-none-any.whl", - "sha256Digest": "da6fcb521773816d0b5b6d71dea32405b777ac0465be5a95f00459b9b8492ff8", - "downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.4.4/azure_cli_iot_ext-0.4.4-py2.py3-none-any.whl", - "metadata": { - "azext.minCliCoreVersion": "2.0.24", - "classifiers": [ - "Development Status :: 4 - Beta", - "Intended Audience :: Developers", - "Intended Audience :: System Administrators", - "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "License :: OSI Approved :: MIT License" - ], - "extensions": { - "python.details": { - "contacts": [ - { - "email": "iotupx@microsoft.com", - "name": "Microsoft", - "role": "author" - } - ], - "document_names": { - "description": "DESCRIPTION.rst" - }, - "project_urls": { - "Home": "https://github.com/azure/azure-iot-cli-extension" - } - } - }, - "extras": [], - "generator": "bdist_wheel (0.30.0)", - "license": "MIT", - "metadata_version": "2.0", - "name": "azure-cli-iot-ext", - "run_requires": [ - { - "requires": [ - "msrestazure", - "paho-mqtt (==1.3.1)", - "pyyaml" - ] - } - ], - "summary": "Provides the data plane command layer for Azure IoT Hub, IoT Edge and IoT Device Provisioning Service", - "version": "0.4.4" + "version": "0.5.0" } } ], From 18a6024b0f7892216771ab332f8d3dbd53ed3c51 Mon Sep 17 00:00:00 2001 From: Paymaun Heidari Date: Tue, 26 Jun 2018 19:38:04 -0700 Subject: [PATCH 2/3] fix dep format issue --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 57d96267220..1f7615690b0 100644 --- a/src/index.json +++ b/src/index.json @@ -82,7 +82,7 @@ "requires": [ "msrestazure (==0.4.29)", "paho-mqtt (==1.3.1)", - "jmespath==0.9.3", + "jmespath (==0.9.3)", "pyyaml" ] } From 3a17c590791dee8263fc0b78ecb97c5681a65fcb Mon Sep 17 00:00:00 2001 From: Paymaun Heidari Date: Tue, 26 Jun 2018 20:31:14 -0700 Subject: [PATCH 3/3] change order of index dependencies --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 1f7615690b0..6468709cd8d 100644 --- a/src/index.json +++ b/src/index.json @@ -80,9 +80,9 @@ "run_requires": [ { "requires": [ + "jmespath (==0.9.3)", "msrestazure (==0.4.29)", "paho-mqtt (==1.3.1)", - "jmespath (==0.9.3)", "pyyaml" ] }