- refresh previously empty acc_update-argcomplete.patch
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=89
This commit is contained in:
parent
464d5a6d3f
commit
754106e512
@ -1,7 +1,8 @@
|
|||||||
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
|
Index: azure-cli-core-2.39.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
|
--- azure-cli-core-2.39.0.orig/azure/cli/core/util.py
|
||||||
@@ -439,20 +439,7 @@
|
+++ azure-cli-core-2.39.0/azure/cli/core/util.py
|
||||||
|
@@ -485,20 +485,7 @@ def show_updates_available(new_line_befo
|
||||||
|
|
||||||
|
|
||||||
def show_updates(updates_available_components, only_show_when_updates_available=False):
|
def show_updates(updates_available_components, only_show_when_updates_available=False):
|
||||||
|
14
acc_update-argcomplete.patch
Normal file
14
acc_update-argcomplete.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
Index: azure-cli-core-2.39.0/setup.py
|
||||||
|
===================================================================
|
||||||
|
--- azure-cli-core-2.39.0.orig/setup.py
|
||||||
|
+++ azure-cli-core-2.39.0/setup.py
|
||||||
|
@@ -43,7 +43,7 @@ CLASSIFIERS = [
|
||||||
|
]
|
||||||
|
|
||||||
|
DEPENDENCIES = [
|
||||||
|
- 'argcomplete~=1.8',
|
||||||
|
+ 'argcomplete>=1.8.0',
|
||||||
|
'azure-cli-telemetry==1.0.7.*',
|
||||||
|
'azure-mgmt-core>=1.2.0,<2',
|
||||||
|
'cryptography',
|
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 07:55:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon Aug 8 07:55:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- drop empty acc_update-argcomplete.patch
|
- refresh previously empty acc_update-argcomplete.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 11:24:00 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Aug 4 11:24:00 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
@ -26,6 +26,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
|
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
Patch0: acc_disable-update-check.patch
|
Patch0: acc_disable-update-check.patch
|
||||||
|
Patch1: acc_update-argcomplete.patch
|
||||||
BuildRequires: azure-cli-nspkg
|
BuildRequires: azure-cli-nspkg
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -76,6 +77,7 @@ Microsoft Azure CLI Core Module
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-cli-core-%{version}
|
%setup -q -n azure-cli-core-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user