diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-11-21 17:20:21 -0300 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2022-01-01 18:56:36 -0300 |
commit | 213a6acb8c4c1311310413b7e42a09b1c6d64b55 (patch) | |
tree | 34ef4896e48990021b233d8fff7a84476f8901ee | |
parent | security/stunnel: Update MASTER_SITES and do minor tweaking (diff) |
security/py-azure-keyvault-keys: Update to 4.5.0b4
PR: 259978
Approved by: maintainer timeout
-rw-r--r-- | security/py-azure-keyvault-keys/Makefile | 4 | ||||
-rw-r--r-- | security/py-azure-keyvault-keys/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-azure-keyvault-keys/Makefile b/security/py-azure-keyvault-keys/Makefile index 0cd6c69055ce..3b17ba8cbbb7 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.4.0 +DISTVERSION= 4.5.0b4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Microsoft Azure Key Vault Keys Client Library for Python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1: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.21:net-mgmt/py-msrest@${PY_FLAVOR} \ diff --git a/security/py-azure-keyvault-keys/distinfo b/security/py-azure-keyvault-keys/distinfo index 16d25882c86f..697281afd847 100644 --- a/security/py-azure-keyvault-keys/distinfo +++ b/security/py-azure-keyvault-keys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624630124 -SHA256 (azure-keyvault-keys-4.4.0.zip) = 7792ad0d5e63ad9eafa68bdce5de91b3ffcc7ca7a6afdc576785e6a2793caed0 -SIZE (azure-keyvault-keys-4.4.0.zip) = 403611 +TIMESTAMP = 1637525250 +SHA256 (azure-keyvault-keys-4.5.0b4.zip) = 7f8dd94cc15cd0854869aebd80464538b00b444731dd14421686036361582eb6 +SIZE (azure-keyvault-keys-4.5.0b4.zip) = 457653 |