git: 750935ac7f34 - main - devel/py-azure-mgmt-databoxedge: Update to 3.0.0
Po-Chuan Hsieh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=750935ac7f3401bf65f33f1632a139cda8dd1db3 commit 750935ac7f3401bf65f33f1632a139cda8dd1db3 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:20 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:31 +0000 devel/py-azure-mgmt-databoxedge: Update to 3.0.0 Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/databoxedge/azure-mgmt-databoxedge/CHANGELOG.md --- devel/py-azure-mgmt-databoxedge/Makefile | 5 ++--- devel/py-azure-mgmt-databoxedge/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/devel/py-azure-mgmt-databoxedge/Makefile b/devel/py-azure-mgmt-databoxedge/Makefile index 19e4454a971e..0b9796e39da9 100644 --- a/devel/py-azure-mgmt-databoxedge/Makefile +++ b/devel/py-azure-mgmt-databoxedge/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-databoxedge -PORTVERSION= 2.0.0 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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.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-databoxedge/distinfo b/devel/py-azure-mgmt-databoxedge/distinfo index e6a2ace3a5e4..25c8a386b0d7 100644 --- a/devel/py-azure-mgmt-databoxedge/distinfo +++ b/devel/py-azure-mgmt-databoxedge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764606355 -SHA256 (azure_mgmt_databoxedge-2.0.0.tar.gz) = f18f066d027c99a224998d3c4740812682159abe38cf58e87b09770cab2cacc0 -SIZE (azure_mgmt_databoxedge-2.0.0.tar.gz) = 188297 +TIMESTAMP = 1784005098 +SHA256 (azure_mgmt_databoxedge-3.0.0.tar.gz) = 772266ee2dce6cdde7d28b9e7a153b3fd57d27f12b47375742e23b3f9fda24eb +SIZE (azure_mgmt_databoxedge-3.0.0.tar.gz) = 183922 diff --git a/devel/py-azure-mgmt-databoxedge/files/patch-pyproject.toml b/devel/py-azure-mgmt-databoxedge/files/patch-pyproject.toml new file mode 100644 index 000000000000..252182894476 --- /dev/null +++ b/devel/py-azure-mgmt-databoxedge/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-07-14 03:53:35 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 Databoxedge Management + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Databoxedge Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",