Hello community,
here is the log from the commit of package azure-cli-advisor for
openSUSE:Factory checked in at 2019-10-31 18:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-advisor (Old)
and /work/SRC/openSUSE:Factory/.azure-cli-advisor.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-advisor"
Thu Oct 31 18:15:02 2019 rev:6 rq:742669 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-advisor/azure-cli-advisor.changes
2019-06-05 11:41:27.783060778 +0200
+++
/work/SRC/openSUSE:Factory/.azure-cli-advisor.new.2990/azure-cli-advisor.changes
2019-10-31 18:15:05.522000374 +0100
@@ -1,0 +2,8 @@
+Thu Oct 24 12:08:27 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 2.0.1
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+
+-------------------------------------------------------------------
Old:
----
azure-cli-advisor-2.0.0.tar.gz
New:
----
azure-cli-advisor-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ azure-cli-advisor.spec ++++++
--- /var/tmp/diff_new_pack.s3HKjQ/_old 2019-10-31 18:15:06.018000887 +0100
+++ /var/tmp/diff_new_pack.s3HKjQ/_new 2019-10-31 18:15:06.018000887 +0100
@@ -17,7 +17,7 @@
Name: azure-cli-advisor
-Version: 2.0.0
+Version: 2.0.1
Release: 0
Summary: Microsoft Azure CLI 'advisor' Command Module
License: MIT
++++++ azure-cli-advisor-2.0.0.tar.gz -> azure-cli-advisor-2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-advisor-2.0.0/HISTORY.rst
new/azure-cli-advisor-2.0.1/HISTORY.rst
--- old/azure-cli-advisor-2.0.0/HISTORY.rst 2018-11-01 23:22:37.000000000
+0100
+++ new/azure-cli-advisor-2.0.1/HISTORY.rst 2019-06-13 23:17:46.000000000
+0200
@@ -3,6 +3,10 @@
Release History
===============
+2.0.1
+++++++
+* Minor fixes.
+
2.0.0
++++++
* GA release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-advisor-2.0.0/PKG-INFO
new/azure-cli-advisor-2.0.1/PKG-INFO
--- old/azure-cli-advisor-2.0.0/PKG-INFO 2018-11-01 23:23:03.000000000
+0100
+++ new/azure-cli-advisor-2.0.1/PKG-INFO 2019-06-13 23:18:00.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-advisor
-Version: 2.0.0
+Version: 2.0.1
Summary: Microsoft Azure Command-Line Tools Advisor Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -18,6 +18,10 @@
Release History
===============
+ 2.0.1
+ ++++++
+ * Minor fixes.
+
2.0.0
++++++
* GA release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-advisor-2.0.0/azure/cli/command_modules/advisor/__init__.py
new/azure-cli-advisor-2.0.1/azure/cli/command_modules/advisor/__init__.py
--- old/azure-cli-advisor-2.0.0/azure/cli/command_modules/advisor/__init__.py
2018-11-01 23:22:37.000000000 +0100
+++ new/azure-cli-advisor-2.0.1/azure/cli/command_modules/advisor/__init__.py
2019-06-13 23:17:46.000000000 +0200
@@ -12,9 +12,10 @@
def __init__(self, cli_ctx=None):
from azure.cli.core.commands import CliCommandType
+ from azure.cli.core.profiles import ResourceType
advisor_custom =
CliCommandType(operations_tmpl='azure.cli.command_modules.advisor.custom#{}')
super(AdvisorCommandsLoader, self).__init__(cli_ctx=cli_ctx,
custom_command_type=advisor_custom,
-
min_profile='2017-03-10-profile')
+
resource_type=ResourceType.MGMT_CONTAINERSERVICE)
def load_command_table(self, args):
from azure.cli.command_modules.advisor.commands import
load_command_table
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-advisor-2.0.0/azure_cli_advisor.egg-info/PKG-INFO
new/azure-cli-advisor-2.0.1/azure_cli_advisor.egg-info/PKG-INFO
--- old/azure-cli-advisor-2.0.0/azure_cli_advisor.egg-info/PKG-INFO
2018-11-01 23:23:03.000000000 +0100
+++ new/azure-cli-advisor-2.0.1/azure_cli_advisor.egg-info/PKG-INFO
2019-06-13 23:18:00.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-advisor
-Version: 2.0.0
+Version: 2.0.1
Summary: Microsoft Azure Command-Line Tools Advisor Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -18,6 +18,10 @@
Release History
===============
+ 2.0.1
+ ++++++
+ * Minor fixes.
+
2.0.0
++++++
* GA release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-advisor-2.0.0/setup.py
new/azure-cli-advisor-2.0.1/setup.py
--- old/azure-cli-advisor-2.0.0/setup.py 2018-11-01 23:22:37.000000000
+0100
+++ new/azure-cli-advisor-2.0.1/setup.py 2019-06-13 23:17:46.000000000
+0200
@@ -14,7 +14,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}
-VERSION = "2.0.0"
+VERSION = "2.0.1"
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers