From owner-svn-ports-head@freebsd.org Sun Aug 19 09:17:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9534C10878BF; Sun, 19 Aug 2018 09:17:49 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 479158E167; Sun, 19 Aug 2018 09:17:49 +0000 (UTC) (envelope-from dbn@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 29640244DF; Sun, 19 Aug 2018 09:17:49 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7J9HnKv093132; Sun, 19 Aug 2018 09:17:49 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7J9HmmX093130; Sun, 19 Aug 2018 09:17:48 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201808190917.w7J9HmmX093130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sun, 19 Aug 2018 09:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477560 - head/devel/py-applicationinsights X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/devel/py-applicationinsights X-SVN-Commit-Revision: 477560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2018 09:17:49 -0000 Author: dbn Date: Sun Aug 19 09:17:48 2018 New Revision: 477560 URL: https://svnweb.freebsd.org/changeset/ports/477560 Log: devel/py-applicationinsights: update to 0.11.6 - Switch to PyPI as upstream - Add test target (all tests pass) - ChangeLog: - Fixed exception logging in Flask integration on Python 2. - Fixed setting attributes in channel through context - Added support for Cloud Role Name and Cloud Role Instance fields Modified: head/devel/py-applicationinsights/Makefile head/devel/py-applicationinsights/distinfo Modified: head/devel/py-applicationinsights/Makefile ============================================================================== --- head/devel/py-applicationinsights/Makefile Sun Aug 19 09:08:07 2018 (r477559) +++ head/devel/py-applicationinsights/Makefile Sun Aug 19 09:17:48 2018 (r477560) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= applicationinsights -DISTVERSIONPREFIX= v -DISTVERSION= 0.11.5 +DISTVERSION= 0.11.6 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbn@FreeBSD.org @@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= Microsoft -GH_PROJECT= ApplicationInsights-Python NO_ARCH= yes + +do-test: + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) .include Modified: head/devel/py-applicationinsights/distinfo ============================================================================== --- head/devel/py-applicationinsights/distinfo Sun Aug 19 09:08:07 2018 (r477559) +++ head/devel/py-applicationinsights/distinfo Sun Aug 19 09:17:48 2018 (r477560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533670977 -SHA256 (Microsoft-ApplicationInsights-Python-v0.11.5_GH0.tar.gz) = fa03c07be65ab69003c4771352f507fb8f84f1e86e0b3454a44633e924a48e1c -SIZE (Microsoft-ApplicationInsights-Python-v0.11.5_GH0.tar.gz) = 66875 +TIMESTAMP = 1534669912 +SHA256 (applicationinsights-0.11.6.tar.gz) = 028c963683a6fe9d4b22fcaa532e9207befdb8c44710a3a0ee78aad51b5baa2c +SIZE (applicationinsights-0.11.6.tar.gz) = 49488