git: fa054bef833e - main - devel/py-azure-mgmt-resource-deploymentstacks: Update to 1.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Apr 2026 17:14:35 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa054bef833e8d0a79801bb98c36f94b17b160cd

commit fa054bef833e8d0a79801bb98c36f94b17b160cd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:18 +0000

    devel/py-azure-mgmt-resource-deploymentstacks: Update to 1.0.0
    
    - Update COMMENT
    
    Changes:        https://github.com/Azure/azure-sdk-for-python/releases
                    https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/resources/azure-mgmt-resource-deploymentstacks/CHANGELOG.md
---
 .../py-azure-mgmt-resource-deploymentstacks/Makefile  |  9 ++++-----
 .../py-azure-mgmt-resource-deploymentstacks/distinfo  |  6 +++---
 .../files/patch-pyproject.toml                        | 19 +++++++++++++++++++
 3 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/devel/py-azure-mgmt-resource-deploymentstacks/Makefile b/devel/py-azure-mgmt-resource-deploymentstacks/Makefile
index 649e6c73dd51..8b3a75ae2da9 100644
--- a/devel/py-azure-mgmt-resource-deploymentstacks/Makefile
+++ b/devel/py-azure-mgmt-resource-deploymentstacks/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	azure-mgmt-resource-deploymentstacks
-DISTVERSION=	1.0.0b1
+PORTVERSION=	1.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	azure_mgmt_resource_deploymentstacks-${DISTVERSION}
+DISTNAME=	azure_mgmt_resource_deploymentstacks-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure Resource Deploymentstacks Management Client Library for Python
+COMMENT=	Microsoft Azure Deploymentstacks Management Client Library for Python
 WWW=		https://azure.github.io/azure-sdk-for-python/ \
 		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/resources/azure-mgmt-resource-deploymentstacks \
 		https://github.com/Azure/azure-sdk-for-python
@@ -16,8 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}
 
diff --git a/devel/py-azure-mgmt-resource-deploymentstacks/distinfo b/devel/py-azure-mgmt-resource-deploymentstacks/distinfo
index 07986b96ce0a..16bb0f5b6fdc 100644
--- a/devel/py-azure-mgmt-resource-deploymentstacks/distinfo
+++ b/devel/py-azure-mgmt-resource-deploymentstacks/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768283074
-SHA256 (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 49b876e45c0f5bab88ec47d7c56e8fb34fbdfcfe5b831a3a2a21e817f3d9732e
-SIZE (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 51527
+TIMESTAMP = 1773841771
+SHA256 (azure_mgmt_resource_deploymentstacks-1.0.0.tar.gz) = 808dcdd71737e9ca4e7cb84bc62a74efd5457b6a6db0e5607cd36c86fd582dc7
+SIZE (azure_mgmt_resource_deploymentstacks-1.0.0.tar.gz) = 85495
diff --git a/devel/py-azure-mgmt-resource-deploymentstacks/files/patch-pyproject.toml b/devel/py-azure-mgmt-resource-deploymentstacks/files/patch-pyproject.toml
new file mode 100644
index 000000000000..38a4b24e7dd1
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-deploymentstacks/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2026-02-10 18:49:10 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-    "setuptools>=77.0.3",
++    "setuptools>=61",
+     "wheel",
+ ]
+ build-backend = "setuptools.build_meta"
+@@ -11,7 +11,7 @@ description = "Microsoft Azure Deploymentstacks Manage
+     { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Deploymentstacks Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+     "Development Status :: 5 - Production/Stable",
+     "Programming Language :: Python",