git: ae490c042568 - main - devel/py-azure-mgmt-containerinstance: Update to 10.2.0b2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 13:38:23 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ae490c042568723115eb943d3d830b4a43e3e17e
commit ae490c042568723115eb943d3d830b4a43e3e17e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:00:22 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:31:13 +0000
devel/py-azure-mgmt-containerinstance: Update to 10.2.0b2
Changes: https://github.com/Azure/azure-sdk-for-python/releases
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerinstance/azure-mgmt-containerinstance/CHANGELOG.md
---
devel/py-azure-mgmt-containerinstance/Makefile | 7 +++----
devel/py-azure-mgmt-containerinstance/distinfo | 6 +++---
.../files/patch-pyproject.toml | 19 +++++++++++++++++++
3 files changed, 25 insertions(+), 7 deletions(-)
diff --git a/devel/py-azure-mgmt-containerinstance/Makefile b/devel/py-azure-mgmt-containerinstance/Makefile
index caf82f5a04ab..55ee7834802f 100644
--- a/devel/py-azure-mgmt-containerinstance/Makefile
+++ b/devel/py-azure-mgmt-containerinstance/Makefile
@@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-containerinstance
-DISTVERSION= 10.2.0b1
+PORTVERSION= 10.2.0b2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -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.3.2: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-containerinstance/distinfo b/devel/py-azure-mgmt-containerinstance/distinfo
index 1e60f42bfc2f..38aa95cd3f59 100644
--- a/devel/py-azure-mgmt-containerinstance/distinfo
+++ b/devel/py-azure-mgmt-containerinstance/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1772026002
-SHA256 (azure_mgmt_containerinstance-10.2.0b1.tar.gz) = bf4bb77bd6681270dd0a733aa3a7c3ecdfacba8e616d3a8c3b98cce9c48cc7c0
-SIZE (azure_mgmt_containerinstance-10.2.0b1.tar.gz) = 79214
+TIMESTAMP = 1782966278
+SHA256 (azure_mgmt_containerinstance-10.2.0b2.tar.gz) = 230eebb93575ffc672d8b108836ec8b1c2cc31b0ef51140f3893d1118bf0f6d2
+SIZE (azure_mgmt_containerinstance-10.2.0b2.tar.gz) = 111096
diff --git a/devel/py-azure-mgmt-containerinstance/files/patch-pyproject.toml b/devel/py-azure-mgmt-containerinstance/files/patch-pyproject.toml
new file mode 100644
index 000000000000..551f58321685
--- /dev/null
+++ b/devel/py-azure-mgmt-containerinstance/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2026-06-02 05:59:47 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 Containerinstance Manag
+ { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Containerinstance Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+ "Development Status :: 4 - Beta",
+ "Programming Language :: Python",