git: 70248184d0d3 - main - devel/py-azure-mgmt-imagebuilder: Update to 2.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=70248184d0d37f4719cec48eedd9cc0659c602ab commit 70248184d0d37f4719cec48eedd9cc0659c602ab Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:22 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:31 +0000 devel/py-azure-mgmt-imagebuilder: Update to 2.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/compute/azure-mgmt-imagebuilder/CHANGELOG.md --- devel/py-azure-mgmt-imagebuilder/Makefile | 11 ++++++----- devel/py-azure-mgmt-imagebuilder/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-mgmt-imagebuilder/Makefile b/devel/py-azure-mgmt-imagebuilder/Makefile index 1d595bd958f6..3709cf53e654 100644 --- a/devel/py-azure-mgmt-imagebuilder/Makefile +++ b/devel/py-azure-mgmt-imagebuilder/Makefile @@ -1,11 +1,12 @@ PORTNAME= azure-mgmt-imagebuilder -PORTVERSION= 1.4.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_imagebuilder-${PORTVERSION} MAINTAINER= [email protected] -COMMENT= Microsoft Azure Image Builder Client Library for Python +COMMENT= Microsoft Azure Image Builder 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/compute/azure-mgmt-imagebuilder \ https://github.com/Azure/azure-sdk-for-python @@ -15,9 +16,9 @@ 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} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${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} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-azure-mgmt-imagebuilder/distinfo b/devel/py-azure-mgmt-imagebuilder/distinfo index ce61f1bc57f8..63f114a6b006 100644 --- a/devel/py-azure-mgmt-imagebuilder/distinfo +++ b/devel/py-azure-mgmt-imagebuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764609545 -SHA256 (azure-mgmt-imagebuilder-1.4.0.tar.gz) = e6c2d573abef26222fc14491803d4cb01f86fc61292d4cf7c4729eb4bae4891c -SIZE (azure-mgmt-imagebuilder-1.4.0.tar.gz) = 65883 +TIMESTAMP = 1784005102 +SHA256 (azure_mgmt_imagebuilder-2.0.0.tar.gz) = e2b12dcd024cd55edf231a9ebc2645afc466a3b2e6cc8779fa161956fb86875f +SIZE (azure_mgmt_imagebuilder-2.0.0.tar.gz) = 77213 diff --git a/devel/py-azure-mgmt-imagebuilder/files/patch-pyproject.toml b/devel/py-azure-mgmt-imagebuilder/files/patch-pyproject.toml new file mode 100644 index 000000000000..ccc70654840b --- /dev/null +++ b/devel/py-azure-mgmt-imagebuilder/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-06-02 05:58:17 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 Imagebuilder Management + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Imagebuilder Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",