Hello community, here is the log from the commit of package azure-cli-lab for openSUSE:Factory checked in at 2018-10-15 10:45:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-lab (Old) and /work/SRC/openSUSE:Factory/.azure-cli-lab.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-lab" Mon Oct 15 10:45:45 2018 rev:4 rq:641117 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-lab/azure-cli-lab.changes 2018-05-13 16:02:46.879330935 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-lab.new/azure-cli-lab.changes 2018-10-15 10:45:52.887233713 +0200 @@ -1,0 +2,9 @@ +Mon Sep 17 12:06:48 UTC 2018 - John Paul Adrian Glaubitz <[email protected]> + +- New upstream release + + Version 0.1.1 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- azure-cli-lab-0.0.21.tar.gz New: ---- azure-cli-lab-0.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-lab.spec ++++++ --- /var/tmp/diff_new_pack.SeuBea/_old 2018-10-15 10:45:53.859232674 +0200 +++ /var/tmp/diff_new_pack.SeuBea/_new 2018-10-15 10:45:53.859232674 +0200 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: azure-cli-lab -Version: 0.0.21 +Version: 0.1.1 Release: 0 Summary: Microsoft Azure CLI 'DevTestLabs' Command Module License: MIT @@ -35,7 +35,7 @@ Requires: azure-cli-core Requires: azure-cli-nspkg Requires: python3-azure-graphrbac >= 0.40.0 -Requires: python3-azure-mgmt-devtestlabs >= 2.0.0 +Requires: python3-azure-mgmt-devtestlabs >= 2.2.0 Requires: python3-azure-nspkg Conflicts: azure-cli < 2.0.0 ++++++ azure-cli-lab-0.0.21.tar.gz -> azure-cli-lab-0.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/HISTORY.rst new/azure-cli-lab-0.1.1/HISTORY.rst --- old/azure-cli-lab-0.0.21/HISTORY.rst 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-lab-0.1.1/HISTORY.rst 2018-08-23 01:07:57.000000000 +0200 @@ -3,9 +3,24 @@ Release History =============== -0.0.21 +0.1.1 ++++++ +* Update azure-mgmt-devtestlabs dependency to 2.2.0 + +0.1.0 ++++++ +* BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource. + +0.0.23 ++++++ +* Minor fixes. +0.0.22 +++++++ +* Fix regression from knack conversion that replaced table_transformers with transforms. + +0.0.21 +++++++ * `sdist` is now compatible with wheel 0.31.0 0.0.20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/PKG-INFO new/azure-cli-lab-0.1.1/PKG-INFO --- old/azure-cli-lab-0.0.21/PKG-INFO 2018-04-06 19:33:40.000000000 +0200 +++ new/azure-cli-lab-0.1.1/PKG-INFO 2018-08-23 01:09:15.000000000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 1.1 Name: azure-cli-lab -Version: 0.0.21 +Version: 0.1.1 Summary: Microsoft Azure Command-Line Tools DevTestLabs Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation Author-email: [email protected] License: MIT -Description-Content-Type: UNKNOWN Description: Microsoft Azure CLI 'DevTestLabs' Command Module ================================================ @@ -16,9 +15,24 @@ Release History =============== - 0.0.21 + 0.1.1 + +++++ + * Update azure-mgmt-devtestlabs dependency to 2.2.0 + + 0.1.0 + +++++ + * BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource. + + 0.0.23 + ++++++ + * Minor fixes. + + 0.0.22 ++++++ + * Fix regression from knack conversion that replaced table_transformers with transforms. + 0.0.21 + ++++++ * `sdist` is now compatible with wheel 0.31.0 0.0.20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_help.py new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/_help.py --- old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_help.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/_help.py 2018-08-23 01:07:57.000000000 +0200 @@ -1,3 +1,4 @@ +# coding=utf-8 # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_params.py new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/_params.py --- old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_params.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/_params.py 2018-08-23 01:07:57.000000000 +0200 @@ -55,7 +55,7 @@ c.argument('name', options_list=['--name', '-n']) with self.argument_context('lab secret') as c: - from azure.mgmt.devtestlabs.models.secret import Secret + from azure.mgmt.devtestlabs.models import Secret c.argument('name', options_list=['--name', '-n']) c.argument('secret', options_list=['--value'], type=lambda x: Secret(value=x)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/commands.py new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/commands.py --- old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/commands.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/commands.py 2018-08-23 01:07:57.000000000 +0200 @@ -83,7 +83,7 @@ # Virtual Machine Operations Commands with self.command_group('lab vm', virtual_machine_operations, client_factory=get_devtestlabs_virtual_machine_operation) as g: - g.command('show', 'get', transform=transform_vm) + g.show_command('show', 'get', table_transformer=transform_vm) g.command('delete', 'delete') g.command('start', 'start') g.command('stop', 'stop') @@ -100,7 +100,7 @@ # Custom Image Operations Commands with self.command_group('lab custom-image', custom_image_operations) as g: - g.command('show', 'get') + g.show_command('show', 'get') g.command('list', 'list') g.command('delete', 'delete') g.custom_command('create', 'create_custom_image', client_factory=get_devtestlabs_custom_image_operation) @@ -116,7 +116,7 @@ # Artifact Source Operations Commands with self.command_group('lab artifact-source', artifact_source_operations) as g: g.command('list', 'list', table_transformer=transform_artifact_source_list) - g.command('show', 'get', transform=transform_artifact_source) + g.show_command('show', 'get', table_transformer=transform_artifact_source) # Virtual Network Operations Commands with self.command_group('lab vnet', virtual_network_operations) as g: @@ -125,7 +125,7 @@ # Formula Operations Commands with self.command_group('lab formula', formula_operations) as g: - g.command('show', 'get') + g.show_command('show', 'get') g.command('list', 'list') g.command('delete', 'delete') g.command('export-artifacts', 'get', transform=export_artifacts) @@ -133,13 +133,13 @@ # Secret Operations Commands with self.command_group('lab secret', secret_operations) as g: g.command('set', 'create_or_update') - g.command('show', 'get') + g.show_command('show', 'get') g.command('list', 'list') g.command('delete', 'delete') # Environment Operations Commands with self.command_group('lab environment', environment_operations) as g: - g.command('show', 'get') + g.show_command('show', 'get') g.command('list', 'list') g.command('delete', 'delete') g.command('create', 'create_or_update') @@ -148,5 +148,5 @@ # ARM Templates Operations Commands with self.command_group('lab arm-template', arm_template_operations) as g: g.command('list', 'list', table_transformer=transform_arm_template_list) - g.custom_command('show', 'show_arm_template', transform=transform_arm_template, - client_factory=get_devtestlabs_arm_template_operation) + g.custom_show_command('show', 'show_arm_template', table_transformer=transform_arm_template, + client_factory=get_devtestlabs_arm_template_operation) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/custom.py new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/custom.py --- old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/custom.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/custom.py 2018-08-23 01:07:57.000000000 +0200 @@ -37,8 +37,7 @@ disk_type=None, expiration_date=None, formula=None, ip_configuration=None, network_interface=None, os_type=None, saved_secret=None): """ Command to create vm of in the Azure DevTest Lab """ - from azure.mgmt.devtestlabs.models.lab_virtual_machine_creation_parameter import \ - LabVirtualMachineCreationParameter + from azure.mgmt.devtestlabs.models import LabVirtualMachineCreationParameter is_ssh_authentication = authentication_type == 'ssh' @@ -89,9 +88,7 @@ artifact_source_name=None, user_name="@me", tags=None): """ Command to create an environment the Azure DevTest Lab """ - from azure.mgmt.devtestlabs.models.environment_deployment_properties \ - import EnvironmentDeploymentProperties - from azure.mgmt.devtestlabs.models.dtl_environment import DtlEnvironment + from azure.mgmt.devtestlabs.models import EnvironmentDeploymentProperties, DtlEnvironment environment_deployment_properties = EnvironmentDeploymentProperties(arm_template, parameters) dtl_environment = DtlEnvironment(tags=tags, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/azure_cli_lab.egg-info/PKG-INFO new/azure-cli-lab-0.1.1/azure_cli_lab.egg-info/PKG-INFO --- old/azure-cli-lab-0.0.21/azure_cli_lab.egg-info/PKG-INFO 2018-04-06 19:33:40.000000000 +0200 +++ new/azure-cli-lab-0.1.1/azure_cli_lab.egg-info/PKG-INFO 2018-08-23 01:09:15.000000000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 1.1 Name: azure-cli-lab -Version: 0.0.21 +Version: 0.1.1 Summary: Microsoft Azure Command-Line Tools DevTestLabs Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation Author-email: [email protected] License: MIT -Description-Content-Type: UNKNOWN Description: Microsoft Azure CLI 'DevTestLabs' Command Module ================================================ @@ -16,9 +15,24 @@ Release History =============== - 0.0.21 + 0.1.1 + +++++ + * Update azure-mgmt-devtestlabs dependency to 2.2.0 + + 0.1.0 + +++++ + * BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource. + + 0.0.23 + ++++++ + * Minor fixes. + + 0.0.22 ++++++ + * Fix regression from knack conversion that replaced table_transformers with transforms. + 0.0.21 + ++++++ * `sdist` is now compatible with wheel 0.31.0 0.0.20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/azure_cli_lab.egg-info/requires.txt new/azure-cli-lab-0.1.1/azure_cli_lab.egg-info/requires.txt --- old/azure-cli-lab-0.0.21/azure_cli_lab.egg-info/requires.txt 2018-04-06 19:33:40.000000000 +0200 +++ new/azure-cli-lab-0.1.1/azure_cli_lab.egg-info/requires.txt 2018-08-23 01:09:15.000000000 +0200 @@ -1,3 +1,3 @@ azure-cli-core azure-graphrbac==0.40.0 -azure-mgmt-devtestlabs==2.0.0 +azure-mgmt-devtestlabs==2.2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-lab-0.0.21/setup.py new/azure-cli-lab-0.1.1/setup.py --- old/azure-cli-lab-0.0.21/setup.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-lab-0.1.1/setup.py 2018-08-23 01:07:57.000000000 +0200 @@ -12,7 +12,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "0.0.21" +VERSION = "0.1.1" CLASSIFIERS = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', @@ -30,7 +30,7 @@ DEPENDENCIES = [ 'azure-cli-core', 'azure-graphrbac==0.40.0', - 'azure-mgmt-devtestlabs==2.0.0' + 'azure-mgmt-devtestlabs==2.2.0' ] with open('README.rst', 'r', encoding='utf-8') as f:
