Hello community,

here is the log from the commit of package azure-cli-eventgrid for 
openSUSE:Factory checked in at 2018-10-15 10:48:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-eventgrid (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-eventgrid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-eventgrid"

Mon Oct 15 10:48:06 2018 rev:4 rq:641232 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-eventgrid/azure-cli-eventgrid.changes  
2018-05-13 16:02:16.048455768 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-eventgrid.new/azure-cli-eventgrid.changes 
    2018-10-15 10:48:08.811088490 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 10:17:22 UTC 2018 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 0.2.0
+  + For detailed information about changes see the
+    HISTORY.txt file provided with this package
+
+-------------------------------------------------------------------

Old:
----
  azure-cli-eventgrid-0.1.12.tar.gz

New:
----
  azure-cli-eventgrid-0.2.0.tar.gz

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

Other differences:
------------------
++++++ azure-cli-eventgrid.spec ++++++
--- /var/tmp/diff_new_pack.Fv7zlz/_old  2018-10-15 10:48:09.291087978 +0200
+++ /var/tmp/diff_new_pack.Fv7zlz/_new  2018-10-15 10:48:09.295087974 +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-eventgrid
-Version:        0.1.12
+Version:        0.2.0
 Release:        0
 Summary:        Microsoft Azure CLI 'eventgrid' Command Module
 License:        MIT

++++++ azure-cli-eventgrid-0.1.12.tar.gz -> azure-cli-eventgrid-0.2.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventgrid-0.1.12/HISTORY.rst 
new/azure-cli-eventgrid-0.2.0/HISTORY.rst
--- old/azure-cli-eventgrid-0.1.12/HISTORY.rst  2018-04-06 19:33:13.000000000 
+0200
+++ new/azure-cli-eventgrid-0.2.0/HISTORY.rst   2018-07-14 01:41:34.000000000 
+0200
@@ -3,9 +3,16 @@
 Release History
 ===============
 
-0.1.12
+0.2.0
++++++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.13
 ++++++
+* Minor fixes.
 
+0.1.12
+++++++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.1.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventgrid-0.1.12/PKG-INFO 
new/azure-cli-eventgrid-0.2.0/PKG-INFO
--- old/azure-cli-eventgrid-0.1.12/PKG-INFO     2018-04-06 19:33:38.000000000 
+0200
+++ new/azure-cli-eventgrid-0.2.0/PKG-INFO      2018-07-14 01:41:43.000000000 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-eventgrid
-Version: 0.1.12
+Version: 0.2.0
 Summary: Microsoft Azure Command-Line Tools EventGrid Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'eventgrid' Command Module
         =======================================================
         
@@ -21,9 +20,16 @@
         Release History
         ===============
         
-        0.1.12
+        0.2.0
+        +++++
+        * BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+        
+        0.1.13
         ++++++
+        * Minor fixes.
         
+        0.1.12
+        ++++++
         * `sdist` is now compatible with wheel 0.31.0
         
         0.1.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/_help.py 
new/azure-cli-eventgrid-0.2.0/azure/cli/command_modules/eventgrid/_help.py
--- old/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/_help.py 
2018-04-06 19:33:13.000000000 +0200
+++ new/azure-cli-eventgrid-0.2.0/azure/cli/command_modules/eventgrid/_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-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/commands.py 
new/azure-cli-eventgrid-0.2.0/azure/cli/command_modules/eventgrid/commands.py
--- 
old/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/commands.py  
    2018-04-06 19:33:13.000000000 +0200
+++ 
new/azure-cli-eventgrid-0.2.0/azure/cli/command_modules/eventgrid/commands.py   
    2018-07-14 01:41:34.000000000 +0200
@@ -22,7 +22,7 @@
 
     with self.command_group('eventgrid topic', topics_mgmt_util, 
client_factory=topics_factory) as g:
         g.command('create', 'create_or_update')
-        g.command('show', 'get')
+        g.show_command('show', 'get')
         g.command('key list', 'list_shared_access_keys')
         g.command('key regenerate', 'regenerate_key')
         g.command('delete', 'delete')
@@ -37,7 +37,7 @@
 
     with self.command_group('eventgrid event-subscription', 
client_factory=event_subscriptions_factory) as g:
         g.custom_command('create', 'cli_eventgrid_event_subscription_create')
-        g.custom_command('show', 'cli_eventgrid_event_subscription_get')
+        g.custom_show_command('show', 'cli_eventgrid_event_subscription_get')
         g.custom_command('delete', 'cli_eventgrid_event_subscription_delete')
         g.custom_command('list', 'cli_event_subscription_list')
         g.generic_update_command('update',
@@ -49,5 +49,5 @@
 
     with self.command_group('eventgrid topic-type', topic_type_mgmt_util) as g:
         g.command('list', 'list')
-        g.command('show', 'get')
+        g.show_command('show', 'get')
         g.command('list-event-types', 'list_event_types')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-eventgrid-0.1.12/azure_cli_eventgrid.egg-info/PKG-INFO 
new/azure-cli-eventgrid-0.2.0/azure_cli_eventgrid.egg-info/PKG-INFO
--- old/azure-cli-eventgrid-0.1.12/azure_cli_eventgrid.egg-info/PKG-INFO        
2018-04-06 19:33:38.000000000 +0200
+++ new/azure-cli-eventgrid-0.2.0/azure_cli_eventgrid.egg-info/PKG-INFO 
2018-07-14 01:41:43.000000000 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-eventgrid
-Version: 0.1.12
+Version: 0.2.0
 Summary: Microsoft Azure Command-Line Tools EventGrid Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'eventgrid' Command Module
         =======================================================
         
@@ -21,9 +20,16 @@
         Release History
         ===============
         
-        0.1.12
+        0.2.0
+        +++++
+        * BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+        
+        0.1.13
         ++++++
+        * Minor fixes.
         
+        0.1.12
+        ++++++
         * `sdist` is now compatible with wheel 0.31.0
         
         0.1.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventgrid-0.1.12/setup.py 
new/azure-cli-eventgrid-0.2.0/setup.py
--- old/azure-cli-eventgrid-0.1.12/setup.py     2018-04-06 19:33:13.000000000 
+0200
+++ new/azure-cli-eventgrid-0.2.0/setup.py      2018-07-14 01:41:34.000000000 
+0200
@@ -13,7 +13,7 @@
     logger.warn("Wheel is not available, disabling bdist_wheel hook")
     cmdclass = {}
 
-VERSION = "0.1.12"
+VERSION = "0.2.0"
 
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers


Reply via email to