X6+vX/8+LDE6ey4rAS4YnB7dN6akjSbDp3x ok+l4diRlpc7S1asHSb3RlmedB5wwoxfqE8maMQbdgevZST9+4y9bdCvJrcP+g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g0TTB6SPBzt73 for ; Tue, 21 Apr 2026 17:13:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3eba4 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 21 Apr 2026 17:13:18 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ecc8df92a55a - main - devel/py-azure-appconfiguration: Update to 1.7.2 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: ecc8df92a55aa8b57bacfc891a9c25bd34f5d508 Auto-Submitted: auto-generated Date: Tue, 21 Apr 2026 17:13:18 +0000 Message-Id: <69e7b02e.3eba4.752132ca@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecc8df92a55aa8b57bacfc891a9c25bd34f5d508 commit ecc8df92a55aa8b57bacfc891a9c25bd34f5d508 Author: Po-Chuan Hsieh AuthorDate: 2026-04-21 17:00:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-21 17:11:48 +0000 devel/py-azure-appconfiguration: Update to 1.7.2 - Update COMMENT - Update WWW - Add LICENSE_FILE - Sort RUN_DEPENDS - Convert to USE_PYTHON=pep517 - Update pkg-descr Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md --- devel/py-azure-appconfiguration/Makefile | 22 ++++++++++++++-------- devel/py-azure-appconfiguration/distinfo | 6 +++--- devel/py-azure-appconfiguration/pkg-descr | 7 +++++-- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/devel/py-azure-appconfiguration/Makefile b/devel/py-azure-appconfiguration/Makefile index 16c3e398bc73..44a22bbd45a5 100644 --- a/devel/py-azure-appconfiguration/Makefile +++ b/devel/py-azure-appconfiguration/Makefile @@ -1,21 +1,27 @@ PORTNAME= azure-appconfiguration -DISTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_appconfiguration-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft App Configuration Data Library for Python -WWW= https://pypi.org/project/azure-appconfiguration/ +COMMENT= Microsoft App Configuration Data 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-appconfiguration \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.10:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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-core>=1.30.0:devel/py-azure-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= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-appconfiguration/distinfo b/devel/py-azure-appconfiguration/distinfo index 11e925f868a6..3bb2a6cb2d85 100644 --- a/devel/py-azure-appconfiguration/distinfo +++ b/devel/py-azure-appconfiguration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602721417 -SHA256 (azure-appconfiguration-1.1.1.zip) = b83cd2cb63d93225de84e27abbfc059212f8de27766f4c58dd3abb839dff0be4 -SIZE (azure-appconfiguration-1.1.1.zip) = 77609 +TIMESTAMP = 1761400605 +SHA256 (azure_appconfiguration-1.7.2.tar.gz) = cefd75b298b898a8ed9f73048f3f39f4e81059a58cd832d0523787fc1d912a06 +SIZE (azure_appconfiguration-1.7.2.tar.gz) = 120992 diff --git a/devel/py-azure-appconfiguration/pkg-descr b/devel/py-azure-appconfiguration/pkg-descr index d023e99daff1..d6fb690f0f82 100644 --- a/devel/py-azure-appconfiguration/pkg-descr +++ b/devel/py-azure-appconfiguration/pkg-descr @@ -4,5 +4,8 @@ their application configurations simply and securely. Modern programs, especially programs running in a cloud, generally have many components that are distributed in nature. Spreading configuration settings across these components can lead to hard-to-troubleshoot errors during an -application deployment. Use App Configuration to securely store all the -settings for your application in one place. +application deployment. Use App Configuration to securely store all the settings +for your application in one place. + +Use the client library for App Configuration to create and manage application +configuration settings.