1
0
azure-cli-core/acc_update-argcomplete.patch
John Paul Adrian Glaubitz 280e1a2992 Accepting request 1088784 from home:glaubitz:branches:Cloud:Tools
- 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
2023-05-27 23:40:11 +00:00

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',