Hello community,

here is the log from the commit of package azure-cli for openSUSE:Factory 
checked in at 2018-05-13 16:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli"

Sun May 13 16:00:51 2018 rev:3 rq:600028 version:2.0.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli/azure-cli.changes      2018-02-14 
09:29:13.424694295 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli.new/azure-cli.changes 2018-05-13 
16:00:57.379325983 +0200
@@ -1,0 +2,8 @@
+Mon Apr 23 08:17:18 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.31
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-cli-2.0.26.tar.gz

New:
----
  azure-cli-2.0.31.tar.gz

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

Other differences:
------------------
++++++ azure-cli.spec ++++++
--- /var/tmp/diff_new_pack.jxyOZE/_old  2018-05-13 16:00:58.207295775 +0200
+++ /var/tmp/diff_new_pack.jxyOZE/_new  2018-05-13 16:00:58.207295775 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           azure-cli
-Version:        2.0.26
+Version:        2.0.31
 Release:        0
 Summary:        Microsoft Azure CLI 2.0
 License:        MIT
@@ -50,6 +50,7 @@
 Requires:       azure-cli-dla
 Requires:       azure-cli-dls
 Requires:       azure-cli-eventgrid
+Requires:       azure-cli-eventhubs
 Requires:       azure-cli-extension
 Requires:       azure-cli-feedback
 Requires:       azure-cli-find
@@ -66,6 +67,8 @@
 Requires:       azure-cli-reservations
 Requires:       azure-cli-resource
 Requires:       azure-cli-role
+Requires:       azure-cli-servicebus
+Requires:       azure-cli-servicefabric
 Requires:       azure-cli-sql
 Requires:       azure-cli-storage
 Requires:       azure-cli-vm
@@ -95,7 +98,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{_bindir}/az
 %config /etc/bash_completion.d/az.completion.sh
 %exclude /usr/bin/az.bat

++++++ azure-cli-2.0.26.tar.gz -> azure-cli-2.0.31.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/HISTORY.rst 
new/azure-cli-2.0.31/HISTORY.rst
--- old/azure-cli-2.0.26/HISTORY.rst    2018-01-26 17:12:23.000000000 +0100
+++ new/azure-cli-2.0.31/HISTORY.rst    2018-04-06 19:33:13.000000000 +0200
@@ -3,6 +3,26 @@
 Release History
 ===============
 
+2.0.31
+++++++
+* Minor fixes
+
+2.0.30
+++++++
+* Minor fixes
+
+2.0.29
+++++++
+* Minor fixes
+
+2.0.28
+++++++
+* Bug fix for 'ValueError: field 6 out of range (need a 48-bit value)' - 
https://github.com/Azure/azure-cli/issues/5184
+
+2.0.27
+++++++
+* Minor fixes
+
 2.0.26
 ++++++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/PKG-INFO 
new/azure-cli-2.0.31/PKG-INFO
--- old/azure-cli-2.0.26/PKG-INFO       2018-01-26 17:12:26.000000000 +0100
+++ new/azure-cli-2.0.31/PKG-INFO       2018-04-06 19:33:16.000000000 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli
-Version: 2.0.26
+Version: 2.0.31
 Summary: Microsoft Azure Command-Line Tools
 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 2.0
         =======================
         
@@ -118,6 +119,26 @@
         Release History
         ===============
         
+        2.0.31
+        ++++++
+        * Minor fixes
+        
+        2.0.30
+        ++++++
+        * Minor fixes
+        
+        2.0.29
+        ++++++
+        * Minor fixes
+        
+        2.0.28
+        ++++++
+        * Bug fix for 'ValueError: field 6 out of range (need a 48-bit value)' 
- https://github.com/Azure/azure-cli/issues/5184
+        
+        2.0.27
+        ++++++
+        * Minor fixes
+        
         2.0.26
         ++++++
         * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/az new/azure-cli-2.0.31/az
--- old/azure-cli-2.0.26/az     2018-01-26 17:12:23.000000000 +0100
+++ new/azure-cli-2.0.31/az     2018-04-06 19:33:13.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 SOURCE="${BASH_SOURCE[0]}"
 while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a 
