git: cf7fef80ee2d - main - devel/py-azure-mgmt-policyinsights: Update to 1.1.0b6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 13:38:30 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf7fef80ee2dfa7d18ab4201390b81e399763eb6
commit cf7fef80ee2dfa7d18ab4201390b81e399763eb6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:00:28 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:31:15 +0000
devel/py-azure-mgmt-policyinsights: Update to 1.1.0b6
Changes: https://github.com/Azure/azure-sdk-for-python/releases
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/policyinsights/azure-mgmt-policyinsights/CHANGELOG.md
---
devel/py-azure-mgmt-policyinsights/Makefile | 7 +++----
devel/py-azure-mgmt-policyinsights/distinfo | 6 +++---
.../files/patch-pyproject.toml | 19 +++++++++++++++++++
3 files changed, 25 insertions(+), 7 deletions(-)
diff --git a/devel/py-azure-mgmt-policyinsights/Makefile b/devel/py-azure-mgmt-policyinsights/Makefile
index 88fff0a7b817..643f2b1b05ed 100644
--- a/devel/py-azure-mgmt-policyinsights/Makefile
+++ b/devel/py-azure-mgmt-policyinsights/Makefile
@@ -1,5 +1,5 @@
PORTNAME= azure-mgmt-policyinsights
-DISTVERSION= 1.1.0b5
+PORTVERSION= 1.1.0b6
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.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-policyinsights/distinfo b/devel/py-azure-mgmt-policyinsights/distinfo
index de2fbfa1948b..0a435307089f 100644
--- a/devel/py-azure-mgmt-policyinsights/distinfo
+++ b/devel/py-azure-mgmt-policyinsights/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765291907
-SHA256 (azure_mgmt_policyinsights-1.1.0b5.tar.gz) = ef4a22b6bc51c3de0ef11ec405dcbc1b05e1a86bd593915d498f0f2c74c83ae7
-SIZE (azure_mgmt_policyinsights-1.1.0b5.tar.gz) = 97631
+TIMESTAMP = 1782966290
+SHA256 (azure_mgmt_policyinsights-1.1.0b6.tar.gz) = 0e9dcb1b343ce20baf68748b5e0ca227d9889390fa767ab63e3a7f3220e3cdcd
+SIZE (azure_mgmt_policyinsights-1.1.0b6.tar.gz) = 101638
diff --git a/devel/py-azure-mgmt-policyinsights/files/patch-pyproject.toml b/devel/py-azure-mgmt-policyinsights/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8e852b7d5773
--- /dev/null
+++ b/devel/py-azure-mgmt-policyinsights/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2026-06-02 06:04:58 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 Policyinsights Manageme
+ { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Policyinsights Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+ "Development Status :: 4 - Beta",
+ "Programming Language :: Python",