Date: Sun, 27 Jan 2019 20:54:19 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491401 - head/devel/py-azure-mgmt-compute Message-ID: <201901272054.x0RKsJJr045782@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sun Jan 27 20:54:19 2019 New Revision: 491401 URL: https://svnweb.freebsd.org/changeset/ports/491401 Log: devel/py-azure-mgmt-compute: Update to 4.4.0 Changelog: https://pypi.org/project/azure-mgmt-compute/4.4.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-compute/Makefile head/devel/py-azure-mgmt-compute/distinfo Modified: head/devel/py-azure-mgmt-compute/Makefile ============================================================================== --- head/devel/py-azure-mgmt-compute/Makefile Sun Jan 27 20:52:33 2019 (r491400) +++ head/devel/py-azure-mgmt-compute/Makefile Sun Jan 27 20:54:19 2019 (r491401) @@ -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 Lib 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 Modified: head/devel/py-azure-mgmt-compute/distinfo ============================================================================== --- head/devel/py-azure-mgmt-compute/distinfo Sun Jan 27 20:52:33 2019 (r491400) +++ head/devel/py-azure-mgmt-compute/distinfo Sun Jan 27 20:54:19 2019 (r491401) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901272054.x0RKsJJr045782>