Hello community,

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

Package is "azure-cli-billing"

Thu Oct 31 18:15:17 2019 rev:7 rq:742675 version:0.2.2

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

Old:
----
  azure-cli-billing-0.2.1.tar.gz

New:
----
  azure-cli-billing-0.2.2.tar.gz

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

Other differences:
------------------
++++++ azure-cli-billing.spec ++++++
--- /var/tmp/diff_new_pack.mcaOMM/_old  2019-10-31 18:15:20.406015782 +0100
+++ /var/tmp/diff_new_pack.mcaOMM/_new  2019-10-31 18:15:20.410015786 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           azure-cli-billing
-Version:        0.2.1
+Version:        0.2.2
 Release:        0
 Summary:        Microsoft Azure CLI 'billing' Command Module
 License:        MIT

++++++ azure-cli-billing-0.2.1.tar.gz -> azure-cli-billing-0.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-billing-0.2.1/HISTORY.rst 
new/azure-cli-billing-0.2.2/HISTORY.rst
--- old/azure-cli-billing-0.2.1/HISTORY.rst     2019-03-22 18:35:21.000000000 
+0100
+++ new/azure-cli-billing-0.2.2/HISTORY.rst     2019-06-13 23:17:46.000000000 
+0200
@@ -2,6 +2,11 @@
 
 Release History
 ===============
+
+0.2.2
++++++
+* Minor fixes
+
 0.2.1
 +++++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-billing-0.2.1/PKG-INFO 
new/azure-cli-billing-0.2.2/PKG-INFO
--- old/azure-cli-billing-0.2.1/PKG-INFO        2019-03-22 18:35:51.000000000 
+0100
+++ new/azure-cli-billing-0.2.2/PKG-INFO        2019-06-13 23:18:07.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-billing
-Version: 0.2.1
+Version: 0.2.2
 Summary: Microsoft Azure Command-Line Tools Billing Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,11 @@
         
         Release History
         ===============
+        
+        0.2.2
+        +++++
+        * Minor fixes
+        
         0.2.1
         +++++
         * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-billing-0.2.1/azure/cli/command_modules/billing/__init__.py 
new/azure-cli-billing-0.2.2/azure/cli/command_modules/billing/__init__.py
--- old/azure-cli-billing-0.2.1/azure/cli/command_modules/billing/__init__.py   
2019-03-22 18:35:21.000000000 +0100
+++ new/azure-cli-billing-0.2.2/azure/cli/command_modules/billing/__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
         billing_custom = 
CliCommandType(operations_tmpl='azure.cli.command_modules.billing.custom#{}')
         super(BillingCommandsLoader, self).__init__(cli_ctx=cli_ctx, 
custom_command_type=billing_custom,
-                                                    
min_profile="2017-03-10-profile")
+                                                    
resource_type=ResourceType.MGMT_BILLING)
 
     def load_command_table(self, args):
         from azure.cli.command_modules.billing.commands import 
load_command_table
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-billing-0.2.1/azure_cli_billing.egg-info/PKG-INFO 
new/azure-cli-billing-0.2.2/azure_cli_billing.egg-info/PKG-INFO
--- old/azure-cli-billing-0.2.1/azure_cli_billing.egg-info/PKG-INFO     
2019-03-22 18:35:51.000000000 +0100
+++ new/azure-cli-billing-0.2.2/azure_cli_billing.egg-info/PKG-INFO     
2019-06-13 23:18:07.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-billing
-Version: 0.2.1
+Version: 0.2.2
 Summary: Microsoft Azure Command-Line Tools Billing Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,11 @@
         
         Release History
         ===============
+        
+        0.2.2
+        +++++
+        * Minor fixes
+        
         0.2.1
         +++++
         * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-billing-0.2.1/setup.py 
new/azure-cli-billing-0.2.2/setup.py
--- old/azure-cli-billing-0.2.1/setup.py        2019-03-22 18:35:21.000000000 
+0100
+++ new/azure-cli-billing-0.2.2/setup.py        2019-06-13 23:17:46.000000000 
+0200
@@ -16,7 +16,7 @@
     cmdclass = {}
 
 
-VERSION = "0.2.1"
+VERSION = "0.2.2"
 # The full list of classifiers is available at
 # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 CLASSIFIERS = [


Reply via email to