symlink
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/azure/cli/__init__.py 
new/azure-cli-2.0.31/azure/cli/__init__.py
--- old/azure-cli-2.0.26/azure/cli/__init__.py  2018-01-26 17:12:23.000000000 
+0100
+++ new/azure-cli-2.0.31/azure/cli/__init__.py  2018-04-06 19:33:13.000000000 
+0200
@@ -11,4 +11,4 @@
 pkg_resources.declare_namespace(__name__)
 
 __author__ = "Microsoft Corporation <pyt...@microsoft.com>"
-__version__ = "2.0.26"
+__version__ = "2.0.31"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/azure/cli/__main__.py 
new/azure-cli-2.0.31/azure/cli/__main__.py
--- old/azure-cli-2.0.26/azure/cli/__main__.py  2018-01-26 17:12:23.000000000 
+0100
+++ new/azure-cli-2.0.31/azure/cli/__main__.py  2018-04-06 19:33:13.000000000 
+0200
@@ -4,6 +4,7 @@
 # 
--------------------------------------------------------------------------------------------
 
 import sys
+import uuid
 
 from knack.completion import ARGCOMPLETE_ENV_NAME
 from knack.log import get_logger
@@ -12,6 +13,15 @@
 
 import azure.cli.core.telemetry as telemetry
 
+
+# A workaround for https://bugs.python.org/issue32502 
(https://github.com/Azure/azure-cli/issues/5184)
+# If uuid1 raises ValueError, use uuid4 instead.
+try:
+    uuid.uuid1()
+except ValueError:
+    uuid.uuid1 = uuid.uuid4
+
+
 logger = get_logger(__name__)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/azure_cli.egg-info/PKG-INFO 
new/azure-cli-2.0.31/azure_cli.egg-info/PKG-INFO
--- old/azure-cli-2.0.26/azure_cli.egg-info/PKG-INFO    2018-01-26 
17:12:26.000000000 +0100
+++ new/azure-cli-2.0.31/azure_cli.egg-info/PKG-INFO    2018-04-06 
19:33:16.000000000 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli
-Version: 2.0.26
+Version: 2.0.31
 Summary: Microsoft Azure Command-Line Tools
 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 2.0
         =======================
         
@@ -118,6 +119,26 @@
         Release History
         ===============
         
+        2.0.31
+        ++++++
+        * Minor fixes
+        
+        2.0.30
+        ++++++
+        * Minor fixes
+        
+        2.0.29
+        ++++++
+        * Minor fixes
+        
+        2.0.28
+        ++++++
+        * Bug fix for 'ValueError: field 6 out of range (need a 48-bit value)' 
- https://github.com/Azure/azure-cli/issues/5184
+        
+        2.0.27
+        ++++++
+        * Minor fixes
+        
         2.0.26
         ++++++
         * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/azure_cli.egg-info/requires.txt 
new/azure-cli-2.0.31/azure_cli.egg-info/requires.txt
--- old/azure-cli-2.0.26/azure_cli.egg-info/requires.txt        2018-01-26 
17:12:26.000000000 +0100
+++ new/azure-cli-2.0.31/azure_cli.egg-info/requires.txt        2018-04-06 
19:33:16.000000000 +0200
@@ -37,3 +37,5 @@
 azure-cli-storage
 azure-cli-vm
 azure-cli-servicefabric
+azure-cli-servicebus
+azure-cli-eventhubs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.26/setup.py 
new/azure-cli-2.0.31/setup.py
--- old/azure-cli-2.0.26/setup.py       2018-01-26 17:12:23.000000000 +0100
+++ new/azure-cli-2.0.31/setup.py       2018-04-06 19:33:13.000000000 +0200
@@ -15,7 +15,7 @@
     logger.warn("Wheel is not available, disabling bdist_wheel hook")
     cmdclass = {}
 
-VERSION = "2.0.26"
+VERSION = "2.0.31"
 # If we have source, validate that our version numbers match
 # This should prevent uploading releases with mismatched versions.
 try:
@@ -87,7 +87,9 @@
     'azure-cli-sql',
     'azure-cli-storage',
     'azure-cli-vm',
-    'azure-cli-servicefabric'
+    'azure-cli-servicefabric',
+    'azure-cli-servicebus',
+    'azure-cli-eventhubs'
 ]
 
 with open('README.rst', 'r', encoding='utf-8') as f:


Reply via email to