=dkim; t=1776862955; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yMPxVOvL7zLlMATnw6ZD/tYkz1B/9DRBHIj92XN0/ko=; b=mSpeyI+pfNUQQ+Sb3rO+UtrLaZIzZN+xE7theIeiPioPTqn6xgA8eI7hWDLRKDdCgDEvdg fAw6M+2uO88Klr1C3vO2V2J2543z+PEtj25LZ+lozxgAj6FK5rhdBsWXV3SYkLbg4Y4jCQ 0/bE/Bgvd9iNjt7PtnJAhODlDLhn5kJ/eWMZFQwDlR9ampsZiMIlPA8yW/VMAInrOx94Md UIVBHQJkQZr+iBBm6jYlJ2GuVSHSPJYBzjevJQpsYm3/TKV/neCj58bYVjM+LSWdOtst+c 1XPqIOK5Q8N8KXxEGt3tQTrp8VfxpO5D4GbyfcAJ7UyMZEGugMW7eyI/Ps4NQQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g0zsQ57wBzXgX for ; Wed, 22 Apr 2026 13:02:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1e307 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 22 Apr 2026 13:02:34 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6cc753582376 - main - devel/py-azure-mgmt-appconfiguration: Update to 6.0.0b1 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6cc753582376a81ecd6d77723bc6652c211d6a5e Auto-Submitted: auto-generated Date: Wed, 22 Apr 2026 13:02:34 +0000 Message-Id: <69e8c6ea.1e307.1e57772b@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cc753582376a81ecd6d77723bc6652c211d6a5e commit 6cc753582376a81ecd6d77723bc6652c211d6a5e Author: Po-Chuan Hsieh AuthorDate: 2026-04-22 12:59:30 +0000 Commit: Po-Chuan Hsieh 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",