Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2026 05:15:46 +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: 60036df18108 - main - security/py-azure-keyvault-keys: Update to 4.11.1
Message-ID:  <6a0fe682.273a4.5e6cf318@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=60036df18108e9cfea49fdfe20396587a82df148

commit 60036df18108e9cfea49fdfe20396587a82df148
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-22 05:07:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-22 05:07:19 +0000

    security/py-azure-keyvault-keys: Update to 4.11.1
    
    Changes:        https://github.com/Azure/azure-sdk-for-python/releases
                    https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md
---
 security/py-azure-keyvault-keys/Makefile             |  4 ++--
 security/py-azure-keyvault-keys/distinfo             |  6 +++---
 .../files/patch-pyproject.toml                       | 20 ++++++++++++++++++++
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/security/py-azure-keyvault-keys/Makefile b/security/py-azure-keyvault-keys/Makefile
index e56c0f863f44..9387414f4afb 100644
--- a/security/py-azure-keyvault-keys/Makefile
+++ b/security/py-azure-keyvault-keys/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-keyvault-keys
-PORTVERSION=	4.11.0
+PORTVERSION=	4.11.1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 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.31.0:devel/py-azure-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-core>=1.37.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}
 
diff --git a/security/py-azure-keyvault-keys/distinfo b/security/py-azure-keyvault-keys/distinfo
index 320151e4a28e..ca88cdeca9b8 100644
--- a/security/py-azure-keyvault-keys/distinfo
+++ b/security/py-azure-keyvault-keys/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954226
-SHA256 (azure_keyvault_keys-4.11.0.tar.gz) = f257b1917a2c3a88983e3f5675a6419449eb262318888d5b51e1cb3bed79779a
-SIZE (azure_keyvault_keys-4.11.0.tar.gz) = 241309
+TIMESTAMP = 1779394415
+SHA256 (azure_keyvault_keys-4.11.1.tar.gz) = 90caa3a7b2c8f6b53c247ec115cf1c1dad7f107cc3aa9f35aff4838bbce7e562
+SIZE (azure_keyvault_keys-4.11.1.tar.gz) = 260915
diff --git a/security/py-azure-keyvault-keys/files/patch-pyproject.toml b/security/py-azure-keyvault-keys/files/patch-pyproject.toml
new file mode 100644
index 000000000000..278f757d8c35
--- /dev/null
+++ b/security/py-azure-keyvault-keys/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig	2026-05-19 17:29:48 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 Key Vault K
+   { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Corporation Azure Key Vault Keys 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?6a0fe682.273a4.5e6cf318>