Date: Wed, 30 Jun 2021 20:46:29 GMT 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: 40d624dcdfc6 - main - security/py-azure-keyvault-keys: Update to 4.4.0 Message-ID: <202106302046.15UKkTi4054699@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=40d624dcdfc608273a57846c64033795160a34ff commit 40d624dcdfc608273a57846c64033795160a34ff Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-30 20:37:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-30 20:43:44 +0000 security/py-azure-keyvault-keys: Update to 4.4.0 Changes: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/keyvault/azure-keyvault-keys/CHANGELOG.md --- security/py-azure-keyvault-keys/Makefile | 5 +++-- security/py-azure-keyvault-keys/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/security/py-azure-keyvault-keys/Makefile b/security/py-azure-keyvault-keys/Makefile index 72c18ac55d4d..0cd6c69055ce 100644 --- a/security/py-azure-keyvault-keys/Makefile +++ b/security/py-azure-keyvault-keys/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= azure-keyvault-keys -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.7.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0:net-mgmt/py-msrest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/security/py-azure-keyvault-keys/distinfo b/security/py-azure-keyvault-keys/distinfo index e3e14b19cc07..16d25882c86f 100644 --- a/security/py-azure-keyvault-keys/distinfo +++ b/security/py-azure-keyvault-keys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478307 -SHA256 (azure-keyvault-keys-4.3.1.zip) = fbf67bca913ebf68b9075ee9d2e2b899dc3c7892cc40abfe1b08220a382f6ed9 -SIZE (azure-keyvault-keys-4.3.1.zip) = 343485 +TIMESTAMP = 1624630124 +SHA256 (azure-keyvault-keys-4.4.0.zip) = 7792ad0d5e63ad9eafa68bdce5de91b3ffcc7ca7a6afdc576785e6a2793caed0 +SIZE (azure-keyvault-keys-4.4.0.zip) = 403611
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106302046.15UKkTi4054699>