Date: Fri, 22 Mar 2019 02:05:15 +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: r496537 - head/sysutils/py-azure-cli-hdinsight Message-ID: <201903220205.x2M25FMN064627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri Mar 22 02:05:15 2019 New Revision: 496537 URL: https://svnweb.freebsd.org/changeset/ports/496537 Log: sysutils/py-azure-cli-hdinsight: Update to 0.3.2 Changelog: https://pypi.org/project/azure-cli-hdinsight/0.3.2/ 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 Fri Mar 22 02:04:32 2019 (r496536) +++ head/sysutils/py-azure-cli-hdinsight/Makefile Fri Mar 22 02:05:15 2019 (r496537) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-hdinsight -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +11,9 @@ COMMENT= Microsoft Azure Command-Line Tools HDInsight LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=0.2.0:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=0.2.1:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.1.1:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.4.0:devel/py-azure-mgmt-network@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-network>=2.6.0.r1: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 Fri Mar 22 02:04:32 2019 (r496536) +++ head/sysutils/py-azure-cli-hdinsight/distinfo Fri Mar 22 02:05:15 2019 (r496537) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551391583 -SHA256 (azure-cli-hdinsight-0.3.1.tar.gz) = 6208be11953a007775aa2a1cb8993dbd523f2561c4c1398d9e557366187dcfce -SIZE (azure-cli-hdinsight-0.3.1.tar.gz) = 12783 +TIMESTAMP = 1552136155 +SHA256 (azure-cli-hdinsight-0.3.2.tar.gz) = a0438e4327be0941b3ac5521b785a803fd8c4200af3ae6ee2d600ac1c9c4655f +SIZE (azure-cli-hdinsight-0.3.2.tar.gz) = 13032
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903220205.x2M25FMN064627>