From owner-svn-ports-head@freebsd.org Mon Jul 23 03:19:27 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 97BA5103BF09; Mon, 23 Jul 2018 03:19:27 +0000 (UTC) (envelope-from loader@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 2E29390BF8; Mon, 23 Jul 2018 03:19:27 +0000 (UTC) (envelope-from loader@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 00FD517050; Mon, 23 Jul 2018 03:19:26 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6N3JQTo075380; Mon, 23 Jul 2018 03:19:26 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6N3JQAk075374; Mon, 23 Jul 2018 03:19:26 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201807230319.w6N3JQAk075374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Mon, 23 Jul 2018 03:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475143 - head/devel/py-pytest-timeout X-SVN-Group: ports-head X-SVN-Commit-Author: loader X-SVN-Commit-Paths: head/devel/py-pytest-timeout X-SVN-Commit-Revision: 475143 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, 23 Jul 2018 03:19:27 -0000 Author: loader (doc committer) Date: Mon Jul 23 03:19:25 2018 New Revision: 475143 URL: https://svnweb.freebsd.org/changeset/ports/475143 Log: devel/py-pytest-timeout: Update to 1.3.0 https://bitbucket.org/pytest-dev/pytest-timeout/commits/bc44bf29c3d5be6295b43fde8709c0c56ab36b99#chg-README Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D16367 Modified: head/devel/py-pytest-timeout/Makefile head/devel/py-pytest-timeout/distinfo head/devel/py-pytest-timeout/pkg-descr Modified: head/devel/py-pytest-timeout/Makefile ============================================================================== --- head/devel/py-pytest-timeout/Makefile Mon Jul 23 03:04:18 2018 (r475142) +++ head/devel/py-pytest-timeout/Makefile Mon Jul 23 03:19:25 2018 (r475143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytest-timeout -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ COMMENT= Pytest plugin to abort hanging tests LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} NO_ARCH= yes Modified: head/devel/py-pytest-timeout/distinfo ============================================================================== --- head/devel/py-pytest-timeout/distinfo Mon Jul 23 03:04:18 2018 (r475142) +++ head/devel/py-pytest-timeout/distinfo Mon Jul 23 03:19:25 2018 (r475143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522165891 -SHA256 (pytest-timeout-1.2.1.tar.gz) = 68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd -SIZE (pytest-timeout-1.2.1.tar.gz) = 11498 +TIMESTAMP = 1532067067 +SHA256 (pytest-timeout-1.3.0.tar.gz) = 08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641 +SIZE (pytest-timeout-1.3.0.tar.gz) = 14649 Modified: head/devel/py-pytest-timeout/pkg-descr ============================================================================== --- head/devel/py-pytest-timeout/pkg-descr Mon Jul 23 03:04:18 2018 (r475142) +++ head/devel/py-pytest-timeout/pkg-descr Mon Jul 23 03:19:25 2018 (r475143) @@ -3,4 +3,4 @@ When doing so it will show a stack dump of all threads time. This is useful when running tests under a continuous integration server or simply if you don't know why the test suite hangs. -WWW: https://bitbucket.org/flub/pytest-timeout +WWW: https://bitbucket.org/pytest-dev/pytest-timeout