diff options
author | dbaio <dbaio@FreeBSD.org> | 2019-01-28 04:54:19 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2019-01-28 04:54:19 +0800 |
commit | f4fd677c924e0655e0bbd0c102acfa4eba1da074 (patch) | |
tree | 10988c67c29ca942232eaa9c50746c013f48169e /devel | |
parent | 5c5d4454b1d765420a2cd30617617f1fa89c6c27 (diff) | |
download | freebsd-ports-gnome-f4fd677c924e0655e0bbd0c102acfa4eba1da074.tar.gz freebsd-ports-gnome-f4fd677c924e0655e0bbd0c102acfa4eba1da074.tar.zst freebsd-ports-gnome-f4fd677c924e0655e0bbd0c102acfa4eba1da074.zip |
devel/py-azure-mgmt-compute: Update to 4.4.0
Changelog: https://pypi.org/project/azure-mgmt-compute/4.4.0/
Reported by: portscout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-azure-mgmt-compute/Makefile | 4 | ||||
-rw-r--r-- | devel/py-azure-mgmt-compute/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-azure-mgmt-compute/Makefile b/devel/py-azure-mgmt-compute/Makefile index 13142e30afdf..408a0a9ea2d1 100644 --- a/devel/py-azure-mgmt-compute/Makefile +++ b/devel/py-azure-mgmt-compute/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-compute -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Microsoft Azure Compute Management Client Library for Python LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} USES= azurepy python zip diff --git a/devel/py-azure-mgmt-compute/distinfo b/devel/py-azure-mgmt-compute/distinfo index 724f795b8c76..d0ac2addc75e 100644 --- a/devel/py-azure-mgmt-compute/distinfo +++ b/devel/py-azure-mgmt-compute/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544278836 -SHA256 (azure-mgmt-compute-4.3.1.zip) = 5b0c2390af3e29d910e3d6e7a72b0be59d6e15933740dd193129217c000e4fed -SIZE (azure-mgmt-compute-4.3.1.zip) = 2552116 +TIMESTAMP = 1548590622 +SHA256 (azure-mgmt-compute-4.4.0.zip) = 356219a354140ea26e6b4f4be4f855f1ffaf63af60de24cd2ca335b4ece9db00 +SIZE (azure-mgmt-compute-4.4.0.zip) = 2563489 |