From owner-svn-ports-all@freebsd.org Tue Feb 4 17:54:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6FB1C22DCFE; Tue, 4 Feb 2020 17:54:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48BslP2QgQz4F9J; Tue, 4 Feb 2020 17:54:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E5B31D9E2; Tue, 4 Feb 2020 17:54:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 014HsPa0093619; Tue, 4 Feb 2020 17:54:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 014HsOmh093616; Tue, 4 Feb 2020 17:54:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002041754.014HsOmh093616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2020 17:54:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525194 - head/devel/py-applicationinsights X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-applicationinsights X-SVN-Commit-Revision: 525194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2020 17:54:25 -0000 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@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 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