commit azure-cli-core for openSUSE:Factory

2020-10-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-10-13 15:44:31

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.3486 (New)


Package is "azure-cli-core"

Tue Oct 13 15:44:31 2020 rev:19 rq:841540 version:2.13.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-10-02 17:32:48.394577620 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.3486/azure-cli-core.changes  
2020-10-13 15:45:50.209454658 +0200
@@ -1,0 +2,9 @@
+Tue Oct 13 09:35:54 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.13.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Override upstream version in Requires for python-azure-mgmt-resource
+
+---

Old:

  azure-cli-core-2.12.1.tar.gz

New:

  azure-cli-core-2.13.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.qHx9Ua/_old  2020-10-13 15:45:50.941454974 +0200
+++ /var/tmp/diff_new_pack.qHx9Ua/_new  2020-10-13 15:45:50.941454974 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.12.1
+Version:2.13.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -43,8 +43,8 @@
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.2.0
-Requires:   python3-azure-mgmt-resource < 11.0.0
-Requires:   python3-azure-mgmt-resource >= 10.2.0
+Requires:   python3-azure-mgmt-resource < 16.0.0
+Requires:   python3-azure-mgmt-resource >= 15.0.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.4.1
 Requires:   python3-humanfriendly < 9.0

++ azure-cli-core-2.12.1.tar.gz -> azure-cli-core-2.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.12.1/HISTORY.rst 
new/azure-cli-core-2.13.0/HISTORY.rst
--- old/azure-cli-core-2.12.1/HISTORY.rst   2020-09-28 10:37:30.0 
+0200
+++ new/azure-cli-core-2.13.0/HISTORY.rst   2020-10-12 09:58:16.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.13.0
+++
+* Minor fixes
+
 2.12.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.12.1/PKG-INFO 
new/azure-cli-core-2.13.0/PKG-INFO
--- old/azure-cli-core-2.12.1/PKG-INFO  2020-09-28 10:37:45.0 +0200
+++ new/azure-cli-core-2.13.0/PKG-INFO  2020-10-12 09:58:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.12.1
+Version: 2.13.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,10 @@
 Release History
 ===
 
+2.13.0
+++
+* Minor fixes
+
 2.12.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.12.1/azure/cli/core/__init__.py 
new/azure-cli-core-2.13.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.12.1/azure/cli/core/__init__.py2020-09-28 
10:37:30.0 +0200
+++ new/azure-cli-core-2.13.0/azure/cli/core/__init__.py2020-10-12 
09:58:16.0 +0200
@@ -6,7 +6,7 @@
 
 from __future__ import print_function
 
-__version__ = "2.12.1"
+__version__ = "2.13.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.12.1/azure/cli/core/adal_authentication.py 
new/azure-cli-core-2.13.0/azure/cli/core/adal_authentication.py
--- old/azure-cli-core-2.12.1/azure/cli/core/adal_authentication.py 
2020-09-28 10:37:30.0 +0200
+++ new/azure-cli-core-2.13.0/azure/cli/core/adal_authentication.py 
2020-10-12 09:58:16.0 +0200
@@ -36,7 +36,7 @@
 if in_cloud_console():
 AdalAuthentication._log_hostname()
 
-err = (getattr(err, 'error_response', None) or 
{}).get('error_description') or ''
+err = (getattr(err, 'error_response', None) or 
{}).get('error_description') or str(err)
 if 'AADSTS70008' in err:  # all errors starting with 70008 should 
