Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 22:00:29 +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: r502370 - head/devel/py-azure-mgmt-applicationinsights
Message-ID:  <201905232200.x4NM0TYY079024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Thu May 23 22:00:28 2019
New Revision: 502370
URL: https://svnweb.freebsd.org/changeset/ports/502370

Log:
  devel/py-azure-mgmt-applicationinsights: Update to 0.2.0
  
  Changelog:	https://pypi.org/project/azure-mgmt-applicationinsights/0.2.0/
  Reported by:	portscout

Modified:
  head/devel/py-azure-mgmt-applicationinsights/Makefile
  head/devel/py-azure-mgmt-applicationinsights/distinfo

Modified: head/devel/py-azure-mgmt-applicationinsights/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-applicationinsights/Makefile	Thu May 23 21:59:56 2019	(r502369)
+++ head/devel/py-azure-mgmt-applicationinsights/Makefile	Thu May 23 22:00:28 2019	(r502370)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	azure-mgmt-applicationinsights
-PORTVERSION=	0.1.1
+PORTVERSION=	0.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ COMMENT=	Microsoft Azure Application Insights Manageme
 
 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-applicationinsights/distinfo
==============================================================================
--- head/devel/py-azure-mgmt-applicationinsights/distinfo	Thu May 23 21:59:56 2019	(r502369)
+++ head/devel/py-azure-mgmt-applicationinsights/distinfo	Thu May 23 22:00:28 2019	(r502370)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548882736
-SHA256 (azure-mgmt-applicationinsights-0.1.1.zip) = f10229eb9e3e9d0ad20188b8d14d67055e86f3815b43b75eedf96b654bee2a9b
-SIZE (azure-mgmt-applicationinsights-0.1.1.zip) = 53903
+TIMESTAMP = 1558571151
+SHA256 (azure-mgmt-applicationinsights-0.2.0.zip) = e536a8b7aefa136ebbbf0ca3354b0bea53a42f5c4f5e8fa538c087eaf7d1a6c2
+SIZE (azure-mgmt-applicationinsights-0.2.0.zip) = 150537



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905232200.x4NM0TYY079024>