svn commit: r525194 - head/devel/py-applicationinsights
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Feb 4 17:54:25 UTC 2020
Author: sunpoet
Date: Tue Feb 4 17:54:24 2020
New Revision: 525194
URL: https://svnweb.freebsd.org/changeset/ports/525194
Log:
Update to 0.11.9
- Update WWW
- Take maintainership
Changes: https://github.com/microsoft/ApplicationInsights-Python/releases
Modified:
head/devel/py-applicationinsights/Makefile
head/devel/py-applicationinsights/distinfo
head/devel/py-applicationinsights/pkg-descr
Modified: head/devel/py-applicationinsights/Makefile
==============================================================================
--- head/devel/py-applicationinsights/Makefile Tue Feb 4 17:54:19 2020 (r525193)
+++ head/devel/py-applicationinsights/Makefile Tue Feb 4 17:54:24 2020 (r525194)
@@ -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 at FreeBSD.org
+MAINTAINER= sunpoet at 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
Modified: head/devel/py-applicationinsights/distinfo
==============================================================================
--- head/devel/py-applicationinsights/distinfo Tue Feb 4 17:54:19 2020 (r525193)
+++ head/devel/py-applicationinsights/distinfo Tue Feb 4 17:54:24 2020 (r525194)
@@ -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
Modified: head/devel/py-applicationinsights/pkg-descr
==============================================================================
--- head/devel/py-applicationinsights/pkg-descr Tue Feb 4 17:54:19 2020 (r525193)
+++ head/devel/py-applicationinsights/pkg-descr Tue Feb 4 17:54:24 2020 (r525194)
@@ -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
More information about the svn-ports-all
mailing list