Date: Tue, 21 Apr 2026 17:13:18 +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: ecc8df92a55a - main - devel/py-azure-appconfiguration: Update to 1.7.2 Message-ID: <69e7b02e.3eba4.752132ca@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=ecc8df92a55aa8b57bacfc891a9c25bd34f5d508 commit ecc8df92a55aa8b57bacfc891a9c25bd34f5d508 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:00:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b02e.3eba4.752132ca>
