Accepting request 861579 from home:glaubitz:branches:Cloud:Tools
- New upstream release + Version 2.16.0 + For detailed information about changes see the HISTORY.rst file provided with this package - Refresh patches for new version + acc_disable-update-check.patch - Update Requires from setup.py + Temporarily use a vendored copy of azure-mgmt-resource OBS-URL: https://build.opensuse.org/request/show/861579 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=53
This commit is contained in:
parent
633ebe3120
commit
1fe489161b
@ -1,7 +1,7 @@
|
|||||||
diff -Nru azure-cli-core-2.12.1.orig/azure/cli/core/util.py azure-cli-core-2.12.1/azure/cli/core/util.py
|
diff -Nru azure-cli-core-2.16.0.orig/azure/cli/core/util.py azure-cli-core-2.16.0/azure/cli/core/util.py
|
||||||
--- azure-cli-core-2.12.1.orig/azure/cli/core/util.py 2020-09-28 10:37:30.000000000 +0200
|
--- azure-cli-core-2.16.0.orig/azure/cli/core/util.py 2020-12-04 13:30:56.000000000 +0100
|
||||||
+++ azure-cli-core-2.12.1/azure/cli/core/util.py 2020-09-30 14:51:49.700308773 +0200
|
+++ azure-cli-core-2.16.0/azure/cli/core/util.py 2020-12-16 16:30:56.721229524 +0100
|
||||||
@@ -331,37 +331,7 @@
|
@@ -419,39 +419,7 @@
|
||||||
|
|
||||||
|
|
||||||
def show_updates_available(new_line_before=False, new_line_after=False):
|
def show_updates_available(new_line_before=False, new_line_after=False):
|
||||||
@ -17,15 +17,16 @@ diff -Nru azure-cli-core-2.12.1.orig/azure/cli/core/util.py azure-cli-core-2.12.
|
|||||||
- if updates_available_components:
|
- if updates_available_components:
|
||||||
- if new_line_before:
|
- if new_line_before:
|
||||||
- logger.warning("")
|
- logger.warning("")
|
||||||
- show_updates(updates_available_components)
|
- show_updates(updates_available_components, only_show_when_updates_available=True)
|
||||||
- if new_line_after:
|
- if new_line_after:
|
||||||
- logger.warning("")
|
- logger.warning("")
|
||||||
- VERSIONS[_VERSION_CHECK_TIME] = str(datetime.datetime.now())
|
- VERSIONS[_VERSION_CHECK_TIME] = str(datetime.datetime.now())
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
-def show_updates(updates_available_components):
|
-def show_updates(updates_available_components, only_show_when_updates_available=False):
|
||||||
- if updates_available_components is None:
|
- if updates_available_components is None:
|
||||||
- logger.warning('Unable to check if your CLI is up-to-date. Check your internet connection.')
|
- if not only_show_when_updates_available:
|
||||||
|
- logger.warning('Unable to check if your CLI is up-to-date. Check your internet connection.')
|
||||||
- elif updates_available_components: # pylint: disable=too-many-nested-blocks
|
- elif updates_available_components: # pylint: disable=too-many-nested-blocks
|
||||||
- if in_cloud_console():
|
- if in_cloud_console():
|
||||||
- warning_msg = 'You have %i updates available. They will be updated with the next build of Cloud Shell.'
|
- warning_msg = 'You have %i updates available. They will be updated with the next build of Cloud Shell.'
|
||||||
@ -34,9 +35,10 @@ diff -Nru azure-cli-core-2.12.1.orig/azure/cli/core/util.py azure-cli-core-2.12.
|
|||||||
- if CLI_PACKAGE_NAME in updates_available_components:
|
- if CLI_PACKAGE_NAME in updates_available_components:
|
||||||
- warning_msg = "{} Consider updating your CLI installation with 'az upgrade'".format(warning_msg)
|
- warning_msg = "{} Consider updating your CLI installation with 'az upgrade'".format(warning_msg)
|
||||||
- logger.warning(warning_msg, len(updates_available_components))
|
- logger.warning(warning_msg, len(updates_available_components))
|
||||||
- else:
|
- elif not only_show_when_updates_available:
|
||||||
- print('Your CLI is up-to-date.')
|
- print('Your CLI is up-to-date.')
|
||||||
|
-
|
||||||
+ return
|
+ return
|
||||||
|
|
||||||
|
|
||||||
def get_json_object(json_string):
|
def get_json_object(json_string):
|
||||||
|
""" Loads a JSON string as an object and converts all keys to snake case """
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fc667262cfa61c5a2a20e0644e915cb77be3d8e2329a33912e07b3fb2051d4d8
|
|
||||||
size 150833
|
|
3
azure-cli-core-2.16.0.tar.gz
Normal file
3
azure-cli-core-2.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b54bf0bdab27ad8646c89ee2c2f0529fbbe00ea755eaa94e77e4aedd7fdf3e3
|
||||||
|
size 170548
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 16 15:31:24 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 2.16.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
HISTORY.rst file provided with this package
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ acc_disable-update-check.patch
|
||||||
|
- Update Requires from setup.py
|
||||||
|
+ Temporarily use a vendored copy of azure-mgmt-resource
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 18 11:55:02 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Nov 18 11:55:02 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: azure-cli-core
|
Name: azure-cli-core
|
||||||
Version: 2.15.0
|
Version: 2.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure CLI Core Module
|
Summary: Microsoft Azure CLI Core Module
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -43,8 +43,12 @@ Requires: python3-argcomplete < 2.0
|
|||||||
Requires: python3-argcomplete >= 1.8
|
Requires: python3-argcomplete >= 1.8
|
||||||
Requires: python3-azure-mgmt-core < 2.0.0
|
Requires: python3-azure-mgmt-core < 2.0.0
|
||||||
Requires: python3-azure-mgmt-core >= 1.2.1
|
Requires: python3-azure-mgmt-core >= 1.2.1
|
||||||
Requires: python3-azure-mgmt-resource < 16.0.0
|
# Temporarily using an embedded copy of azure-mgmt-resource
|
||||||
Requires: python3-azure-mgmt-resource >= 15.0.0
|
# see: https://github.com/Azure/azure-cli/issues/15496
|
||||||
|
# Requires: python3-azure-mgmt-resource < 16.0.0
|
||||||
|
# Requires: python3-azure-mgmt-resource >= 15.0.0
|
||||||
|
Requires: python3-azure-common < 2.0
|
||||||
|
Requires: python3-azure-common >= 1.1
|
||||||
Requires: python3-azure-nspkg >= 3.0.0
|
Requires: python3-azure-nspkg >= 3.0.0
|
||||||
Requires: python3-colorama >= 0.4.1
|
Requires: python3-colorama >= 0.4.1
|
||||||
Requires: python3-humanfriendly < 9.0
|
Requires: python3-humanfriendly < 9.0
|
||||||
@ -56,7 +60,7 @@ Requires: python3-msal < 2.0.0
|
|||||||
Requires: python3-msal >= 1.0.0
|
Requires: python3-msal >= 1.0.0
|
||||||
Requires: python3-msal-extensions < 1.0.0
|
Requires: python3-msal-extensions < 1.0.0
|
||||||
Requires: python3-msal-extensions >= 0.1.3
|
Requires: python3-msal-extensions >= 0.1.3
|
||||||
Requires: python3-msrest >= 0.4.4
|
Requires: python3-msrest >= 0.5.0
|
||||||
Requires: python3-msrestazure >= 0.6.3
|
Requires: python3-msrestazure >= 0.6.3
|
||||||
Requires: python3-paramiko < 3.0.0
|
Requires: python3-paramiko < 3.0.0
|
||||||
Requires: python3-paramiko >= 2.0.8
|
Requires: python3-paramiko >= 2.0.8
|
||||||
|
Loading…
Reference in New Issue
Block a user