From 280e1a299231f1c35264fc190658d0261a92190f252fd1280c054fd931237b1d Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Sat, 27 May 2023 23:40:11 +0000 Subject: [PATCH] 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 --- acc_update-argcomplete.patch | 12 ++++++++++++ azure-cli-core-2.48.1.tar.gz | 3 --- azure-cli-core-2.49.0.tar.gz | 3 +++ azure-cli-core.changes | 11 +++++++++++ azure-cli-core.spec | 8 +++++--- 5 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 acc_update-argcomplete.patch delete mode 100644 azure-cli-core-2.48.1.tar.gz create mode 100644 azure-cli-core-2.49.0.tar.gz diff --git a/acc_update-argcomplete.patch b/acc_update-argcomplete.patch new file mode 100644 index 0000000..9bd6ada --- /dev/null +++ b/acc_update-argcomplete.patch @@ -0,0 +1,12 @@ +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', diff --git a/azure-cli-core-2.48.1.tar.gz b/azure-cli-core-2.48.1.tar.gz deleted file mode 100644 index 7179d8b..0000000 --- a/azure-cli-core-2.48.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d70ebe7a59bcb91ab1fdeb5d931a74a04c3def6320bbfdfd506eec18a0de0c3b -size 210839 diff --git a/azure-cli-core-2.49.0.tar.gz b/azure-cli-core-2.49.0.tar.gz new file mode 100644 index 0000000..5ca8e89 --- /dev/null +++ b/azure-cli-core-2.49.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dc31dff20db94f465e3a89ab84edbe28675ba65fc79793673c3d177409fa3f +size 211312 diff --git a/azure-cli-core.changes b/azure-cli-core.changes index 1012114..60d21c3 100644 --- a/azure-cli-core.changes +++ b/azure-cli-core.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 24 07:01:14 UTC 2023 - John Paul Adrian Glaubitz + +- 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 + ------------------------------------------------------------------- Wed May 3 11:09:12 UTC 2023 - John Paul Adrian Glaubitz diff --git a/azure-cli-core.spec b/azure-cli-core.spec index a36b22b..bb3fcc2 100644 --- a/azure-cli-core.spec +++ b/azure-cli-core.spec @@ -17,7 +17,7 @@ Name: azure-cli-core -Version: 2.48.1 +Version: 2.49.0 Release: 0 Summary: Microsoft Azure CLI Core Module License: MIT @@ -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 Source1: LICENSE.txt Patch0: acc_disable-update-check.patch +Patch1: acc_update-argcomplete.patch BuildRequires: azure-cli-nspkg BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -34,8 +35,8 @@ BuildRequires: python3-setuptools Requires: azure-cli-nspkg Requires: azure-cli-telemetry >= 1.0.8 Requires: python3-PyJWT >= 2.1.0 -Requires: python3-argcomplete < 3.0 -Requires: python3-argcomplete >= 2.0 +Requires: python3-argcomplete < 4.0 +Requires: python3-argcomplete >= 3.0 Requires: python3-azure-mgmt-core < 2.0.0 Requires: python3-azure-mgmt-core >= 1.2.0 Requires: python3-azure-nspkg >= 3.0.0 @@ -75,6 +76,7 @@ Microsoft Azure CLI Core Module %prep %setup -q -n azure-cli-core-%{version} %patch0 -p1 +%patch1 -p1 %build install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}