be creds expiration related
 raise CLIError("Credentials have expired due to inactivity. 
{}".format(
 "Please run 'az login'" if not 

commit azure-cli-core for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-10-02 17:32:26

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.4249 (New)


Package is "azure-cli-core"

Fri Oct  2 17:32:26 2020 rev:18 rq:838784 version:2.12.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-08-19 18:54:44.499780790 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.4249/azure-cli-core.changes  
2020-10-02 17:32:48.394577620 +0200
@@ -1,0 +2,28 @@
+Wed Sep 30 12:53:01 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.12.1
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Add patch to disable automatic check for updates (boo#1175289)
+  + acc_disable-update-check.patch
+
+---
+Tue Sep 22 10:47:00 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release (bsc#1176784, bsc#1176785)
+  + Version 2.12.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---
+Mon Aug 31 12:10:04 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.11.1
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---
@@ -7 +35 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -16 +44 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -25 +53 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -34 +62 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -43 +71 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -52 +80 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -61 +89 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -71 +99 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -79 +107 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -88 +116 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -97 +125 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -106 +134 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -127 +155 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package
@@ -141 +169 @@
-HISTORY.txt file provided with this package
+HISTORY.rst file provided with this package

Old:

  azure-cli-core-2.10.1.tar.gz

New:

  acc_disable-update-check.patch
  azure-cli-core-2.12.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.04pQZH/_old  2020-10-02 17:32:50.194578697 +0200
+++ /var/tmp/diff_new_pack.04pQZH/_new  2020-10-02 17:32:50.198578700 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.10.1
+Version:2.12.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -25,6 +25,7 @@
 URL:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
+Patch0: acc_disable-update-check.patch
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -32,7 +33,7 @@
 BuildRequires:  python3-mock
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
-Requires:   azure-cli-telemetry
+Requires:   azure-cli-telemetry >= 1.0.6
 Requires:   python3-PyJWT
 Requires:   python3-PyYAML < 6.0
 Requires:   python3-PyYAML >= 5.2
@@ -41,9 +42,9 @@
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
-Requires:   python3-azure-mgmt-core >= 1.0.0
+Requires:   python3-azure-mgmt-core >= 1.2.0
 Requires:   python3-azure-mgmt-resource < 11.0.0
-Requires:   python3-azure-mgmt-resource >= 10.1.0

commit azure-cli-core for openSUSE:Factory

2020-08-19 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-08-19 18:52:52

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.3399 (New)


Package is "azure-cli-core"

Wed Aug 19 18:52:52 2020 rev:17 rq:827685 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-07-26 16:19:02.192791035 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.3399/azure-cli-core.changes  
2020-08-19 18:54:44.499780790 +0200
@@ -1,0 +2,9 @@
+Tue Aug 18 21:25:40 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release (boo#1175289)
+  + Version 2.10.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.9.1.tar.gz

New:

  azure-cli-core-2.10.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.yuF43K/_old  2020-08-19 18:54:47.419782342 +0200
+++ /var/tmp/diff_new_pack.yuF43K/_new  2020-08-19 18:54:47.423782344 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.9.1
+Version:2.10.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -43,14 +43,14 @@
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.0.0
 Requires:   python3-azure-mgmt-resource < 11.0.0
-Requires:   python3-azure-mgmt-resource >= 10.0.0
+Requires:   python3-azure-mgmt-resource >= 10.1.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.4.1
 Requires:   python3-humanfriendly < 9.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.7.1
+Requires:   python3-knack >= 0.7.2
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.0.0
 Requires:   python3-msal-extensions < 1.0.0

++ azure-cli-core-2.9.1.tar.gz -> azure-cli-core-2.10.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.9.1/HISTORY.rst 
new/azure-cli-core-2.10.1/HISTORY.rst
--- old/azure-cli-core-2.9.1/HISTORY.rst2020-07-16 10:09:55.0 
+0200
+++ new/azure-cli-core-2.10.1/HISTORY.rst   2020-08-06 10:46:59.0 
+0200
@@ -3,6 +3,14 @@
 Release History
 ===
 
+2.10.1
+++
+* Minor fixes
+
+2.10.0
+++
+* Minor fixes
+
 2.9.1
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.9.1/PKG-INFO 
new/azure-cli-core-2.10.1/PKG-INFO
--- old/azure-cli-core-2.9.1/PKG-INFO   2020-07-16 10:10:08.0 +0200
+++ new/azure-cli-core-2.10.1/PKG-INFO  2020-08-06 10:47:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.9.1
+Version: 2.10.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,14 @@
 Release History
 ===
 
+2.10.1
+++
+* Minor fixes
+
+2.10.0
+++
+* Minor fixes
+
 2.9.1
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.9.1/azure/cli/core/__init__.py 
new/azure-cli-core-2.10.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.9.1/azure/cli/core/__init__.py 2020-07-16 
10:09:55.0 +0200
+++ new/azure-cli-core-2.10.1/azure/cli/core/__init__.py2020-08-06 
10:46:59.0 +0200
@@ -6,7 +6,7 @@
 
 from __future__ import print_function
 
-__version__ = "2.9.1"
+__version__ = "2.10.1"
 
 import os
 import sys
@@ -373,18 +373,6 @@
 res.append(sup)
 return res
 
-def _roughly_parse_command(args):
-# Roughly parse the command part:  --name vm1
-# Similar to 
knack.invocation.CommandInvoker._rudimentary_get_command, but we don't need to 
bother with
-# positional args
-nouns = []
-for arg in args:
-if arg and arg[0] != '-':
-nouns.append(arg)
-else:
-break
-return ' '.join(nouns).lower()
-
 # Clear the tables to make this method idempotent
 self.command_group_table.clear()
 self.command_table.clear()
@@ 

commit azure-cli-core for openSUSE:Factory

2020-07-26 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-07-26 16:17:43

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.3592 (New)


Package is "azure-cli-core"

Sun Jul 26 16:17:43 2020 rev:16 rq:821948 version:2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-06-27 23:22:21.365778057 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.3592/azure-cli-core.changes  
2020-07-26 16:19:02.192791035 +0200
@@ -1,0 +2,9 @@
+Mon Jul 20 14:42:00 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.9.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.7.0.tar.gz

New:

  azure-cli-core-2.9.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.I6ldk1/_old  2020-07-26 16:19:03.328792098 +0200
+++ /var/tmp/diff_new_pack.I6ldk1/_new  2020-07-26 16:19:03.332792101 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.7.0
+Version:2.9.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -42,10 +42,10 @@
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.0.0
-Requires:   python3-azure-mgmt-resource < 10.0.0
-Requires:   python3-azure-mgmt-resource >= 9.0.0
+Requires:   python3-azure-mgmt-resource < 11.0.0
+Requires:   python3-azure-mgmt-resource >= 10.0.0
 Requires:   python3-azure-nspkg >= 3.0.0
-Requires:   python3-colorama >= 0.3.9
+Requires:   python3-colorama >= 0.4.1
 Requires:   python3-humanfriendly < 9.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
@@ -63,7 +63,7 @@
 Requires:   python3-pkginfo >= 1.5.0.1
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests < 3.0.0
-Requires:   python3-requests >= 2.20
+Requires:   python3-requests >= 2.22
 Requires:   python3-six < 2.0.0
 Requires:   python3-six >= 1.12
 Requires:   python3-wheel >= 0.30.0

++ azure-cli-core-2.7.0.tar.gz -> azure-cli-core-2.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.7.0/HISTORY.rst 
new/azure-cli-core-2.9.1/HISTORY.rst
--- old/azure-cli-core-2.7.0/HISTORY.rst2020-05-29 10:06:31.0 
+0200
+++ new/azure-cli-core-2.9.1/HISTORY.rst2020-07-16 10:09:55.0 
+0200
@@ -3,6 +3,18 @@
 Release History
 ===
 
+2.9.1
+++
+* Minor fixes
+
+2.9.0
+++
+* Fix get_token() issue in msi login and `expiresIn` key error in cloud shell 
login credentials for track 2 SDK related commands (#14187)
+
+2.8.0
+++
+* Add get_command_loader() entry to support to load customized CommandLoader 
(#13763)
+
 2.7.0
 ++
 * Enable local context for location (#13682)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.7.0/PKG-INFO 
new/azure-cli-core-2.9.1/PKG-INFO
--- old/azure-cli-core-2.7.0/PKG-INFO   2020-05-29 10:06:40.0 +0200
+++ new/azure-cli-core-2.9.1/PKG-INFO   2020-07-16 10:10:08.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.7.0
+Version: 2.9.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,18 @@
 Release History
 ===
 
+2.9.1
+++
+* Minor fixes
+
+2.9.0
+++
+* Fix get_token() issue in msi login and `expiresIn` key error in 
cloud shell login credentials for track 2 SDK related commands (#14187)
+
+2.8.0
+++
+* Add get_command_loader() entry to support to load customized 
CommandLoader (#13763)
+
 2.7.0
 ++
 * Enable local context for location (#13682)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.7.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.9.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.7.0/azure/cli/core/__init__.py 2020-05-29 
10:06:31.0 +0200
+++ new/azure-cli-core-2.9.1/azure/cli/core/__init__.py 2020-07-16 
10:09:55.0 +0200
@@ -6,7 +6,7 @@
 
 from __future__ import print_function
 
-__version__ = "2.7.0"

commit azure-cli-core for openSUSE:Factory

2020-06-27 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-06-27 23:22:20

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.3060 (New)


Package is "azure-cli-core"

Sat Jun 27 23:22:20 2020 rev:15 rq:815589 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-05-08 23:06:30.922004879 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.3060/azure-cli-core.changes  
2020-06-27 23:22:21.365778057 +0200
@@ -1,0 +2,9 @@
+Wed Jun 17 16:19:20 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.7.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.5.1.tar.gz

New:

  azure-cli-core-2.7.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.dCCFhE/_old  2020-06-27 23:22:21.833779595 +0200
+++ /var/tmp/diff_new_pack.dCCFhE/_new  2020-06-27 23:22:21.833779595 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.5.1
+Version:2.7.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -37,7 +37,7 @@
 Requires:   python3-PyYAML < 6.0
 Requires:   python3-PyYAML >= 5.2
 Requires:   python3-adal < 2.0
-Requires:   python3-adal >= 1.2
+Requires:   python3-adal >= 1.2.3
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
@@ -50,9 +50,11 @@
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.7.0~rc4
+Requires:   python3-knack >= 0.7.1
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.0.0
+Requires:   python3-msal-extensions < 1.0.0
+Requires:   python3-msal-extensions >= 0.1.3
 Requires:   python3-msrest >= 0.4.4
 Requires:   python3-msrestazure >= 0.6.3
 Requires:   python3-paramiko < 3.0.0

++ azure-cli-core-2.5.1.tar.gz -> azure-cli-core-2.7.0.tar.gz ++
 1604 lines of diff (skipped)




commit azure-cli-core for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-05-08 23:06:24

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.2738 (New)


Package is "azure-cli-core"

Fri May  8 23:06:24 2020 rev:14 rq:801209 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-05-03 22:45:59.471002910 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2738/azure-cli-core.changes  
2020-05-08 23:06:30.922004879 +0200
@@ -1,0 +2,9 @@
+Thu May  7 07:46:57 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.5.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.3.1.tar.gz

New:

  azure-cli-core-2.5.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.clQA0g/_old  2020-05-08 23:06:31.466005991 +0200
+++ /var/tmp/diff_new_pack.clQA0g/_new  2020-05-08 23:06:31.466005991 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.3.1
+Version:2.5.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -40,21 +40,25 @@
 Requires:   python3-adal >= 1.2
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
-Requires:   python3-azure-mgmt-resource < 9.0.0
-Requires:   python3-azure-mgmt-resource >= 8.0.1
+Requires:   python3-azure-mgmt-core < 2.0.0
+Requires:   python3-azure-mgmt-core >= 1.0.0
+Requires:   python3-azure-mgmt-resource < 10.0.0
+Requires:   python3-azure-mgmt-resource >= 9.0.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.3.9
 Requires:   python3-humanfriendly < 9.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.7.0~rc1
+Requires:   python3-knack >= 0.7.0~rc4
+Requires:   python3-msal < 2.0.0
+Requires:   python3-msal >= 1.0.0
 Requires:   python3-msrest >= 0.4.4
-Requires:   python3-msrestazure >= 0.6.2
+Requires:   python3-msrestazure >= 0.6.3
 Requires:   python3-paramiko < 3.0.0
-Requires:   python3-paramiko >= 2.0.
+Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
-Requires:   python3-pkginfo
+Requires:   python3-pkginfo >= 1.5.0.1
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests < 3.0.0
 Requires:   python3-requests >= 2.20

++ azure-cli-core-2.3.1.tar.gz -> azure-cli-core-2.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.3.1/HISTORY.rst 
new/azure-cli-core-2.5.1/HISTORY.rst
--- old/azure-cli-core-2.3.1/HISTORY.rst2020-04-01 09:16:17.0 
+0200
+++ new/azure-cli-core-2.5.1/HISTORY.rst2020-04-30 08:18:16.0 
+0200
@@ -3,6 +3,27 @@
 Release History
 ===
 
+2.5.1
+++
+* Minor fixes
+
+2.5.0
+++
+* Fix logging file fd leaking (#13102)
+* Fix core tests failed under certain profiles (#13136)
+* Use pkginfo to query metadata for Python Package (#12782)
+
+2.4.0
+++
+* Upgrade msrestazure to 0.6.3 (#12839)
+* Output more error details of exceptions if possible (#12945)
+* Support track1 and track2 mgmt SDK side by side (#12952)
+* Fix generic remove property NoneType exception (#12950)
+* `az --version`: Show command instruction and detailed instruction link when 
updates available (#12981)
+* Fix bug in core test test_parser that will affect exception stack while 
existing if argument parse raise Exception
+* Make CLI respect file logging configuration option: enable_log_file and 
AZURE_LOGGING_ENABLE_LOG_FILE env variable
+* Fix the name of extension of dev type is None if it has incompatibility 
problem with core
+
 2.3.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.3.1/PKG-INFO 
new/azure-cli-core-2.5.1/PKG-INFO
--- old/azure-cli-core-2.3.1/PKG-INFO   2020-04-01 09:16:27.0 +0200
+++ new/azure-cli-core-2.5.1/PKG-INFO   2020-04-30 08:18:30.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.3.1
+Version: 2.5.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,27 @@
 Release History
 ===
 

commit azure-cli-core for openSUSE:Factory

2020-05-03 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-05-03 22:45:55

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.2738 (New)


Package is "azure-cli-core"

Sun May  3 22:45:55 2020 rev:13 rq:791835 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-03-11 18:55:23.423676062 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2738/azure-cli-core.changes  
2020-05-03 22:45:59.471002910 +0200
@@ -1,0 +2,9 @@
+Thu Apr  2 09:32:24 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.3.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  azure-cli-core-2.2.0.tar.gz

New:

  azure-cli-core-2.3.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.gHpnvz/_old  2020-05-03 22:46:01.039006100 +0200
+++ /var/tmp/diff_new_pack.gHpnvz/_new  2020-05-03 22:46:01.043006109 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.2.0
+Version:2.3.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -29,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-azure-nspkg >= 3.0.0
+BuildRequires:  python3-mock
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry
@@ -43,19 +44,20 @@
 Requires:   python3-azure-mgmt-resource >= 8.0.1
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.3.9
-Requires:   python3-humanfriendly < 7.0
+Requires:   python3-humanfriendly < 9.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.6.2
+Requires:   python3-knack >= 0.7.0~rc1
 Requires:   python3-msrest >= 0.4.4
 Requires:   python3-msrestazure >= 0.6.2
 Requires:   python3-paramiko < 3.0.0
-Requires:   python3-paramiko >= 2.0.8
+Requires:   python3-paramiko >= 2.0.
 Requires:   python3-pip
+Requires:   python3-pkginfo
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests < 3.0.0
-Requires:   python3-requests >= 2.20.0
+Requires:   python3-requests >= 2.20
 Requires:   python3-six < 2.0.0
 Requires:   python3-six >= 1.12
 Requires:   python3-wheel >= 0.30.0

++ azure-cli-core-2.2.0.tar.gz -> azure-cli-core-2.3.1.tar.gz ++
 1611 lines of diff (skipped)




commit azure-cli-core for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-03-11 18:53:24

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.3160 (New)


Package is "azure-cli-core"

Wed Mar 11 18:53:24 2020 rev:12 rq:783687 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-02-28 15:20:20.229770465 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.3160/azure-cli-core.changes  
2020-03-11 18:55:23.423676062 +0100
@@ -1,0 +2,9 @@
+Tue Mar 10 12:47:29 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.2.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.1.0.tar.gz

New:

  azure-cli-core-2.2.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.GPfr5O/_old  2020-03-11 18:55:24.143676385 +0100
+++ /var/tmp/diff_new_pack.GPfr5O/_new  2020-03-11 18:55:24.143676385 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -33,7 +33,8 @@
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry
 Requires:   python3-PyJWT
-Requires:   python3-PyYAML
+Requires:   python3-PyYAML < 6.0
+Requires:   python3-PyYAML >= 5.2
 Requires:   python3-adal < 2.0
 Requires:   python3-adal >= 1.2
 Requires:   python3-argcomplete < 2.0
@@ -53,6 +54,7 @@
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
 Requires:   python3-pyOpenSSL >= 17.1.0
+Requires:   python3-requests < 3.0.0
 Requires:   python3-requests >= 2.20.0
 Requires:   python3-six < 2.0.0
 Requires:   python3-six >= 1.12

++ azure-cli-core-2.1.0.tar.gz -> azure-cli-core-2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.1.0/HISTORY.rst 
new/azure-cli-core-2.2.0/HISTORY.rst
--- old/azure-cli-core-2.1.0/HISTORY.rst2020-02-14 06:19:06.0 
+0100
+++ new/azure-cli-core-2.2.0/HISTORY.rst2020-03-06 15:37:38.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.2.0
+++
+* az cloud show: add application insights endpoint for China/US cloud
+
 2.1.0
 ++
 * Support `--output yamlc` for colorized YAML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.1.0/PKG-INFO 
new/azure-cli-core-2.2.0/PKG-INFO
--- old/azure-cli-core-2.1.0/PKG-INFO   2020-02-14 06:19:19.0 +0100
+++ new/azure-cli-core-2.2.0/PKG-INFO   2020-03-06 15:37:48.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.1.0
+Version: 2.2.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,10 @@
 Release History
 ===
 
+2.2.0
+++
+* az cloud show: add application insights endpoint for China/US cloud
+
 2.1.0
 ++
 * Support `--output yamlc` for colorized YAML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.1.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.2.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.1.0/azure/cli/core/__init__.py 2020-02-14 
06:19:06.0 +0100
+++ new/azure-cli-core-2.2.0/azure/cli/core/__init__.py 2020-03-06 
15:37:38.0 +0100
@@ -4,7 +4,7 @@
 # 

 from __future__ import print_function
 
-__version__ = "2.1.0"
+__version__ = "2.2.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.1.0/azure/cli/core/_help.py 
new/azure-cli-core-2.2.0/azure/cli/core/_help.py
--- old/azure-cli-core-2.1.0/azure/cli/core/_help.py2020-02-14 
06:19:06.0 +0100
+++ new/azure-cli-core-2.2.0/azure/cli/core/_help.py2020-03-06 
15:37:38.0 +0100
@@ -78,7 +78,7 @@
 from colorama import Style
 indent = 0
 _print_indent('Examples', indent)
-for e in AzCliHelp.example_provider(help_file):
+for e in help_file.examples:
 indent = 1
 _print_indent(u'{0}'.format(e.short_summary), indent)
 

commit azure-cli-core for openSUSE:Factory

2020-02-28 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-02-28 15:20:12

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.26092 (New)


Package is "azure-cli-core"

Fri Feb 28 15:20:12 2020 rev:11 rq:778819 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-01-17 16:07:34.852502312 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.26092/azure-cli-core.changes 
2020-02-28 15:20:20.229770465 +0100
@@ -1,0 +2,10 @@
+Mon Feb 24 15:13:14 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Relax version dependency for python-humanfriendly in Requires
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.0.80.tar.gz

New:

  azure-cli-core-2.1.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.9hVkpn/_old  2020-02-28 15:20:20.765771556 +0100
+++ /var/tmp/diff_new_pack.9hVkpn/_new  2020-02-28 15:20:20.769771564 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.0.80
+Version:2.1.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -38,11 +38,11 @@
 Requires:   python3-adal >= 1.2
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
-Requires:   python3-azure-mgmt-resource < 8.0
-Requires:   python3-azure-mgmt-resource >= 7.0
+Requires:   python3-azure-mgmt-resource < 9.0.0
+Requires:   python3-azure-mgmt-resource >= 8.0.1
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.3.9
-Requires:   python3-humanfriendly < 5.0
+Requires:   python3-humanfriendly < 7.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0

++ azure-cli-core-2.0.80.tar.gz -> azure-cli-core-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.80/HISTORY.rst 
new/azure-cli-core-2.1.0/HISTORY.rst
--- old/azure-cli-core-2.0.80/HISTORY.rst   2020-01-13 06:00:08.0 
+0100
+++ new/azure-cli-core-2.1.0/HISTORY.rst2020-02-14 06:19:06.0 
+0100
@@ -3,6 +3,14 @@
 Release History
 ===
 
+2.1.0
+++
+* Support `--output yamlc` for colorized YAML
+
+2.0.81
+++
+* `get_raw_token`: Add `tenant` parameter to acquire token for the tenant 
directly, needless to specify a subscription
+
 2.0.80
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.80/PKG-INFO 
new/azure-cli-core-2.1.0/PKG-INFO
--- old/azure-cli-core-2.0.80/PKG-INFO  2020-01-13 06:00:13.0 +0100
+++ new/azure-cli-core-2.1.0/PKG-INFO   2020-02-14 06:19:19.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.0.80
+Version: 2.1.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,14 @@
 Release History
 ===
 
+2.1.0
+++
+* Support `--output yamlc` for colorized YAML
+
+2.0.81
+++
+* `get_raw_token`: Add `tenant` parameter to acquire token for the 
tenant directly, needless to specify a subscription
+
 2.0.80
 ++
 * No changes
@@ -490,8 +498,6 @@
 Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: System Administrators
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.80/azure/cli/core/__init__.py 
new/azure-cli-core-2.1.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.0.80/azure/cli/core/__init__.py2020-01-13 
06:00:08.0 +0100
+++ new/azure-cli-core-2.1.0/azure/cli/core/__init__.py 2020-02-14 
06:19:06.0 +0100
@@ -4,7 +4,7 @@
 # 

 from __future__ import print_function
 
-__version__ = "2.0.80"
+__version__ = "2.1.0"
 

commit azure-cli-core for openSUSE:Factory

2020-01-17 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-01-17 16:06:54

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.26092 (New)


Package is "azure-cli-core"

Fri Jan 17 16:06:54 2020 rev:10 rq:765147 version:2.0.80

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-01-13 22:20:49.626498824 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.26092/azure-cli-core.changes 
2020-01-17 16:07:34.852502312 +0100
@@ -1,0 +2,8 @@
+Thu Jan 16 14:33:52 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.80
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-core-2.0.79.tar.gz

New:

  azure-cli-core-2.0.80.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.zCAVPK/_old  2020-01-17 16:07:36.344503018 +0100
+++ /var/tmp/diff_new_pack.zCAVPK/_new  2020-01-17 16:07:36.348503020 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.0.79
+Version:2.0.80
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.0.79.tar.gz -> azure-cli-core-2.0.80.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.79/HISTORY.rst 
new/azure-cli-core-2.0.80/HISTORY.rst
--- old/azure-cli-core-2.0.79/HISTORY.rst   2020-01-03 08:29:52.0 
+0100
+++ new/azure-cli-core-2.0.80/HISTORY.rst   2020-01-13 06:00:08.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.0.80
+++
+* No changes
+
 2.0.79
 ++
 * Fix #11586: `az login` is not recorded in server telemetry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.79/PKG-INFO 
new/azure-cli-core-2.0.80/PKG-INFO
--- old/azure-cli-core-2.0.79/PKG-INFO  2020-01-03 08:30:01.0 +0100
+++ new/azure-cli-core-2.0.80/PKG-INFO  2020-01-13 06:00:13.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.0.79
+Version: 2.0.80
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,10 @@
 Release History
 ===
 
+2.0.80
+++
+* No changes
+
 2.0.79
 ++
 * Fix #11586: `az login` is not recorded in server telemetry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.79/azure/cli/core/__init__.py 
new/azure-cli-core-2.0.80/azure/cli/core/__init__.py
--- old/azure-cli-core-2.0.79/azure/cli/core/__init__.py2020-01-03 
08:29:52.0 +0100
+++ new/azure-cli-core-2.0.80/azure/cli/core/__init__.py2020-01-13 
06:00:08.0 +0100
@@ -4,7 +4,7 @@
 # 

 from __future__ import print_function
 
-__version__ = "2.0.79"
+__version__ = "2.0.80"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.0.79/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.0.80/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.0.79/azure_cli_core.egg-info/PKG-INFO  2020-01-03 
08:30:01.0 +0100
+++ new/azure-cli-core-2.0.80/azure_cli_core.egg-info/PKG-INFO  2020-01-13 
06:00:13.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.0.79
+Version: 2.0.80
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,10 @@
 Release History
 ===
 
+2.0.80
+++
+* No changes
+
 2.0.79
 ++
 * Fix #11586: `az login` is not recorded in server telemetry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.79/setup.py 
new/azure-cli-core-2.0.80/setup.py
--- old/azure-cli-core-2.0.79/setup.py  2020-01-03 08:29:52.0 +0100
+++ new/azure-cli-core-2.0.80/setup.py  2020-01-13 06:00:08.0 +0100
@@ -17,7 +17,7 @@
 logger.warn("Wheel is not available, disabling bdist_wheel hook")
 cmdclass = {}
 
-VERSION = "2.0.79"
+VERSION = "2.0.80"
 # If we have source, validate that our version 

commit azure-cli-core for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-01-13 22:20:27

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.6675 (New)


Package is "azure-cli-core"

Mon Jan 13 22:20:27 2020 rev:9 rq:764091 version:2.0.79

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2019-12-02 11:29:19.770615985 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.6675/azure-cli-core.changes  
2020-01-13 22:20:49.626498824 +0100
@@ -1,0 +2,18 @@
+Tue Jan  7 10:52:54 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.79
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---
+Mon Jan  6 13:30:05 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.78
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.0.77.tar.gz

New:

  azure-cli-core-2.0.79.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.rWqxkP/_old  2020-01-13 22:20:50.218499099 +0100
+++ /var/tmp/diff_new_pack.rWqxkP/_new  2020-01-13 22:20:50.222499100 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.0.77
+Version:2.0.79
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -38,8 +38,8 @@
 Requires:   python3-adal >= 1.2
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
-Requires:   python3-azure-mgmt-resource < 5.0
-Requires:   python3-azure-mgmt-resource >= 4.0
+Requires:   python3-azure-mgmt-resource < 8.0
+Requires:   python3-azure-mgmt-resource >= 7.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.3.9
 Requires:   python3-humanfriendly < 5.0

++ azure-cli-core-2.0.77.tar.gz -> azure-cli-core-2.0.79.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.77/HISTORY.rst 
new/azure-cli-core-2.0.79/HISTORY.rst
--- old/azure-cli-core-2.0.77/HISTORY.rst   2019-11-22 06:26:37.0 
+0100
+++ new/azure-cli-core-2.0.79/HISTORY.rst   2020-01-03 08:29:52.0 
+0100
@@ -3,6 +3,14 @@
 Release History
 ===
 
+2.0.79
+++
+* Fix #11586: `az login` is not recorded in server telemetry
+
+2.0.78
+++
+* Plug in HaTS survey
+
 2.0.77
 ++
 * Add deprecate message for Python 2.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.77/PKG-INFO 
new/azure-cli-core-2.0.79/PKG-INFO
--- old/azure-cli-core-2.0.77/PKG-INFO  2019-11-22 06:26:47.0 +0100
+++ new/azure-cli-core-2.0.79/PKG-INFO  2020-01-03 08:30:01.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.0.77
+Version: 2.0.79
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,14 @@
 Release History
 ===
 
+2.0.79
+++
+* Fix #11586: `az login` is not recorded in server telemetry
+
+2.0.78
+++
+* Plug in HaTS survey
+
 2.0.77
 ++
 * Add deprecate message for Python 2.7
@@ -481,7 +489,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.77/azure/cli/core/__init__.py 
new/azure-cli-core-2.0.79/azure/cli/core/__init__.py
--- old/azure-cli-core-2.0.77/azure/cli/core/__init__.py2019-11-22 
06:26:37.0 +0100
+++ new/azure-cli-core-2.0.79/azure/cli/core/__init__.py2020-01-03 

commit azure-cli-core for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2019-12-02 11:27:36

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.4691 (New)


Package is "azure-cli-core"

Mon Dec  2 11:27:36 2019 rev:8 rq:751656 version:2.0.77

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2019-10-31 18:15:43.554039745 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.4691/azure-cli-core.changes  
2019-12-02 11:29:19.770615985 +0100
@@ -1,0 +2,9 @@
+Thu Nov 28 14:47:20 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.77
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.0.75.tar.gz

New:

  azure-cli-core-2.0.77.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.zET1y7/_old  2019-12-02 11:29:20.618615593 +0100
+++ /var/tmp/diff_new_pack.zET1y7/_new  2019-12-02 11:29:20.618615593 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   azure-cli-core
-Version:2.0.75
+Version:2.0.77
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
 Group:  System/Management
-Url:https://github.com/Azure/azure-cli
+URL:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
 BuildRequires:  azure-cli-nspkg
@@ -54,7 +54,8 @@
 Requires:   python3-pip
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests >= 2.20.0
-Requires:   python3-six
+Requires:   python3-six < 2.0.0
+Requires:   python3-six >= 1.12
 Requires:   python3-wheel >= 0.30.0
 %if %{python3_version_nodots} < 34
 Requires:   python-enum34 >= 1.0.4

++ azure-cli-core-2.0.75.tar.gz -> azure-cli-core-2.0.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.75/HISTORY.rst 
new/azure-cli-core-2.0.77/HISTORY.rst
--- old/azure-cli-core-2.0.75/HISTORY.rst   2019-10-11 10:59:52.0 
+0200
+++ new/azure-cli-core-2.0.77/HISTORY.rst   2019-11-22 06:26:37.0 
+0100
@@ -3,9 +3,19 @@
 Release History
 ===
 
+2.0.77
+++
+* Add deprecate message for Python 2.7
+* Refine the help and error messages for `--ids`
+
+2.0.76
+++
+* no changes
+
 2.0.75
 ++
 * Add syntax check for --set parameter in generic update command.
+* Fix #10760: `az login` fails if subscription name is None
 * Minor change in DeploymentOutputLongRunningOperation
 
 2.0.74
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.75/PKG-INFO 
new/azure-cli-core-2.0.77/PKG-INFO
--- old/azure-cli-core-2.0.75/PKG-INFO  2019-10-11 10:59:57.0 +0200
+++ new/azure-cli-core-2.0.77/PKG-INFO  2019-11-22 06:26:47.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.0.75
+Version: 2.0.77
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,9 +15,19 @@
 Release History
 ===
 
+2.0.77
+++
+* Add deprecate message for Python 2.7
+* Refine the help and error messages for `--ids`
+
+2.0.76
+++
+* no changes
+
 2.0.75
 ++
 * Add syntax check for --set parameter in generic update command.
+* Fix #10760: `az login` fails if subscription name is None
 * Minor change in DeploymentOutputLongRunningOperation
 
 2.0.74
@@ -475,5 +485,6 @@
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: License :: OSI Approved :: MIT License
 Provides-Extra: test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.0.75/azure/cli/core/__init__.py 

commit azure-cli-core for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2019-10-31 18:15:40

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.2990 (New)


Package is "azure-cli-core"

Thu Oct 31 18:15:40 2019 rev:7 rq:742683 version:2.0.75

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2019-06-05 11:42:43.367047666 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2990/azure-cli-core.changes  
2019-10-31 18:15:43.554039745 +0100
@@ -1,0 +2,15 @@
+Thu Oct 24 12:09:45 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.75
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Drop patch to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + acc_drop-compatible-releases-operator.patch
+- Drop patch to relax version requires in setup.py, it's
+  not required as the dependencies are managed by RPM
+  + acc_relax-requires-versions.patch
+- Update Requires from setup.py
+
+---

Old:

  acc_drop-compatible-releases-operator.patch
  acc_relax-requires-versions.patch
  azure-cli-core-2.0.64.tar.gz

New:

  azure-cli-core-2.0.75.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.CsAz1i/_old  2019-10-31 18:15:45.178041426 +0100
+++ /var/tmp/diff_new_pack.CsAz1i/_new  2019-10-31 18:15:45.190041438 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.0.64
+Version:2.0.75
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -25,8 +25,6 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
-Patch1: acc_drop-compatible-releases-operator.patch
-Patch2: acc_relax-requires-versions.patch
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -36,26 +34,27 @@
 Requires:   azure-cli-telemetry
 Requires:   python3-PyJWT
 Requires:   python3-PyYAML
-Requires:   python3-adal >= 1.2.0
-Requires:   python3-argcomplete >= 1.8.0
-Requires:   python3-azure-mgmt-resource >= 2.1.0
+Requires:   python3-adal < 2.0
+Requires:   python3-adal >= 1.2
+Requires:   python3-argcomplete < 2.0
+Requires:   python3-argcomplete >= 1.8
+Requires:   python3-azure-mgmt-resource < 5.0
+Requires:   python3-azure-mgmt-resource >= 4.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.3.9
+Requires:   python3-humanfriendly < 5.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.6.1
+Requires:   python3-knack >= 0.6.2
 Requires:   python3-msrest >= 0.4.4
-Requires:   python3-msrestazure >= 0.4.25
+Requires:   python3-msrestazure >= 0.6.2
+Requires:   python3-paramiko < 3.0.0
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
-Requires:   python3-psutil >= 5.6.1
 Requires:   python3-pyOpenSSL >= 17.1.0
-Requires:   python3-pygments
-Requires:   python3-pyperclip >= 1.7.0
 Requires:   python3-requests >= 2.20.0
 Requires:   python3-six
-Requires:   python3-tabulate >= 0.7.7
 Requires:   python3-wheel >= 0.30.0
 %if %{python3_version_nodots} < 34
 Requires:   python-enum34 >= 1.0.4
@@ -69,8 +68,6 @@
 
 %prep
 %setup -q -n azure-cli-core-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}

++ azure-cli-core-2.0.64.tar.gz -> azure-cli-core-2.0.75.tar.gz ++
 1668 lines of diff (skipped)




commit azure-cli-core for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2019-06-05 11:42:41

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.5148 (New)


Package is "azure-cli-core"

Wed Jun  5 11:42:41 2019 rev:6 rq:707549 version:2.0.64

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2019-05-22 11:16:46.650499641 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.5148/azure-cli-core.changes  
2019-06-05 11:42:43.367047666 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 09:39:29 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Add missing python-rpm-macros package to BuildRequires
+- Remove unneccesary %python_expand prefix from %fdupes call
+
+---



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.v7Nhfq/_old  2019-06-05 11:42:44.707047329 +0200
+++ /var/tmp/diff_new_pack.v7Nhfq/_new  2019-06-05 11:42:44.707047329 +0200
@@ -29,6 +29,7 @@
 Patch2: acc_relax-requires-versions.patch
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
@@ -77,7 +78,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{python3_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*




commit azure-cli-core for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2019-05-22 11:16:43

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.5148 (New)


Package is "azure-cli-core"

Wed May 22 11:16:43 2019 rev:5 rq:704424 version:2.0.64

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2018-10-15 10:47:44.903114020 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.5148/azure-cli-core.changes  
2019-05-22 11:16:46.650499641 +0200
@@ -1,0 +2,39 @@
+Tue May 21 09:47:09 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.64
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + acc_drop-compatible-releases-operator.patch
+- Refresh patches for new version
+  + acc_relax-requires-versions.patch
+- Update Requires from setup.py
+
+---
+Tue Apr 16 14:08:23 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.58
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Bump minimum version for Python Azure SDK namespace
+  packages to 3.0.0 in BuildRequires and Requires
+- Relax upper version for python-tabulate build dependency (boo#1125671)
+  + Cherry-pick fix from upstream to patch setup.py
+* acc_relax-requires-versions.patch
+  + Remove upper version constraint in BuildRequires for python-tabulate
+- Remove python3-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Update Requires from setup.py
+
+---
+Sun Mar  3 21:11:56 UTC 2019 - Robert Schweikert 
+
+- Relax version requirement of tabluate, accept up to next minor version
+
+---

Old:

  azure-cli-core-2.0.45.tar.gz

New:

  acc_drop-compatible-releases-operator.patch
  acc_relax-requires-versions.patch
  azure-cli-core-2.0.64.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.5sG1tf/_old  2019-05-22 11:16:47.346499153 +0200
+++ /var/tmp/diff_new_pack.5sG1tf/_new  2019-05-22 11:16:47.350499150 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.0.45
+Version:2.0.64
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -25,33 +25,35 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
+Patch1: acc_drop-compatible-releases-operator.patch
+Patch2: acc_relax-requires-versions.patch
 BuildRequires:  azure-cli-nspkg
-BuildRequires:  python3-azure-nspkg
-BuildRequires:  python3-devel
+BuildRequires:  fdupes
+BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry
 Requires:   python3-PyJWT
-Requires:   python3-PyYAML < 4.0.0
-Requires:   python3-PyYAML >= 3.13
-Requires:   python3-adal >= 1.0.2
+Requires:   python3-PyYAML
+Requires:   python3-adal >= 1.2.0
 Requires:   python3-argcomplete >= 1.8.0
-Requires:   python3-azure-mgmt-resource >= 2.0.0
-Requires:   python3-azure-nspkg
+Requires:   python3-azure-mgmt-resource >= 2.1.0
+Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.3.9
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
-Requires:   python3-knack >= 0.4.2
+Requires:   python3-knack < 1.0.0
+Requires:   python3-knack >= 0.6.1
 Requires:   python3-msrest >= 0.4.4
 Requires:   python3-msrestazure >= 0.4.25
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
+Requires:   python3-psutil >= 5.6.1
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-pygments
-Requires:   

commit azure-cli-core for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2018-10-15 10:47:42

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new (New)


Package is "azure-cli-core"

Mon Oct 15 10:47:42 2018 rev:4 rq:641222 version:2.0.45

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2018-05-13 16:04:32.499477575 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new/azure-cli-core.changes   
2018-10-15 10:47:44.903114020 +0200
@@ -1,0 +2,9 @@
+Mon Oct  1 10:27:17 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.45
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.0.31.tar.gz

New:

  azure-cli-core-2.0.45.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.m5IPpf/_old  2018-10-15 10:47:46.603112205 +0200
+++ /var/tmp/diff_new_pack.m5IPpf/_new  2018-10-15 10:47:46.607112200 +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-core
-Version:2.0.31
+Version:2.0.45
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -31,27 +31,32 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-nspkg
+Requires:   azure-cli-telemetry
 Requires:   python3-PyJWT
-Requires:   python3-PyYAML
-Requires:   python3-adal >= 0.4.7
-Requires:   python3-applicationinsights >= 0.11.1
+Requires:   python3-PyYAML < 4.0.0
+Requires:   python3-PyYAML >= 3.13
+Requires:   python3-adal >= 1.0.2
 Requires:   python3-argcomplete >= 1.8.0
+Requires:   python3-azure-mgmt-resource >= 2.0.0
 Requires:   python3-azure-nspkg
 Requires:   python3-colorama >= 0.3.9
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
-Requires:   python3-knack >= 0.3.2
+Requires:   python3-knack >= 0.4.2
 Requires:   python3-msrest >= 0.4.4
 Requires:   python3-msrestazure >= 0.4.25
-Requires:   python3-paramiko
+Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
-Requires:   python3-pyOpenSSL >= 16.2
+Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-pygments
 Requires:   python3-requests
 Requires:   python3-six
 Requires:   python3-tabulate <= 0.8.2
 Requires:   python3-tabulate >= 0.7.7
-Requires:   python3-wheel
+Requires:   python3-wheel >= 0.30.0
+%if %{python3_version_nodots} < 34
+Requires:   python-enum34 >= 1.0.4
+%endif
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch

++ azure-cli-core-2.0.31.tar.gz -> azure-cli-core-2.0.45.tar.gz ++
 4018 lines of diff (skipped)




commit azure-cli-core for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2018-05-13 16:04:30

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new (New)


Package is "azure-cli-core"

Sun May 13 16:04:30 2018 rev:3 rq:603135 version:2.0.31

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2018-02-14 09:30:35.657714426 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new/azure-cli-core.changes   
2018-05-13 16:04:32.499477575 +0200
@@ -1,0 +2,14 @@
+Wed May  2 13:41:48 UTC 2018 - adrian.glaub...@suse.com
+
+- Fix typo in Requires:
+  + python3-PyOpenSSL => python3-pyOpenSSL
+
+---
+Mon Apr 23 07:40:56 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-core-2.0.26.tar.gz

New:

  azure-cli-core-2.0.31.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.83HkFz/_old  2018-05-13 16:04:33.091455978 +0200
+++ /var/tmp/diff_new_pack.83HkFz/_new  2018-05-13 16:04:33.095455832 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.0.26
+Version:2.0.31
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -40,15 +40,16 @@
 Requires:   python3-colorama >= 0.3.9
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
-Requires:   python3-knack >= 0.3.1
+Requires:   python3-knack >= 0.3.2
 Requires:   python3-msrest >= 0.4.4
-Requires:   python3-msrestazure >= 0.4.7
+Requires:   python3-msrestazure >= 0.4.25
 Requires:   python3-paramiko
 Requires:   python3-pip
 Requires:   python3-pyOpenSSL >= 16.2
 Requires:   python3-pygments
 Requires:   python3-requests
 Requires:   python3-six
+Requires:   python3-tabulate <= 0.8.2
 Requires:   python3-tabulate >= 0.7.7
 Requires:   python3-wheel
 Conflicts:  azure-cli < 2.0.0
@@ -74,7 +75,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/core
 %{python3_sitelib}/azure_cli_core-*.egg-info
 

++ azure-cli-core-2.0.26.tar.gz -> azure-cli-core-2.0.31.tar.gz ++
 2184 lines of diff (skipped)




commit azure-cli-core for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2018-02-14 09:30:32

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new (New)


Package is "azure-cli-core"

Wed Feb 14 09:30:32 2018 rev:2 rq:574805 version:2.0.26

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2017-11-10 14:53:26.364667250 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new/azure-cli-core.changes   
2018-02-14 09:30:35.657714426 +0100
@@ -1,0 +2,10 @@
+Thu Feb  8 15:16:31 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.26
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.0.17.tar.gz

New:

  azure-cli-core-2.0.26.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.7HbwMu/_old  2018-02-14 09:30:37.117661523 +0100
+++ /var/tmp/diff_new_pack.7HbwMu/_new  2018-02-14 09:30:37.117661523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-core
-Version:2.0.17
+Version:2.0.26
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -24,27 +25,28 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
+BuildRequires:  azure-cli-nspkg
+BuildRequires:  python3-azure-nspkg
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
-BuildRequires:  azure-cli-nspkg
-BuildRequires:  python3-azure-nspkg
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-nspkg
-Requires:   python3-adal >= 0.4.3
-Requires:   python3-applicationinsights
+Requires:   python3-PyJWT
+Requires:   python3-PyYAML
+Requires:   python3-adal >= 0.4.7
+Requires:   python3-applicationinsights >= 0.11.1
 Requires:   python3-argcomplete >= 1.8.0
-Requires:   python3-colorama
-Requires:   python3-humanfriendly
+Requires:   python3-azure-nspkg
+Requires:   python3-colorama >= 0.3.9
+Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
+Requires:   python3-knack >= 0.3.1
 Requires:   python3-msrest >= 0.4.4
 Requires:   python3-msrestazure >= 0.4.7
 Requires:   python3-paramiko
 Requires:   python3-pip
-Requires:   python3-pygments
-Requires:   python3-PyJWT
 Requires:   python3-pyOpenSSL >= 16.2
-Requires:   python3-PyYAML
+Requires:   python3-pygments
 Requires:   python3-requests
 Requires:   python3-six
 Requires:   python3-tabulate >= 0.7.7
@@ -72,7 +74,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python3_sitelib}/azure/cli/core
 %{python3_sitelib}/azure_cli_core-*.egg-info
+
 %changelog

++ azure-cli-core-2.0.17.tar.gz -> azure-cli-core-2.0.26.tar.gz ++
 7717 lines of diff (skipped)