Hello community,

here is the log from the commit of package azure-cli-profile for 
openSUSE:Factory checked in at 2019-10-31 18:16:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-profile (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-profile.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-profile"

Thu Oct 31 18:16:56 2019 rev:7 rq:742711 version:2.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-profile/azure-cli-profile.changes      
2019-06-05 11:44:34.155019839 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-profile.new.2990/azure-cli-profile.changes
    2019-10-31 18:17:03.722122735 +0100
@@ -1,0 +2,8 @@
+Thu Oct 24 12:11:32 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 2.1.5
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+
+-------------------------------------------------------------------

Old:
----
  azure-cli-profile-2.1.3.tar.gz

New:
----
  azure-cli-profile-2.1.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ azure-cli-profile.spec ++++++
--- /var/tmp/diff_new_pack.OlyX34/_old  2019-10-31 18:17:04.498123539 +0100
+++ /var/tmp/diff_new_pack.OlyX34/_new  2019-10-31 18:17:04.518123559 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           azure-cli-profile
-Version:        2.1.3
+Version:        2.1.5
 Release:        0
 Summary:        Microsoft Azure CLI 'profile' Command Module
 License:        MIT

++++++ azure-cli-profile-2.1.3.tar.gz -> azure-cli-profile-2.1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-profile-2.1.3/HISTORY.rst 
new/azure-cli-profile-2.1.5/HISTORY.rst
--- old/azure-cli-profile-2.1.3/HISTORY.rst     2019-01-25 20:43:41.000000000 
+0100
+++ new/azure-cli-profile-2.1.5/HISTORY.rst     2019-04-05 00:46:52.000000000 
+0200
@@ -2,6 +2,14 @@
 
 Release History
 ===============
+2.1.5
++++++
+* Minor fixes.
+
+2.1.4
++++++
+* Minor fixes.
+
 2.1.3
 +++++
 * az login: enable tenant level account for managed service identity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-profile-2.1.3/PKG-INFO 
new/azure-cli-profile-2.1.5/PKG-INFO
--- old/azure-cli-profile-2.1.3/PKG-INFO        2019-01-25 20:44:18.000000000 
+0100
+++ new/azure-cli-profile-2.1.5/PKG-INFO        2019-04-05 00:47:17.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-profile
-Version: 2.1.3
+Version: 2.1.5
 Summary: Microsoft Azure Command-Line Tools Profile Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,14 @@
         
         Release History
         ===============
+        2.1.5
+        +++++
+        * Minor fixes.
+        
+        2.1.4
+        +++++
+        * Minor fixes.
+        
         2.1.3
         +++++
         * az login: enable tenant level account for managed service identity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-profile-2.1.3/azure/cli/command_modules/profile/__init__.py 
new/azure-cli-profile-2.1.5/azure/cli/command_modules/profile/__init__.py
--- old/azure-cli-profile-2.1.3/azure/cli/command_modules/profile/__init__.py   
2019-01-25 20:43:41.000000000 +0100
+++ new/azure-cli-profile-2.1.5/azure/cli/command_modules/profile/__init__.py   
2019-04-05 00:46:52.000000000 +0200
@@ -65,7 +65,7 @@
             c.ignore('_subscription')  # hide the global subscription parameter
 
         with self.argument_context('account show') as c:
-            c.argument('show_auth_for_sdk', options_list=['--sdk-auth'], 
action='store_true', help='output result in compatible with Azure SDK auth 
file')
+            c.argument('show_auth_for_sdk', options_list=['--sdk-auth'], 
action='store_true', help='Output result to a file compatible with Azure SDK 
auth. Only applicable when authenticating with a Service Principal.')
 
 
 COMMAND_LOADER_CLS = ProfileCommandsLoader
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-profile-2.1.3/azure/cli/command_modules/profile/custom.py 
new/azure-cli-profile-2.1.5/azure/cli/command_modules/profile/custom.py
--- old/azure-cli-profile-2.1.3/azure/cli/command_modules/profile/custom.py     
2019-01-25 20:43:41.000000000 +0100
+++ new/azure-cli-profile-2.1.5/azure/cli/command_modules/profile/custom.py     
2019-04-05 00:46:52.000000000 +0200
@@ -183,7 +183,7 @@
 
     print('Retrieving all help...')
     try:
-        get_all_help(cmd.cli_ctx)
+        get_all_help(cmd.cli_ctx, skip=False)
         print('Help loaded OK.\n')
     except Exception as ex:  # pylint: disable=broad-except
         exceptions['load_help'] = ex
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-profile-2.1.3/azure_cli_profile.egg-info/PKG-INFO 
new/azure-cli-profile-2.1.5/azure_cli_profile.egg-info/PKG-INFO
--- old/azure-cli-profile-2.1.3/azure_cli_profile.egg-info/PKG-INFO     
2019-01-25 20:44:18.000000000 +0100
+++ new/azure-cli-profile-2.1.5/azure_cli_profile.egg-info/PKG-INFO     
2019-04-05 00:47:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-profile
-Version: 2.1.3
+Version: 2.1.5
 Summary: Microsoft Azure Command-Line Tools Profile Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -21,6 +21,14 @@
         
         Release History
         ===============
+        2.1.5
+        +++++
+        * Minor fixes.
+        
+        2.1.4
+        +++++
+        * Minor fixes.
+        
         2.1.3
         +++++
         * az login: enable tenant level account for managed service identity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-profile-2.1.3/setup.py 
new/azure-cli-profile-2.1.5/setup.py
--- old/azure-cli-profile-2.1.3/setup.py        2019-01-25 20:43:41.000000000 
+0100
+++ new/azure-cli-profile-2.1.5/setup.py        2019-04-05 00:46:52.000000000 
+0200
@@ -14,7 +14,7 @@
     logger.warn("Wheel is not available, disabling bdist_wheel hook")
     cmdclass = {}
 
-VERSION = "2.1.3"
+VERSION = "2.1.5"
 CLASSIFIERS = [
     'Development Status :: 5 - Production/Stable',
     'Intended Audience :: Developers',


Reply via email to