Date: Wed, 22 Apr 2026 13:02:34 +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: 6cc753582376 - main - devel/py-azure-mgmt-appconfiguration: Update to 6.0.0b1 Message-ID: <69e8c6ea.1e307.1e57772b@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=6cc753582376a81ecd6d77723bc6652c211d6a5e commit 6cc753582376a81ecd6d77723bc6652c211d6a5e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-22 12:59:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-22 12:59:30 +0000 devel/py-azure-mgmt-appconfiguration: Update to 6.0.0b1 - Update COMMENT Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-mgmt-appconfiguration/CHANGELOG.md --- devel/py-azure-mgmt-appconfiguration/Makefile | 11 +++++------ devel/py-azure-mgmt-appconfiguration/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/devel/py-azure-mgmt-appconfiguration/Makefile b/devel/py-azure-mgmt-appconfiguration/Makefile index 3df90b30fc1d..85c547431ebd 100644 --- a/devel/py-azure-mgmt-appconfiguration/Makefile +++ b/devel/py-azure-mgmt-appconfiguration/Makefile @@ -1,12 +1,12 @@ PORTNAME= azure-mgmt-appconfiguration -PORTVERSION= 5.0.0 +DISTVERSION= 6.0.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= azure_mgmt_appconfiguration-${PORTVERSION} +DISTNAME= azure_mgmt_appconfiguration-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure App Configuration Management Client Library for Python +COMMENT= Microsoft Azure Appconfiguration 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/appconfiguration/azure-mgmt-appconfiguration \ https://github.com/Azure/azure-sdk-for-python @@ -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.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-appconfiguration/distinfo b/devel/py-azure-mgmt-appconfiguration/distinfo index c0fae42f5191..360868180ad8 100644 --- a/devel/py-azure-mgmt-appconfiguration/distinfo +++ b/devel/py-azure-mgmt-appconfiguration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764598085 -SHA256 (azure_mgmt_appconfiguration-5.0.0.tar.gz) = f8f0f81b790d1ed77bbc052ecdcf7b13091fad88b10c1f3f471000dbd9c20977 -SIZE (azure_mgmt_appconfiguration-5.0.0.tar.gz) = 74844 +TIMESTAMP = 1776796078 +SHA256 (azure_mgmt_appconfiguration-6.0.0b1.tar.gz) = cc1684c9271669d72168a5797e18351265566bfa123eb7bf818de1d6f35ae5de +SIZE (azure_mgmt_appconfiguration-6.0.0b1.tar.gz) = 81938 diff --git a/devel/py-azure-mgmt-appconfiguration/files/patch-pyproject.toml b/devel/py-azure-mgmt-appconfiguration/files/patch-pyproject.toml new file mode 100644 index 000000000000..340d6709ee1b --- /dev/null +++ b/devel/py-azure-mgmt-appconfiguration/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-01-27 18:55:53 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 Appconfiguration Manage + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Appconfiguration Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e8c6ea.1e307.1e57772b>
