From owner-svn-ports-head@freebsd.org Mon Sep 24 17:36:15 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 0446E10B2F92; Mon, 24 Sep 2018 17:36:15 +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 AEB3D8B423; Mon, 24 Sep 2018 17:36:14 +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 A9AA31C81C; Mon, 24 Sep 2018 17:36:14 +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 w8OHaE8F024773; Mon, 24 Sep 2018 17:36:14 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8OHaEMV024771; Mon, 24 Sep 2018 17:36:14 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201809241736.w8OHaEMV024771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 24 Sep 2018 17:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480615 - 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: 480615 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: Mon, 24 Sep 2018 17:36:15 -0000 Author: dbn Date: Mon Sep 24 17:36:14 2018 New Revision: 480615 URL: https://svnweb.freebsd.org/changeset/ports/480615 Log: devel/py-applicationinsights: update to 0.1.7 ChangeLog: - Added `track_dependency`. - Added optional `request_id` argument to `track_request`. Modified: head/devel/py-applicationinsights/Makefile head/devel/py-applicationinsights/distinfo Modified: head/devel/py-applicationinsights/Makefile ============================================================================== --- head/devel/py-applicationinsights/Makefile Mon Sep 24 17:34:50 2018 (r480614) +++ head/devel/py-applicationinsights/Makefile Mon Sep 24 17:36:14 2018 (r480615) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= applicationinsights -DISTVERSION= 0.11.6 +DISTVERSION= 0.11.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-applicationinsights/distinfo ============================================================================== --- head/devel/py-applicationinsights/distinfo Mon Sep 24 17:34:50 2018 (r480614) +++ head/devel/py-applicationinsights/distinfo Mon Sep 24 17:36:14 2018 (r480615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534669912 -SHA256 (applicationinsights-0.11.6.tar.gz) = 028c963683a6fe9d4b22fcaa532e9207befdb8c44710a3a0ee78aad51b5baa2c -SIZE (applicationinsights-0.11.6.tar.gz) = 49488 +TIMESTAMP = 1537810454 +SHA256 (applicationinsights-0.11.7.tar.gz) = c4712ede8eeca57e611b7fd4b3b6c345745a4a002a08145ab45f92d31d900040 +SIZE (applicationinsights-0.11.7.tar.gz) = 50209