Date: Thu, 23 May 2019 21:59:27 +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: r502368 - head/devel/py-azure-mgmt-consumption Message-ID: <201905232159.x4NLxRas078677@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Thu May 23 21:59:27 2019 New Revision: 502368 URL: https://svnweb.freebsd.org/changeset/ports/502368 Log: devel/py-azure-mgmt-consumption: Update to 3.0.0 Changelog: https://pypi.org/project/azure-mgmt-consumption/3.0.0/ Reported by: portscout Modified: head/devel/py-azure-mgmt-consumption/Makefile head/devel/py-azure-mgmt-consumption/distinfo Modified: head/devel/py-azure-mgmt-consumption/Makefile ============================================================================== --- head/devel/py-azure-mgmt-consumption/Makefile Thu May 23 21:58:40 2019 (r502367) +++ head/devel/py-azure-mgmt-consumption/Makefile Thu May 23 21:59:27 2019 (r502368) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-consumption -PORTVERSION= 2.0.0 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,8 @@ COMMENT= Microsoft Azure Consumption Management Client LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20:net-mgmt/py-msrestazure@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${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-consumption/distinfo ============================================================================== --- head/devel/py-azure-mgmt-consumption/distinfo Thu May 23 21:58:40 2019 (r502367) +++ head/devel/py-azure-mgmt-consumption/distinfo Thu May 23 21:59:27 2019 (r502368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545690059 -SHA256 (azure-mgmt-consumption-2.0.0.zip) = 9a85a89f30f224d261749be20b4616a0eb8948586f7f0f20573b8ea32f265189 -SIZE (azure-mgmt-consumption-2.0.0.zip) = 56975 +TIMESTAMP = 1558571018 +SHA256 (azure-mgmt-consumption-3.0.0.zip) = 035d4b74ca7c47e2683bea17105fd9014c27060336fb6255324ac86b27f70f5b +SIZE (azure-mgmt-consumption-3.0.0.zip) = 533101
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905232159.x4NLxRas078677>