forked from pool/azure-cli-core
John Paul Adrian Glaubitz
280e1a2992
- New upstream release + Version 2.49.0 + For detailed information about changes see the HISTORY.rst file provided with this package - Add patch to update argcomplete dependency (bsc#1206869) + acc_update-argcomplete.patch - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1088784 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=111
13 lines
407 B
Diff
13 lines
407 B
Diff
diff -Nru azure-cli-core-2.49.0.orig/setup.py azure-cli-core-2.49.0/setup.py
|
|
--- azure-cli-core-2.49.0.orig/setup.py 2023-05-19 10:19:28.000000000 +0200
|
|
+++ azure-cli-core-2.49.0/setup.py 2023-05-24 09:00:00.184417378 +0200
|
|
@@ -43,7 +43,7 @@
|
|
]
|
|
|
|
DEPENDENCIES = [
|
|
- 'argcomplete~=2.0',
|
|
+ 'argcomplete~=3.0',
|
|
'azure-cli-telemetry==1.0.8.*',
|
|
'azure-mgmt-core>=1.2.0,<2',
|
|
'cryptography',
|