From c1f07f6adc53980799dcfcb463004f2263b3cf5b4e0f74eb177b78e1647eb63f Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 12 May 2021 07:14:36 +0000 Subject: [PATCH 1/2] Accepting request 892091 from home:glaubitz:branches:Cloud:Tools - New upstream release + Version 2.23.0 + For detailed information about changes see the HISTORY.rst file provided with this package - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/892091 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=59 --- azure-cli-core-2.21.0.tar.gz | 3 --- azure-cli-core-2.23.0.tar.gz | 3 +++ azure-cli-core.changes | 9 +++++++++ azure-cli-core.spec | 17 +++++++---------- 4 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 azure-cli-core-2.21.0.tar.gz create mode 100644 azure-cli-core-2.23.0.tar.gz diff --git a/azure-cli-core-2.21.0.tar.gz b/azure-cli-core-2.21.0.tar.gz deleted file mode 100644 index a5b5ef9..0000000 --- a/azure-cli-core-2.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6776d7e63644bb0ef5aa05bd70b1b67a9dffe92c66fd1d773747399c9feee70c -size 178809 diff --git a/azure-cli-core-2.23.0.tar.gz b/azure-cli-core-2.23.0.tar.gz new file mode 100644 index 0000000..7156de5 --- /dev/null +++ b/azure-cli-core-2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204ff3eae18b6a945ecfa223fff594e4927df36160fb9316e59c0f89f1ccab0a +size 185125 diff --git a/azure-cli-core.changes b/azure-cli-core.changes index ecac79b..7c34586 100644 --- a/azure-cli-core.changes +++ b/azure-cli-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 10 16:00:53 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 2.23.0 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Update Requires from setup.py + ------------------------------------------------------------------- Thu Mar 25 12:55:03 UTC 2021 - John Paul Adrian Glaubitz diff --git a/azure-cli-core.spec b/azure-cli-core.spec index 92be31a..01e9e65 100644 --- a/azure-cli-core.spec +++ b/azure-cli-core.spec @@ -17,7 +17,7 @@ Name: azure-cli-core -Version: 2.21.0 +Version: 2.23.0 Release: 0 Summary: Microsoft Azure CLI Core Module License: MIT @@ -38,25 +38,22 @@ Requires: python3-PyJWT >= 1.7.1 Requires: python3-PyYAML < 6.0 Requires: python3-PyYAML >= 5.2 Requires: python3-adal < 2.0 -Requires: python3-adal >= 1.2.6 +Requires: python3-adal >= 1.2.7 Requires: python3-argcomplete < 2.0 Requires: python3-argcomplete >= 1.8 -Requires: python3-azure-mgmt-core < 2.0.0 -Requires: python3-azure-mgmt-core >= 1.2.1 -# Temporarily using an embedded copy of azure-mgmt-resource -# see: https://github.com/Azure/azure-cli/issues/15496 -# Requires: python3-azure-mgmt-resource < 16.0.0 -# Requires: python3-azure-mgmt-resource >= 15.0.0 Requires: python3-azure-common < 2.0 Requires: python3-azure-common >= 1.1 +Requires: python3-azure-mgmt-core < 2.0.0 +Requires: python3-azure-mgmt-core >= 1.2.1 +Requires: python3-azure-mgmt-resource < 16.0.0 +Requires: python3-azure-mgmt-resource >= 15.0.0 Requires: python3-azure-nspkg >= 3.0.0 -Requires: python3-colorama >= 0.4.1 Requires: python3-cryptography >= 3.2 Requires: python3-humanfriendly < 10.0 Requires: python3-humanfriendly >= 4.7 Requires: python3-jmespath Requires: python3-knack < 1.0.0 -Requires: python3-knack >= 0.8.0rc2 +Requires: python3-knack >= 0.8.1 Requires: python3-msal < 2.0.0 Requires: python3-msal >= 1.10.0 Requires: python3-msal-extensions < 1.0.0 From 842ded950109266eb9ced50f3a9d98e3134ecd676e351a67d14f2505d966b872 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 12 May 2021 07:20:31 +0000 Subject: [PATCH 2/2] - Fix incorrect version in Requires OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=60 --- azure-cli-core.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-cli-core.spec b/azure-cli-core.spec index 01e9e65..83788fd 100644 --- a/azure-cli-core.spec +++ b/azure-cli-core.spec @@ -45,8 +45,8 @@ Requires: python3-azure-common < 2.0 Requires: python3-azure-common >= 1.1 Requires: python3-azure-mgmt-core < 2.0.0 Requires: python3-azure-mgmt-core >= 1.2.1 -Requires: python3-azure-mgmt-resource < 16.0.0 -Requires: python3-azure-mgmt-resource >= 15.0.0 +Requires: python3-azure-mgmt-resource < 17.0.0 +Requires: python3-azure-mgmt-resource >= 16.0.0 Requires: python3-azure-nspkg >= 3.0.0 Requires: python3-cryptography >= 3.2 Requires: python3-humanfriendly < 10.0