Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package azure-cli for openSUSE:Factory checked in at 2026-04-20 16:13:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli (Old) and /work/SRC/openSUSE:Factory/.azure-cli.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli" Mon Apr 20 16:13:59 2026 rev:95 rq:1348207 version:2.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli/azure-cli.changes 2026-03-04 21:08:02.211434980 +0100 +++ /work/SRC/openSUSE:Factory/.azure-cli.new.11940/azure-cli.changes 2026-04-20 16:14:11.320350425 +0200 @@ -1,0 +2,11 @@ +Mon Apr 20 12:27:35 UTC 2026 - John Paul Adrian Glaubitz <[email protected]> + +- New upstream release + + Version 2.85.0 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Fix regular expression for extracting test commands +- Skip testing failing mariadb command for now +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- azure_cli-2.84.0.tar.gz New: ---- azure_cli-2.85.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli.spec ++++++ --- /var/tmp/diff_new_pack.6mYH2D/_old 2026-04-20 16:14:18.484647619 +0200 +++ /var/tmp/diff_new_pack.6mYH2D/_new 2026-04-20 16:14:18.488647784 +0200 @@ -33,7 +33,7 @@ %endif Name: azure-cli%{?psuffix} -Version: 2.84.0 +Version: 2.85.0 Release: 0 Summary: Microsoft Azure CLI 2.0 License: MIT @@ -67,7 +67,7 @@ Requires: %{pythons}-azure-keyvault-securitydomain >= 1.0.0~b1 Requires: %{pythons}-azure-mgmt-advisor >= 9.0.0 Requires: %{pythons}-azure-mgmt-apimanagement >= 4.0.0 -Requires: %{pythons}-azure-mgmt-appconfiguration >= 5.0.0 +Requires: %{pythons}-azure-mgmt-appconfiguration >= 6.0.0~b1 Requires: %{pythons}-azure-mgmt-appcontainers >= 2.0.0 Requires: %{pythons}-azure-mgmt-applicationinsights >= 1.0.0 Requires: %{pythons}-azure-mgmt-authorization >= 5.0.0~b1 @@ -79,8 +79,9 @@ Requires: %{pythons}-azure-mgmt-cognitiveservices >= 14.1.0 Requires: %{pythons}-azure-mgmt-compute >= 34.1.0 Requires: %{pythons}-azure-mgmt-containerinstance >= 10.2.0~b1 -Requires: %{pythons}-azure-mgmt-containerregistry >= 14.1.0~b1 -Requires: %{pythons}-azure-mgmt-containerservice >= 40.2.0 +Requires: %{pythons}-azure-mgmt-containerregistry >= 15.1.0~b1 +Requires: %{pythons}-azure-mgmt-containerregistrytasks >= 1.0.0~b1 +Requires: %{pythons}-azure-mgmt-containerservice >= 41.0.0 Requires: %{pythons}-azure-mgmt-cosmosdb >= 9.9.0 Requires: %{pythons}-azure-mgmt-datalake-store >= 1.1.0~b1 Requires: %{pythons}-azure-mgmt-datamigration >= 10.0.0 @@ -137,7 +138,7 @@ Requires: %{pythons}-azure-storage-file-share >= 12.24.0~b1 Requires: %{pythons}-azure-storage-queue >= 12.15.0~b1 Requires: %{pythons}-azure-synapse-accesscontrol >= 0.5.0 -Requires: %{pythons}-azure-synapse-artifacts >= 0.21.0 +Requires: %{pythons}-azure-synapse-artifacts >= 0.22.0 Requires: %{pythons}-azure-synapse-managedprivateendpoints >= 0.4.0 Requires: %{pythons}-azure-synapse-spark >= 0.2.0 Requires: %{pythons}-chardet >= 5.2.0 @@ -301,7 +302,9 @@ %check set +x failed=0 -for i in $(az | sed -n 's/\s*\([a-z,-]*\)\s\+\:.*/\1/p') ; do +for i in $(az | sed -n 's/\s*\([A-Z,a-z,-]*\)\[*[A-Z,a-z]*\]*\s\+\:.*/\1/p') ; do + # skip testing failing mariadb command for now + [ "$i" == "mariadb" ] && continue echo -n "Testing $i command .. " if az $i --help > /dev/null 2>&1 ; then echo "OK" ++++++ azure_cli-2.84.0.tar.gz -> azure_cli-2.85.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/azure-cli/azure_cli-2.84.0.tar.gz /work/SRC/openSUSE:Factory/.azure-cli.new.11940/azure_cli-2.85.0.tar.gz differ: char 5, line 1
