From ca2027b55b60cb63ef81158a598a21f27b52f09c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2020 17:54:24 +0000 Subject: [PATCH] Update to 0.11.9 - Update WWW - Take maintainership Changes: https://github.com/microsoft/ApplicationInsights-Python/releases --- devel/py-applicationinsights/Makefile | 6 +++--- devel/py-applicationinsights/distinfo | 6 +++--- devel/py-applicationinsights/pkg-descr | 9 ++++----- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/devel/py-applicationinsights/Makefile b/devel/py-applicationinsights/Makefile index 0132631a153a..12a56dcb6fab 100644 --- a/devel/py-applicationinsights/Makefile +++ b/devel/py-applicationinsights/Makefile @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= applicationinsights -DISTVERSION= 0.11.7 +PORTVERSION= 0.11.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Applications Insights SDK for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-applicationinsights/distinfo b/devel/py-applicationinsights/distinfo index c952213bfc4a..de223c1339cb 100644 --- a/devel/py-applicationinsights/distinfo +++ b/devel/py-applicationinsights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1537810454 -SHA256 (applicationinsights-0.11.7.tar.gz) = c4712ede8eeca57e611b7fd4b3b6c345745a4a002a08145ab45f92d31d900040 -SIZE (applicationinsights-0.11.7.tar.gz) = 50209 +TIMESTAMP = 1580830459 +SHA256 (applicationinsights-0.11.9.tar.gz) = 30a11aafacea34f8b160fbdc35254c9029c7e325267874e3c68f6bdbcd6ed2c3 +SIZE (applicationinsights-0.11.9.tar.gz) = 52708 diff --git a/devel/py-applicationinsights/pkg-descr b/devel/py-applicationinsights/pkg-descr index 13f4803d2784..4dffa694b878 100644 --- a/devel/py-applicationinsights/pkg-descr +++ b/devel/py-applicationinsights/pkg-descr @@ -1,7 +1,6 @@ Application Insights is a service that allows developers to keep their -application available, performing and succeeding. This Python module will -allow you to send telemetry of various kinds (event, trace, exception, etc.) -to the Application Insights service where they can be visualized in the -Azure Portal. +application available, performing and succeeding. This Python module will allow +you to send telemetry of various kinds (event, trace, exception, etc.) to the +Application Insights service where they can be visualized in the Azure Portal. -WWW: https://github.com/Microsoft/ApplicationInsights-Python +WWW: https://github.com/microsoft/ApplicationInsights-Python