Hello community, here is the log from the commit of package azure-cli-advisor for openSUSE:Factory checked in at 2018-10-15 10:48:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-advisor (Old) and /work/SRC/openSUSE:Factory/.azure-cli-advisor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-advisor" Mon Oct 15 10:48:40 2018 rev:3 rq:641240 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-advisor/azure-cli-advisor.changes 2018-05-13 16:01:05.771019812 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-advisor.new/azure-cli-advisor.changes 2018-10-15 10:48:44.611050272 +0200 @@ -1,0 +2,8 @@ +Mon Sep 17 08:45:01 UTC 2018 - John Paul Adrian Glaubitz <[email protected]> + +- New upstream release + + Version 0.6.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package + +------------------------------------------------------------------- Old: ---- azure-cli-advisor-0.5.1.tar.gz New: ---- azure-cli-advisor-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-advisor.spec ++++++ --- /var/tmp/diff_new_pack.IeFB5G/_old 2018-10-15 10:48:45.063049790 +0200 +++ /var/tmp/diff_new_pack.IeFB5G/_new 2018-10-15 10:48:45.071049781 +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-advisor -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: Microsoft Azure CLI 'advisor' Command Module License: MIT ++++++ azure-cli-advisor-0.5.1.tar.gz -> azure-cli-advisor-0.6.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-advisor-0.5.1/HISTORY.rst new/azure-cli-advisor-0.6.0/HISTORY.rst --- old/azure-cli-advisor-0.5.1/HISTORY.rst 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-advisor-0.6.0/HISTORY.rst 2018-07-14 01:41:34.000000000 +0200 @@ -3,9 +3,16 @@ Release History =============== -0.5.1 +0.6.0 +++++ +* BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource. + +0.5.2 +++++++ +* Minor fixes. +0.5.1 ++++++ * `sdist` is now compatible with wheel 0.31.0 0.5.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-advisor-0.5.1/PKG-INFO new/azure-cli-advisor-0.6.0/PKG-INFO --- old/azure-cli-advisor-0.5.1/PKG-INFO 2018-04-06 19:33:43.000000000 +0200 +++ new/azure-cli-advisor-0.6.0/PKG-INFO 2018-07-14 01:41:50.000000000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 1.1 Name: azure-cli-advisor -Version: 0.5.1 +Version: 0.6.0 Summary: Microsoft Azure Command-Line Tools Advisor 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 'advisor' Command Module ============================================ @@ -19,9 +18,16 @@ Release History =============== - 0.5.1 + 0.6.0 +++++ + * BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource. + + 0.5.2 + ++++++ + * Minor fixes. + 0.5.1 + +++++ * `sdist` is now compatible with wheel 0.31.0 0.5.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-advisor-0.5.1/azure/cli/command_modules/advisor/_help.py new/azure-cli-advisor-0.6.0/azure/cli/command_modules/advisor/_help.py --- old/azure-cli-advisor-0.5.1/azure/cli/command_modules/advisor/_help.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-advisor-0.6.0/azure/cli/command_modules/advisor/_help.py 2018-07-14 01:41:34.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-advisor-0.5.1/azure/cli/command_modules/advisor/commands.py new/azure-cli-advisor-0.6.0/azure/cli/command_modules/advisor/commands.py --- old/azure-cli-advisor-0.5.1/azure/cli/command_modules/advisor/commands.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-advisor-0.6.0/azure/cli/command_modules/advisor/commands.py 2018-07-14 01:41:34.000000000 +0200 @@ -23,7 +23,7 @@ with self.command_group('advisor configuration', client_factory=configurations_mgmt_client_factory) as g: g.custom_command('list', 'list_configuration') - g.custom_command('show', 'show_configuration') + g.custom_show_command('show', 'show_configuration') g.generic_update_command('update', getter_name='show_configuration', getter_type=advisor_custom, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-advisor-0.5.1/azure_cli_advisor.egg-info/PKG-INFO new/azure-cli-advisor-0.6.0/azure_cli_advisor.egg-info/PKG-INFO --- old/azure-cli-advisor-0.5.1/azure_cli_advisor.egg-info/PKG-INFO 2018-04-06 19:33:43.000000000 +0200 +++ new/azure-cli-advisor-0.6.0/azure_cli_advisor.egg-info/PKG-INFO 2018-07-14 01:41:50.000000000 +0200 @@ -1,12 +1,11 @@ Metadata-Version: 1.1 Name: azure-cli-advisor -Version: 0.5.1 +Version: 0.6.0 Summary: Microsoft Azure Command-Line Tools Advisor 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 'advisor' Command Module ============================================ @@ -19,9 +18,16 @@ Release History =============== - 0.5.1 + 0.6.0 +++++ + * BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource. + + 0.5.2 + ++++++ + * Minor fixes. + 0.5.1 + +++++ * `sdist` is now compatible with wheel 0.31.0 0.5.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-advisor-0.5.1/setup.py new/azure-cli-advisor-0.6.0/setup.py --- old/azure-cli-advisor-0.5.1/setup.py 2018-04-06 19:33:13.000000000 +0200 +++ new/azure-cli-advisor-0.6.0/setup.py 2018-07-14 01:41:34.000000000 +0200 @@ -14,7 +14,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "0.5.1" +VERSION = "0.6.0" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers
