Date: Wed, 22 Apr 2026 13:02:30 +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: 632edf69c36a - main - devel/py-azure-ai-projects: Update to 2.1.0 Message-ID: <69e8c6e6.1d486.10656492@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=632edf69c36a609dfc847b15d7edf6569f70fb7c commit 632edf69c36a609dfc847b15d7edf6569f70fb7c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-22 12:59:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-22 12:59:26 +0000 devel/py-azure-ai-projects: Update to 2.1.0 Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/CHANGELOG.md --- devel/py-azure-ai-projects/Makefile | 11 ++++++----- devel/py-azure-ai-projects/distinfo | 6 +++--- .../py-azure-ai-projects/files/patch-pyproject.toml | 20 ++++++++++++++++++++ 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-ai-projects/Makefile b/devel/py-azure-ai-projects/Makefile index 55e8627a6ed2..91038bdcf732 100644 --- a/devel/py-azure-ai-projects/Makefile +++ b/devel/py-azure-ai-projects/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-ai-projects -PORTVERSION= 1.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,14 @@ 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-ai-agents>=1.0.0:devel/py-azure-ai-agents@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.30.0:devel/py-azure-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.37.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-identity>=1.15.0:devel/py-azure-identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=12.15.0:devel/py-azure-storage-blob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}openai>=2.8.0:misc/py-openai@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.11:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-azure-ai-projects/distinfo b/devel/py-azure-ai-projects/distinfo index 8b51a57184df..4fc3add65d3b 100644 --- a/devel/py-azure-ai-projects/distinfo +++ b/devel/py-azure-ai-projects/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768283062 -SHA256 (azure_ai_projects-1.0.0.tar.gz) = b5f03024ccf0fd543fbe0f5abcc74e45b15eccc1c71ab87fc71c63061d9fd63c -SIZE (azure_ai_projects-1.0.0.tar.gz) = 130798 +TIMESTAMP = 1776796070 +SHA256 (azure_ai_projects-2.1.0.tar.gz) = f0749fa9a174255aa1a5550fb6078208521518472907a4c6dd552767d9b39caa +SIZE (azure_ai_projects-2.1.0.tar.gz) = 543343 diff --git a/devel/py-azure-ai-projects/files/patch-pyproject.toml b/devel/py-azure-ai-projects/files/patch-pyproject.toml new file mode 100644 index 000000000000..5174c36aa8b0 --- /dev/null +++ b/devel/py-azure-ai-projects/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2026-04-20 16:05:57 UTC ++++ pyproject.toml +@@ -6,7 +6,7 @@ + # -------------------------------------------------------------------------- + + [build-system] +-requires = ["setuptools>=77.0.3", "wheel"] ++requires = ["setuptools>=61", "wheel"] + build-backend = "setuptools.build_meta" + + [project] +@@ -15,7 +15,7 @@ description = "Microsoft Corporation Azure AI Projects + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Corporation Azure AI Projects Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e8c6e6.1d486.10656492>
