git: c3ddd307e9fe - main - devel/py-azure-mgmt-billing: Update to 8.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 08 Jul 2026 13:38:21 UTC
The branch main has been updated by sunpoet:

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

commit c3ddd307e9fe34348c5e9f5fbda545bcbc8b1aea
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:00:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:31:12 +0000

    devel/py-azure-mgmt-billing: Update to 8.0.0
    
    Changes:        https://github.com/Azure/azure-sdk-for-python/releases
                    https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/billing/azure-mgmt-billing/CHANGELOG.md
---
 devel/py-azure-mgmt-billing/Makefile                  |  7 +++----
 devel/py-azure-mgmt-billing/distinfo                  |  6 +++---
 .../py-azure-mgmt-billing/files/patch-pyproject.toml  | 19 +++++++++++++++++++
 3 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/devel/py-azure-mgmt-billing/Makefile b/devel/py-azure-mgmt-billing/Makefile
index 3f57ad420e92..582bd71db344 100644
--- a/devel/py-azure-mgmt-billing/Makefile
+++ b/devel/py-azure-mgmt-billing/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-billing
-PORTVERSION=	7.0.0
+PORTVERSION=	8.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,9 @@ WWW=		https://azure.github.io/azure-sdk-for-python/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61: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.3.2: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-billing/distinfo b/devel/py-azure-mgmt-billing/distinfo
index f0c6e9e7e212..b4e910c2bc32 100644
--- a/devel/py-azure-mgmt-billing/distinfo
+++ b/devel/py-azure-mgmt-billing/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764600524
-SHA256 (azure_mgmt_billing-7.0.0.tar.gz) = 8e0a65c65110b53a42937e5bed6ae00efc9d6206972d96bfd4a74e80c85c2d7b
-SIZE (azure_mgmt_billing-7.0.0.tar.gz) = 271584
+TIMESTAMP = 1782966274
+SHA256 (azure_mgmt_billing-8.0.0.tar.gz) = 8f902f21d2493e6fc5c3c894d52a0783fc3480f4580e359489580316f7cef7c6
+SIZE (azure_mgmt_billing-8.0.0.tar.gz) = 280192
diff --git a/devel/py-azure-mgmt-billing/files/patch-pyproject.toml b/devel/py-azure-mgmt-billing/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6d4a53e5a3c3
--- /dev/null
+++ b/devel/py-azure-mgmt-billing/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2026-06-24 09:02:49 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 Billing Management Clie
+     { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Billing Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+     "Development Status :: 5 - Production/Stable",
+     "Programming Language :: Python",