forked from pool/azure-cli-core
Accepting request 865462 from home:glaubitz:branches:Cloud:Tools
- New upstream release + Version 2.18.0 + For detailed information about changes see the HISTORY.rst file provided with this package - Rework patch to disable automatic check for updates to fix a crash when calling "az --version" (bsc#1180930) + acc_disable-update-check.patch - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/865462 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=55
This commit is contained in:
parent
7081f05bb8
commit
def82da2ab
@ -1,29 +1,10 @@
|
||||
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.16.0.orig/azure/cli/core/util.py 2020-12-04 13:30:56.000000000 +0100
|
||||
+++ azure-cli-core-2.16.0/azure/cli/core/util.py 2020-12-16 16:30:56.721229524 +0100
|
||||
@@ -419,39 +419,7 @@
|
||||
diff -Nru azure-cli-core-2.18.0.orig/azure/cli/core/util.py azure-cli-core-2.18.0/azure/cli/core/util.py
|
||||
--- azure-cli-core-2.18.0.orig/azure/cli/core/util.py 2021-01-15 10:50:35.000000000 +0100
|
||||
+++ azure-cli-core-2.18.0/azure/cli/core/util.py 2021-01-21 10:32:01.708270048 +0100
|
||||
@@ -439,20 +439,7 @@
|
||||
|
||||
|
||||
def show_updates_available(new_line_before=False, new_line_after=False):
|
||||
- from azure.cli.core._session import VERSIONS
|
||||
- import datetime
|
||||
-
|
||||
- if VERSIONS[_VERSION_CHECK_TIME]:
|
||||
- version_check_time = datetime.datetime.strptime(VERSIONS[_VERSION_CHECK_TIME], '%Y-%m-%d %H:%M:%S.%f')
|
||||
- if datetime.datetime.now() < version_check_time + datetime.timedelta(days=7):
|
||||
- return
|
||||
-
|
||||
- _, updates_available_components = get_az_version_string(use_cache=True)
|
||||
- if updates_available_components:
|
||||
- if new_line_before:
|
||||
- logger.warning("")
|
||||
- show_updates(updates_available_components, only_show_when_updates_available=True)
|
||||
- if new_line_after:
|
||||
- logger.warning("")
|
||||
- VERSIONS[_VERSION_CHECK_TIME] = str(datetime.datetime.now())
|
||||
-
|
||||
-
|
||||
-def show_updates(updates_available_components, only_show_when_updates_available=False):
|
||||
def show_updates(updates_available_components, only_show_when_updates_available=False):
|
||||
- if updates_available_components is None:
|
||||
- if not only_show_when_updates_available:
|
||||
- logger.warning('Unable to check if your CLI is up-to-date. Check your internet connection.')
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27cdbff8e535c48788e2bf37113f7ad213182f5c0b32ffa13d5c013d478b8651
|
||||
size 172598
|
3
azure-cli-core-2.18.0.tar.gz
Normal file
3
azure-cli-core-2.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ab39c81672df2fc2efe9cafebe6bd8b3d26acbd8f0cef8444eb0621b202858c
|
||||
size 173069
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 15:11:04 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.18.0
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Rework patch to disable automatic check for updates to
|
||||
fix a crash when calling "az --version" (bsc#1180930)
|
||||
+ acc_disable-update-check.patch
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 14:34:26 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: azure-cli-core
|
||||
Version: 2.17.1
|
||||
Version: 2.18.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure CLI Core Module
|
||||
License: MIT
|
||||
@ -51,11 +51,11 @@ Requires: python3-azure-common < 2.0
|
||||
Requires: python3-azure-common >= 1.1
|
||||
Requires: python3-azure-nspkg >= 3.0.0
|
||||
Requires: python3-colorama >= 0.4.1
|
||||
Requires: python3-humanfriendly < 9.0
|
||||
Requires: python3-humanfriendly < 10.0
|
||||
Requires: python3-humanfriendly >= 4.7
|
||||
Requires: python3-jmespath
|
||||
Requires: python3-knack < 1.0.0
|
||||
Requires: python3-knack >= 0.7.2
|
||||
Requires: python3-knack >= 0.8.0rc2
|
||||
Requires: python3-msal < 2.0.0
|
||||
Requires: python3-msal >= 1.0.0
|
||||
Requires: python3-msal-extensions < 1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user