Date: Tue, 21 Apr 2026 17:15:02 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3f4f84ab279d - main - sysutils/py-azure-cli: Update to 2.84.0 Message-ID: <69e7b096.3f917.10ae6834@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f4f84ab279d4edd5b660057a1151d5c0f09c782 commit 3f4f84ab279d4edd5b660057a1151d5c0f09c782 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:02:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-21 17:12:29 +0000 sysutils/py-azure-cli: Update to 2.84.0 - Update WWW - Update version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Convert to USE_PYTHON=pep517 - Update pkg-descr Changes: https://github.com/Azure/azure-cli/releases https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/HISTORY.rst Security: CVE-2023-3651,CVE-2024-2511,CVE-2024-4603,CVE-2024-4741,CVE-2024-5535,CVE-2024-6119,CVE-2024-6345,CVE-2024-9143,CVE-2024-12797,CVE-2024-13176,CVE-2024-34064,CVE-2024-35195,CVE-2024-37891,CVE-2024-39689,CVE-2024-47081,CVE-2024-50602,CVE-2025-4517,CVE-2025-9230,CVE-2025-9232,CVE-2025-12084,CVE-2025-50181,CVE-2025-50182,CVE-2025-66418,CVE-2025-66471,CVE-2025-69277,CVE-2026-21226,CVE-2026-21441 --- sysutils/py-azure-cli/Makefile | 159 ++++++++-------- sysutils/py-azure-cli/distinfo | 6 +- ...modules_storage_azcopy_util.py => patch-azcopy} | 10 +- sysutils/py-azure-cli/files/patch-setup.py | 209 +++++++++++++++++++++ sysutils/py-azure-cli/pkg-descr | 12 +- 5 files changed, 307 insertions(+), 89 deletions(-) diff --git a/sysutils/py-azure-cli/Makefile b/sysutils/py-azure-cli/Makefile index 5c44d67a6b67..61016944d763 100644 --- a/sysutils/py-azure-cli/Makefile +++ b/sysutils/py-azure-cli/Makefile @@ -1,125 +1,134 @@ PORTNAME= azure-cli -PORTVERSION= 2.55.0 -PORTREVISION= 6 +PORTVERSION= 2.84.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_cli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Command-Line Tools -WWW= https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest +WWW= https://learn.microsoft.com/en-us/cli/azure/?view=azure-cli-latest \ + https://github.com/Azure/azure-cli/tree/dev/src/azure-cli \ + https://github.com/Azure/azure-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= bash:shells/bash \ - ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=4.9:devel/py-antlr4-python3-runtime@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-appconfiguration>=1.1.1:devel/py-azure-appconfiguration@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-batch>=14.0.0:devel/py-azure-batch@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=${PORTVERSION}:sysutils/py-azure-cli-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=4.13.1,1:devel/py-antlr4-python3-runtime@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-ai-projects>=1.0.0:devel/py-azure-ai-projects@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-appconfiguration>=1.7.2:devel/py-azure-appconfiguration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-batch>=15.0.0.b1:devel/py-azure-batch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=${PORTVERSION}<${PORTVERSION}_99:sysutils/py-azure-cli-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cosmos>=3.0.2:devel/py-azure-cosmos@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-datalake-store>=0.0.49:devel/py-azure-datalake-store@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-keyvault-administration>=4.4.0.b2:devel/py-azure-keyvault-administration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-data-tables>=12.4.0:devel/py-azure-data-tables@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-datalake-store>=1.0.1<1.1:devel/py-azure-datalake-store@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-administration>=4.4.0:devel/py-azure-keyvault-administration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault-certificates>=4.7.0:security/py-azure-keyvault-certificates@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.9.0.b3:security/py-azure-keyvault-keys@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.11.0:security/py-azure-keyvault-keys@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault-secrets>=4.7.0:security/py-azure-keyvault-secrets@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-loganalytics>=0.1.1:devel/py-azure-loganalytics@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-securitydomain>=1.0.0.b1:devel/py-azure-keyvault-securitydomain@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-advisor>=9.0.0:devel/py-azure-mgmt-advisor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-apimanagement>=4.0.0:devel/py-azure-mgmt-apimanagement@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-applicationinsights>=1.0.0:devel/py-azure-mgmt-applicationinsights@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-appconfiguration>=3.0.0:devel/py-azure-mgmt-appconfiguration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-appconfiguration>=5.0.0:devel/py-azure-mgmt-appconfiguration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-appcontainers>=2.0.0:devel/py-azure-mgmt-appcontainers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=4.0.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batch>=17.0.0:devel/py-azure-mgmt-batch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-applicationinsights>=1.0.0:devel/py-azure-mgmt-applicationinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=5.0.0.b1:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batch>=17.3.0:devel/py-azure-mgmt-batch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batchai>=7.0.0.b1:devel/py-azure-mgmt-batchai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-billing>=6.0.0:devel/py-azure-mgmt-billing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-botservice>=2.0.0.b3:devel/py-azure-mgmt-botservice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cdn>=12.0.0:devel/py-azure-mgmt-cdn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cognitiveservices>=13.5.0:devel/py-azure-mgmt-cognitiveservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=30.3.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerinstance>=10.1.0:devel/py-azure-mgmt-containerinstance@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>=10.1.0:devel/py-azure-mgmt-containerregistry@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=28.0.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=9.3.0:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-databoxedge>=1.0.0:devel/py-azure-mgmt-databoxedge@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=0.5.0:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cognitiveservices>=14.1.0:devel/py-azure-mgmt-cognitiveservices@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=34.1.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerinstance>=10.2.0.b1:devel/py-azure-mgmt-containerinstance@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>=14.1.0.b1:devel/py-azure-mgmt-containerregistry@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=40.2.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=9.9.0,1:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=1.1.0.b1:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datamigration>=10.0.0:devel/py-azure-mgmt-datamigration@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-devtestlabs>=4.0:devel/py-azure-mgmt-devtestlabs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-dns>=8.0.0:devel/py-azure-mgmt-dns@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventgrid>=10.2.0.b2:devel/py-azure-mgmt-eventgrid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>=10.1.0:devel/py-azure-mgmt-eventhub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>=12.0.0.b1:devel/py-azure-mgmt-eventhub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-extendedlocation>=1.0.0.b2:devel/py-azure-mgmt-extendedlocation@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=9.0.0:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-imagebuilder>=1.2.0:devel/py-azure-mgmt-imagebuilder@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=9.1.0.b2:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-imagebuilder>=1.3.0:devel/py-azure-mgmt-imagebuilder@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iotcentral>=10.0.0.b1:devel/py-azure-mgmt-iotcentral@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>=3.0.0:devel/py-azure-mgmt-iothub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>=5.0.0.b1:devel/py-azure-mgmt-iothub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothubprovisioningservices>=1.1.0:devel/py-azure-mgmt-iothubprovisioningservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=10.3.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-kusto>=0.3.0:devel/py-azure-mgmt-kusto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=13.0.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-loganalytics>=13.0.0.b4:devel/py-azure-mgmt-loganalytics@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-managedservices>=1.0:devel/py-azure-mgmt-managedservices@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-managementgroups>=1.0.0:devel/py-azure-mgmt-managementgroups@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-maps>=2.0.0:devel/py-azure-mgmt-maps@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-marketplaceordering>=1.1.0:devel/py-azure-mgmt-marketplaceordering@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-media>=9.0:devel/py-azure-mgmt-media@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>=5.0.0:devel/py-azure-mgmt-monitor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-msi>=7.0.0:devel/py-azure-mgmt-msi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>=7.0.0.b1:devel/py-azure-mgmt-monitor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-msi>=7.1.0:devel/py-azure-mgmt-msi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-mysqlflexibleservers>=1.1.0.b2:devel/py-azure-mgmt-mysqlflexibleservers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-netapp>=10.1.0:devel/py-azure-mgmt-netapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>=1.1.0.b4:devel/py-azure-mgmt-policyinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-postgresqlflexibleservers>=3.0.0.b1:devel/py-azure-mgmt-postgresqlflexibleservers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-privatedns>=1.0.0:devel/py-azure-mgmt-privatedns@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=10.2.0.b12:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservices>=2.5.0:devel/py-azure-mgmt-recoveryservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservicesbackup>=7.0.0:devel/py-azure-mgmt-recoveryservicesbackup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redhatopenshift>=1.4.0:devel/py-azure-mgmt-redhatopenshift@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redis>=14.1.0:devel/py-azure-mgmt-redis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=23.1.0.b2:devel/py-azure-mgmt-resource@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>=9.0.0:devel/py-azure-mgmt-search@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-security>=5.0.0:devel/py-azure-mgmt-security@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>=8.2.0:devel/py-azure-mgmt-servicebus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabric>=1.0.0:devel/py-azure-mgmt-servicefabric@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabricmanagedclusters>=1.0.0:devel/py-azure-mgmt-servicefabricmanagedclusters@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicelinker>=1.2.0.b1:devel/py-azure-mgmt-servicelinker@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>=2.0.0.b1:devel/py-azure-mgmt-signalr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>=4.0.0.b13:devel/py-azure-mgmt-sql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=10.2.0.b17:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservices>=4.0.0:devel/py-azure-mgmt-recoveryservices@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservicesbackup>=9.2.0:devel/py-azure-mgmt-recoveryservicesbackup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redhatopenshift>=3.0.0:devel/py-azure-mgmt-redhatopenshift@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redis>=14.5.0:devel/py-azure-mgmt-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=24.0.0:devel/py-azure-mgmt-resource@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-deployments>=1.0.0.b1:devel/py-azure-mgmt-resource-deployments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-deploymentscripts>=1.0.0.b1:devel/py-azure-mgmt-resource-deploymentscripts@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-deploymentstacks>=1.0.0:devel/py-azure-mgmt-resource-deploymentstacks@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-templatespecs>=1.0.0.b1:devel/py-azure-mgmt-resource-templatespecs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>=9.0:devel/py-azure-mgmt-search@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-security>=6.0.0:devel/py-azure-mgmt-security@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>=10.0.0.b1:devel/py-azure-mgmt-servicebus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabric>=2.1.0:devel/py-azure-mgmt-servicefabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabricmanagedclusters>=2.1.0.b1:devel/py-azure-mgmt-servicefabricmanagedclusters@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicelinker>=1.2.0.b3:devel/py-azure-mgmt-servicelinker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>=2.0.0.b2:devel/py-azure-mgmt-signalr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>=4.0.0.b22:devel/py-azure-mgmt-sql@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sqlvirtualmachine>=1.0.0.b5:devel/py-azure-mgmt-sqlvirtualmachine@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=21.1.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>=1.0.0:devel/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>=7.0.0:devel/py-azure-mgmt-web@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=24.0.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-synapse>=2.1.0.b5:devel/py-azure-mgmt-synapse@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-multiapi-storage>=1.2.0:devel/py-azure-multiapi-storage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>=1.0.0:devel/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>=9.0.0:devel/py-azure-mgmt-web@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-monitor-query>=1.2.0:devel/py-azure-monitor-query@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=12.28.0.b1:devel/py-azure-storage-blob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-storage-common>=1.4:devel/py-azure-storage-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-file-datalake>=12.23.0.b1:devel/py-azure-storage-file-datalake@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-file-share>=12.24.0.b1:devel/py-azure-storage-file-share@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-queue>=12.15.0.b1:devel/py-azure-storage-queue@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-synapse-accesscontrol>=0.5.0:devel/py-azure-synapse-accesscontrol@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-synapse-artifacts>=0.17.0:devel/py-azure-synapse-artifacts@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-synapse-artifacts>=0.21.0:devel/py-azure-synapse-artifacts@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-synapse-managedprivateendpoints>=0.4.0:devel/py-azure-synapse-managedprivateendpoints@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-synapse-spark>=0.2.0:devel/py-azure-synapse-spark@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.4:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fabric>=2.4:devel/py-fabric@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}paramiko>=2.0.8:security/py-paramiko@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.4:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyopenssl>=17.1.0,1:security/py-pyopenssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-synapse-spark>=0.7.0:devel/py-azure-synapse-spark@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chardet>=5.2.0,1:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.4<0.5:devel/py-colorama@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fabric>=3.2.2,1<3.3,1:devel/py-fabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}javaproperties>=0.5.1<0.6:devel/py-javaproperties@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsondiff>=2.0.0<2.1:devel/py-jsondiff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycomposefile>=0.0.30:devel/py-pycomposefile@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}paramiko>=2.0.8<4.0.0:security/py-paramiko@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycomposefile>=0.0.34:devel/py-pycomposefile@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyGithub>=1.38:devel/py-PyGithub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyNaCl>=1.5.0<1.7:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scp>=0.13.2:security/py-scp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semver>=3.0<4:devel/py-semver@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sshtunnel>=0.1.4:net/py-sshtunnel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=1.18:net/py-urllib3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}websocket-client>=0.56.0:www/py-websocket-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12:devel/py-xmltodict@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}javaproperties>=0.5.1:devel/py-javaproperties@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsondiff>=2.0.0:devel/py-jsondiff@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyGithub>=1.55:devel/py-PyGithub@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=0,1:net/py-urllib3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}websocket-client>=1.8.0:www/py-websocket-client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12:devel/py-xmltodict@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes -PLIST_FILES= ${PYTHON_SITELIBDIR}/azure/cli/__main__.py - post-patch: - @${REINPLACE_CMD} -e "s#python#${PYTHON_CMD}#g" ${WRKSRC}/az + @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' ${WRKSRC}/az .include <bsd.port.mk> diff --git a/sysutils/py-azure-cli/distinfo b/sysutils/py-azure-cli/distinfo index 3db5b34b9ba1..636f1e0f35e7 100644 --- a/sysutils/py-azure-cli/distinfo +++ b/sysutils/py-azure-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703611806 -SHA256 (azure-cli-2.55.0.tar.gz) = bc53adcd78d717b552d729bac846e4a55e40da063fdbc19c510844e91333b447 -SIZE (azure-cli-2.55.0.tar.gz) = 9530409 +TIMESTAMP = 1773840271 +SHA256 (azure_cli-2.84.0.tar.gz) = a2d25a003d9a33d43b7b8a36b7c1307757a5c76d0d095cb692fd55c42d349f5a +SIZE (azure_cli-2.84.0.tar.gz) = 9054094 diff --git a/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py b/sysutils/py-azure-cli/files/patch-azcopy similarity index 75% rename from sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py rename to sysutils/py-azure-cli/files/patch-azcopy index 98babdabb542..c3e75be1eb15 100644 --- a/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py +++ b/sysutils/py-azure-cli/files/patch-azcopy @@ -1,15 +1,15 @@ ---- azure/cli/command_modules/storage/azcopy/util.py.orig 2023-11-29 03:41:09 UTC +--- azure/cli/command_modules/storage/azcopy/util.py.orig 2026-02-25 02:35:29 UTC +++ azure/cli/command_modules/storage/azcopy/util.py -@@ -70,6 +70,8 @@ class AzCopy: - file_url = base_url.format('linux', 'amd64', AZCOPY_VERSION, 'tar.gz') - elif self.system == 'Darwin': +@@ -74,6 +74,8 @@ class AzCopy: file_url = base_url.format('darwin', 'amd64', AZCOPY_VERSION, 'zip') + if _verify_url(file_url) is None: + file_url = _verify_url('https://aka.ms/InstallAzCopyForCLIDarwin') + elif self.system == 'FreeBSD': + raise CLIError('Azcopy ({}) binary not available, follow instructions at https://wiki.freebsd.org/Ports/sysutils/py-azure-cli'.format(self.system)) else: raise CLIError('Azcopy ({}) does not exist.'.format(self.system)) try: -@@ -206,7 +208,7 @@ def _get_default_install_location(): +@@ -216,7 +218,7 @@ def _get_default_install_location(): _azcopy_installation_dir = os.path.join(_config_dir, "bin") if system == 'Windows': install_location = os.path.join(_azcopy_installation_dir, 'azcopy.exe') diff --git a/sysutils/py-azure-cli/files/patch-setup.py b/sysutils/py-azure-cli/files/patch-setup.py new file mode 100644 index 000000000000..776a94f093a3 --- /dev/null +++ b/sysutils/py-azure-cli/files/patch-setup.py @@ -0,0 +1,209 @@ +--- setup.py.orig 2026-02-25 02:35:34 UTC ++++ setup.py +@@ -50,94 +50,94 @@ DEPENDENCIES = [ + ] + + DEPENDENCIES = [ +- "antlr4-python3-runtime~=4.13.1", +- 'azure-appconfiguration~=1.7.2', +- 'azure-ai-projects~=1.0.0', +- 'azure-batch==15.0.0b1', ++ "antlr4-python3-runtime>=4.13.1", ++ 'azure-appconfiguration>=1.7.2', ++ 'azure-ai-projects>=1.0.0', ++ 'azure-batch>=15.0.0b1', + 'azure-cli-core=={}'.format(VERSION), +- 'azure-cosmos~=3.0,>=3.0.2', +- 'azure-data-tables==12.4.0', ++ 'azure-cosmos>=3.0.2', ++ 'azure-data-tables>=12.4.0', + 'azure-datalake-store~=1.0.1', +- 'azure-keyvault-administration==4.4.0', +- 'azure-keyvault-certificates==4.7.0', +- 'azure-keyvault-keys==4.11.0', +- 'azure-keyvault-secrets==4.7.0', +- 'azure-keyvault-securitydomain==1.0.0b1', +- 'azure-mgmt-advisor==9.0.0', +- 'azure-mgmt-apimanagement==4.0.0', +- 'azure-mgmt-appconfiguration==5.0.0', +- 'azure-mgmt-appcontainers==2.0.0', +- 'azure-mgmt-applicationinsights~=1.0.0', +- 'azure-mgmt-authorization==5.0.0b1', +- 'azure-mgmt-batchai==7.0.0b1', +- 'azure-mgmt-batch~=17.3.0', +- 'azure-mgmt-billing==6.0.0', +- 'azure-mgmt-botservice~=2.0.0b3', +- 'azure-mgmt-cdn==12.0.0', +- 'azure-mgmt-cognitiveservices~=14.1.0', +- 'azure-mgmt-compute~=34.1.0', +- 'azure-mgmt-containerinstance==10.2.0b1', +- 'azure-mgmt-containerregistry==14.1.0b1', +- 'azure-mgmt-containerservice~=40.2.0', +- 'azure-mgmt-cosmosdb==9.9.0', +- 'azure-mgmt-datalake-store~=1.1.0b1', +- 'azure-mgmt-datamigration~=10.0.0', +- 'azure-mgmt-eventgrid==10.2.0b2', +- 'azure-mgmt-eventhub~=12.0.0b1', +- 'azure-mgmt-extendedlocation==1.0.0b2', +- 'azure-mgmt-hdinsight==9.1.0b2', +- 'azure-mgmt-imagebuilder~=1.3.0', +- 'azure-mgmt-iotcentral~=10.0.0b1', +- 'azure-mgmt-iothub==5.0.0b1', +- 'azure-mgmt-iothubprovisioningservices==1.1.0', +- 'azure-mgmt-keyvault==13.0.0', +- 'azure-mgmt-loganalytics==13.0.0b4', +- 'azure-mgmt-managementgroups~=1.0.0', +- 'azure-mgmt-maps~=2.0.0', +- 'azure-mgmt-marketplaceordering==1.1.0', +- 'azure-mgmt-media~=9.0', +- 'azure-mgmt-monitor~=7.0.0b1', +- 'azure-mgmt-msi~=7.1.0', +- 'azure-mgmt-netapp~=10.1.0', +- 'azure-mgmt-policyinsights==1.1.0b4', +- 'azure-mgmt-postgresqlflexibleservers==3.0.0b1', +- 'azure-mgmt-privatedns~=1.0.0', +- 'azure-mgmt-rdbms==10.2.0b17', +- 'azure-mgmt-mysqlflexibleservers==1.1.0b2', +- 'azure-mgmt-recoveryservicesbackup~=9.2.0', +- 'azure-mgmt-recoveryservices~=4.0.0', +- 'azure-mgmt-redhatopenshift~=3.0.0', +- 'azure-mgmt-redis~=14.5.0', +- 'azure-mgmt-resource==24.0.0', +- 'azure-mgmt-resource-deployments==1.0.0b1', +- 'azure-mgmt-resource-deploymentscripts==1.0.0b1', +- 'azure-mgmt-resource-deploymentstacks==1.0.0', +- 'azure-mgmt-resource-templatespecs==1.0.0b1', +- 'azure-mgmt-search~=9.0', +- 'azure-mgmt-security==6.0.0', +- 'azure-mgmt-servicebus~=10.0.0b1', +- 'azure-mgmt-servicefabricmanagedclusters==2.1.0b1', +- 'azure-mgmt-servicelinker==1.2.0b3', +- 'azure-mgmt-servicefabric~=2.1.0', +- 'azure-mgmt-signalr==2.0.0b2', +- 'azure-mgmt-sqlvirtualmachine==1.0.0b5', +- 'azure-mgmt-sql==4.0.0b22', +- 'azure-mgmt-storage==24.0.0', +- 'azure-mgmt-synapse==2.1.0b5', +- 'azure-mgmt-trafficmanager~=1.0.0', +- 'azure-mgmt-web==9.0.0', +- 'azure-monitor-query==1.2.0', +- 'azure-storage-common~=1.4', +- 'azure-storage-blob==12.28.0b1', +- 'azure-storage-file-datalake==12.23.0b1', +- 'azure-storage-file-share==12.24.0b1', +- 'azure-storage-queue==12.15.0b1', +- 'azure-synapse-accesscontrol~=0.5.0', +- 'azure-synapse-artifacts~=0.21.0', +- 'azure-synapse-managedprivateendpoints~=0.4.0', +- 'azure-synapse-spark~=0.7.0', +- 'chardet~=5.2.0', +- 'colorama~=0.4.4', ++ 'azure-keyvault-administration>=4.4.0', ++ 'azure-keyvault-certificates>=4.7.0', ++ 'azure-keyvault-keys>=4.11.0', ++ 'azure-keyvault-secrets>=4.7.0', ++ 'azure-keyvault-securitydomain>=1.0.0b1', ++ 'azure-mgmt-advisor>=9.0.0', ++ 'azure-mgmt-apimanagement>=4.0.0', ++ 'azure-mgmt-appconfiguration>=5.0.0', ++ 'azure-mgmt-appcontainers>=2.0.0', ++ 'azure-mgmt-applicationinsights>=1.0.0', ++ 'azure-mgmt-authorization>=5.0.0b1', ++ 'azure-mgmt-batchai>=7.0.0b1', ++ 'azure-mgmt-batch>=17.3.0', ++ 'azure-mgmt-billing>=6.0.0', ++ 'azure-mgmt-botservice>=2.0.0b3', ++ 'azure-mgmt-cdn>=12.0.0', ++ 'azure-mgmt-cognitiveservices>=14.1.0', ++ 'azure-mgmt-compute>=34.1.0', ++ 'azure-mgmt-containerinstance>=10.2.0b1', ++ 'azure-mgmt-containerregistry>=14.1.0b1', ++ 'azure-mgmt-containerservice>=40.2.0', ++ 'azure-mgmt-cosmosdb>=9.9.0', ++ 'azure-mgmt-datalake-store>=1.1.0b1', ++ 'azure-mgmt-datamigration>=10.0.0', ++ 'azure-mgmt-eventgrid>=10.2.0b2', ++ 'azure-mgmt-eventhub>=12.0.0b1', ++ 'azure-mgmt-extendedlocation>=1.0.0b2', ++ 'azure-mgmt-hdinsight>=9.1.0b2', ++ 'azure-mgmt-imagebuilder>=1.3.0', ++ 'azure-mgmt-iotcentral>=10.0.0b1', ++ 'azure-mgmt-iothub>=5.0.0b1', ++ 'azure-mgmt-iothubprovisioningservices>=1.1.0', ++ 'azure-mgmt-keyvault>=13.0.0', ++ 'azure-mgmt-loganalytics>=13.0.0b4', ++ 'azure-mgmt-managementgroups>=1.0.0', ++ 'azure-mgmt-maps>=2.0.0', ++ 'azure-mgmt-marketplaceordering>=1.1.0', ++ 'azure-mgmt-media>=9.0', ++ 'azure-mgmt-monitor>=7.0.0b1', ++ 'azure-mgmt-msi>=7.1.0', ++ 'azure-mgmt-netapp>=10.1.0', ++ 'azure-mgmt-policyinsights>=1.1.0b4', ++ 'azure-mgmt-postgresqlflexibleservers>=3.0.0b1', ++ 'azure-mgmt-privatedns>=1.0.0', ++ 'azure-mgmt-rdbms>=10.2.0b17', ++ 'azure-mgmt-mysqlflexibleservers>=1.1.0b2', ++ 'azure-mgmt-recoveryservicesbackup>=9.2.0', ++ 'azure-mgmt-recoveryservices>=4.0.0', ++ 'azure-mgmt-redhatopenshift>=3.0.0', ++ 'azure-mgmt-redis>=14.5.0', ++ 'azure-mgmt-resource>=24.0.0', ++ 'azure-mgmt-resource-deployments>=1.0.0b1', ++ 'azure-mgmt-resource-deploymentscripts>=1.0.0b1', ++ 'azure-mgmt-resource-deploymentstacks>=1.0.0', ++ 'azure-mgmt-resource-templatespecs>=1.0.0b1', ++ 'azure-mgmt-search>=9.0', ++ 'azure-mgmt-security>=6.0.0', ++ 'azure-mgmt-servicebus>=10.0.0b1', ++ 'azure-mgmt-servicefabricmanagedclusters>=2.1.0b1', ++ 'azure-mgmt-servicelinker>=1.2.0b3', ++ 'azure-mgmt-servicefabric>=2.1.0', ++ 'azure-mgmt-signalr>=2.0.0b2', ++ 'azure-mgmt-sqlvirtualmachine>=1.0.0b5', ++ 'azure-mgmt-sql>=4.0.0b22', ++ 'azure-mgmt-storage>=24.0.0', ++ 'azure-mgmt-synapse>=2.1.0b5', ++ 'azure-mgmt-trafficmanager>=1.0.0', ++ 'azure-mgmt-web>=9.0.0', ++ 'azure-monitor-query>=1.2.0', ++ 'azure-storage-common>=1.4', ++ 'azure-storage-blob>=12.28.0b1', ++ 'azure-storage-file-datalake>=12.23.0b1', ++ 'azure-storage-file-share>=12.24.0b1', ++ 'azure-storage-queue>=12.15.0b1', ++ 'azure-synapse-accesscontrol>=0.5.0', ++ 'azure-synapse-artifacts>=0.21.0', ++ 'azure-synapse-managedprivateendpoints>=0.4.0', ++ 'azure-synapse-spark>=0.7.0', ++ 'chardet>=5.2.0', ++ 'colorama>=0.4.4', + # On Linux, the distribution (Ubuntu, Debian, etc) and version are checked for `az feedback` + 'distro; sys_platform == "linux"', + 'fabric~=3.2.2', +@@ -146,19 +146,19 @@ DEPENDENCIES = [ + 'packaging>=20.9', + 'paramiko>=2.0.8,<4.0.0', + 'pycomposefile>=0.0.34', +- 'PyGithub~=1.38', +- 'PyNaCl~=1.6.2', +- 'scp~=0.13.2', ++ 'PyGithub>=1.38', ++ 'PyNaCl>=1.5.0,<1.7', ++ 'scp>=0.13.2', + 'semver~=3.0', + 'setuptools', + 'six>=1.10.0', # six is still used by countless extensions +- 'sshtunnel~=0.1.4', ++ 'sshtunnel>=0.1.4', + # Even though knack already depends on tabulate, profile module directly uses it for interactive subscription + # selection + 'tabulate', + 'urllib3', +- 'websocket-client~=1.8.0', +- 'xmltodict~=0.12' ++ 'websocket-client>=1.8.0', ++ 'xmltodict>=0.12' + ] + + with open('README.rst', 'r', encoding='utf-8') as f: diff --git a/sysutils/py-azure-cli/pkg-descr b/sysutils/py-azure-cli/pkg-descr index 16250bc85004..3b2388baa6fc 100644 --- a/sysutils/py-azure-cli/pkg-descr +++ b/sysutils/py-azure-cli/pkg-descr @@ -1,6 +1,6 @@ -The Azure CLI is a command-line tool providing a great experience for managing -Azure resources. The CLI is designed to make scripting easy, query data, -support long-running operations, and more. Try it today and find out what the -CLI has to offer! - -See also: https://pypi.org/project/azure-cli/ +Azure CLI is a cross-platform tool that simplifies managing Azure resources from +the command line. Optimized for automation and ease of use, it supports +interactive sessions and scripting with straightforward commands that integrate +seamlessly with the Azure Resource Manager model. You can start using it in your +browser with Azure Cloud Shell or install it locally to use from your preferred +terminal.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b096.3f917.10ae6834>
