Hello community,

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

Package is "azure-cli-iotcentral"

Thu Oct 31 18:16:20 2019 rev:3 rq:742696 version:0.1.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/azure-cli-iotcentral/azure-cli-iotcentral.changes    
    2019-06-05 11:43:49.803030979 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-iotcentral.new.2990/azure-cli-iotcentral.changes
      2019-10-31 18:16:21.490079016 +0100
@@ -1,0 +2,8 @@
+Thu Oct 24 12:10:43 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 0.1.7
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+
+-------------------------------------------------------------------

Old:
----
  azure-cli-iotcentral-0.1.6.tar.gz

New:
----
  azure-cli-iotcentral-0.1.7.tar.gz

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

Other differences:
------------------
++++++ azure-cli-iotcentral.spec ++++++
--- /var/tmp/diff_new_pack.vpfJPi/_old  2019-10-31 18:16:21.954079496 +0100
+++ /var/tmp/diff_new_pack.vpfJPi/_new  2019-10-31 18:16:21.962079505 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           azure-cli-iotcentral
-Version:        0.1.6
+Version:        0.1.7
 Release:        0
 Summary:        Microsoft Azure CLI 'iotcentral' Command Module
 License:        MIT

++++++ azure-cli-iotcentral-0.1.6.tar.gz -> azure-cli-iotcentral-0.1.7.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-iotcentral-0.1.6/HISTORY.rst 
new/azure-cli-iotcentral-0.1.7/HISTORY.rst
--- old/azure-cli-iotcentral-0.1.6/HISTORY.rst  2019-02-12 03:05:13.000000000 
+0100
+++ new/azure-cli-iotcentral-0.1.7/HISTORY.rst  2019-06-13 23:17:46.000000000 
+0200
@@ -2,6 +2,11 @@
 
 Release History
 ===============
+
+0.1.7
++++++
+* Minor fixes
+
 0.1.6
 +++++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-iotcentral-0.1.6/PKG-INFO 
new/azure-cli-iotcentral-0.1.7/PKG-INFO
--- old/azure-cli-iotcentral-0.1.6/PKG-INFO     2019-02-12 03:05:44.000000000 
+0100
+++ new/azure-cli-iotcentral-0.1.7/PKG-INFO     2019-06-13 23:18:03.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-iotcentral
-Version: 0.1.6
+Version: 0.1.7
 Summary: Microsoft Azure Command-Line Tools IoT Central Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -16,6 +16,11 @@
         
         Release History
         ===============
+        
+        0.1.7
+        +++++
+        * Minor fixes
+        
         0.1.6
         +++++
         * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-iotcentral-0.1.6/azure/cli/command_modules/iotcentral/__init__.py 
new/azure-cli-iotcentral-0.1.7/azure/cli/command_modules/iotcentral/__init__.py
--- 
old/azure-cli-iotcentral-0.1.6/azure/cli/command_modules/iotcentral/__init__.py 
    2019-02-12 03:05:13.000000000 +0100
+++ 
new/azure-cli-iotcentral-0.1.7/azure/cli/command_modules/iotcentral/__init__.py 
    2019-06-13 23:17:46.000000000 +0200
@@ -12,11 +12,12 @@
 
     def __init__(self, cli_ctx=None):
         from azure.cli.core.commands import CliCommandType
+        from azure.cli.core.profiles import ResourceType
         iotcentral_custom = CliCommandType(
             operations_tmpl='azure.cli.command_modules.iotcentral.custom#{}')
 
         super(IoTCentralCommandsLoader, self).__init__(cli_ctx=cli_ctx,
-                                                       
min_profile='2017-03-10-profile',
+                                                       
resource_type=ResourceType.MGMT_IOTCENTRAL,
                                                        
custom_command_type=iotcentral_custom)
 
     def load_command_table(self, args):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-iotcentral-0.1.6/azure_cli_iotcentral.egg-info/PKG-INFO 
new/azure-cli-iotcentral-0.1.7/azure_cli_iotcentral.egg-info/PKG-INFO
--- old/azure-cli-iotcentral-0.1.6/azure_cli_iotcentral.egg-info/PKG-INFO       
2019-02-12 03:05:44.000000000 +0100
+++ new/azure-cli-iotcentral-0.1.7/azure_cli_iotcentral.egg-info/PKG-INFO       
2019-06-13 23:18:03.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-iotcentral
-Version: 0.1.6
+Version: 0.1.7
 Summary: Microsoft Azure Command-Line Tools IoT Central Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -16,6 +16,11 @@
         
         Release History
         ===============
+        
+        0.1.7
+        +++++
+        * Minor fixes
+        
         0.1.6
         +++++
         * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-iotcentral-0.1.6/setup.py 
new/azure-cli-iotcentral-0.1.7/setup.py
--- old/azure-cli-iotcentral-0.1.6/setup.py     2019-02-12 03:05:13.000000000 
+0100
+++ new/azure-cli-iotcentral-0.1.7/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 = "0.1.6"
+VERSION = "0.1.7"
 
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers


Reply via email to