From owner-dev-commits-ports-main@freebsd.org Sat Apr 10 04:17:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 2B1E65CD4AC; Sat, 10 Apr 2021 04:17:38 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FHMD207jGz3KjY; Sat, 10 Apr 2021 04:17:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E861225E7; Sat, 10 Apr 2021 04:17:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13A4HbOx070031; Sat, 10 Apr 2021 04:17:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13A4HbXv070030; Sat, 10 Apr 2021 04:17:37 GMT (envelope-from git) Date: Sat, 10 Apr 2021 04:17:37 GMT Message-Id: <202104100417.13A4HbXv070030@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Fukang Chen Subject: git: e11b1bc94d55 - main - devel/py-pytest-timeout: Update to 1.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: loader X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e11b1bc94d553950fbf53ef1ddb6df0287b0e377 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2021 04:17:38 -0000 The branch main has been updated by loader: URL: https://cgit.FreeBSD.org/ports/commit/?id=e11b1bc94d553950fbf53ef1ddb6df0287b0e377 commit e11b1bc94d553950fbf53ef1ddb6df0287b0e377 Author: Fukang Chen AuthorDate: 2021-04-10 02:59:24 +0000 Commit: Fukang Chen CommitDate: 2021-04-10 04:16:48 +0000 devel/py-pytest-timeout: Update to 1.4.2 - Update to 1.4.2 - Project homepage moved to GitHub Approved by: koobs (mentor, implicit) MFH: No (catch up with upstream new release) --- devel/py-pytest-timeout/Makefile | 2 +- devel/py-pytest-timeout/distinfo | 6 +++--- devel/py-pytest-timeout/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pytest-timeout/Makefile b/devel/py-pytest-timeout/Makefile index b83d1183b1e9..0609a7eb2efe 100644 --- a/devel/py-pytest-timeout/Makefile +++ b/devel/py-pytest-timeout/Makefile @@ -1,7 +1,7 @@ # Created by: Fukang Chen PORTNAME= pytest-timeout -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-timeout/distinfo b/devel/py-pytest-timeout/distinfo index 95a67e601a73..c30b13ea8928 100644 --- a/devel/py-pytest-timeout/distinfo +++ b/devel/py-pytest-timeout/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579776551 -SHA256 (pytest-timeout-1.3.4.tar.gz) = 80faa19cd245a42b87a51699d640c00d937c02b749052bfca6bae8bdbe12c48e -SIZE (pytest-timeout-1.3.4.tar.gz) = 12255 +TIMESTAMP = 1611645002 +SHA256 (pytest-timeout-1.4.2.tar.gz) = 20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76 +SIZE (pytest-timeout-1.4.2.tar.gz) = 15424 diff --git a/devel/py-pytest-timeout/pkg-descr b/devel/py-pytest-timeout/pkg-descr index 83b39cccd366..3f12455b4dd1 100644 --- a/devel/py-pytest-timeout/pkg-descr +++ b/devel/py-pytest-timeout/pkg-descr @@ -3,4 +3,4 @@ When doing so it will show a stack dump of all threads running at the 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/pytest-dev/pytest-timeout +WWW: https://github.com/pytest-dev/pytest-timeout