Date: Thu, 20 Jun 2019 17:31:32 +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: r504684 - head/sysutils/py-azure-cli-hdinsight Message-ID: <201906201731.x5KHVWcV019344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Thu Jun 20 17:31:32 2019 New Revision: 504684 URL: https://svnweb.freebsd.org/changeset/ports/504684 Log: sysutils/py-azure-cli-hdinsight: Update to 0.3.5 Changelog: https://pypi.org/project/azure-cli-hdinsight/0.3.5/ Reported by: portscout Modified: head/sysutils/py-azure-cli-hdinsight/Makefile head/sysutils/py-azure-cli-hdinsight/distinfo Modified: head/sysutils/py-azure-cli-hdinsight/Makefile ============================================================================== --- head/sysutils/py-azure-cli-hdinsight/Makefile Thu Jun 20 17:31:17 2019 (r504683) +++ head/sysutils/py-azure-cli-hdinsight/Makefile Thu Jun 20 17:31:32 2019 (r504684) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-hdinsight -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=0.2.1:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.3.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.7.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=3.0.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} USES= azurepy python Modified: head/sysutils/py-azure-cli-hdinsight/distinfo ============================================================================== --- head/sysutils/py-azure-cli-hdinsight/distinfo Thu Jun 20 17:31:17 2019 (r504683) +++ head/sysutils/py-azure-cli-hdinsight/distinfo Thu Jun 20 17:31:32 2019 (r504684) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558572443 -SHA256 (azure-cli-hdinsight-0.3.4.tar.gz) = 7e94777c2c4f674caf088d8009141b1809bd57cc920020947272ea48161dc5c6 -SIZE (azure-cli-hdinsight-0.3.4.tar.gz) = 13106 +TIMESTAMP = 1561039064 +SHA256 (azure-cli-hdinsight-0.3.5.tar.gz) = 6c8b15cad14bad6e0bbae4f7ded521c2ce25363101d942a80c654b464422fe58 +SIZE (azure-cli-hdinsight-0.3.5.tar.gz) = 13256
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906201731.x5KHVWcV019344>