Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 058FD1A9239 for ; Thu, 8 Oct 2020 08:28:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 746DF84DD5; Thu, 8 Oct 2020 08:28:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE7B284DBE for ; Thu, 8 Oct 2020 08:28:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HaWGZxHyILH9 for ; Thu, 8 Oct 2020 08:28:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6764F84CCD for ; Thu, 8 Oct 2020 08:28:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51BAEFB28; Thu, 8 Oct 2020 08:28:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602145718101220" MIME-Version: 1.0 Date: Thu, 8 Oct 2020 08:28:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-timeout To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201008082838.51BAEFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1602145718101220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 8 08:28:38 UTC 2020 Modified Files: pkgsrc/devel/py-test-timeout: Makefile distinfo Log Message: py-test-timeout: updated to 1.4.2 1.4.2 Fix compatibility when run with pytest pre-releases, thanks Bruno Oliveira, Fix detection of third-party debuggers, thanks Bruno Oliveira. 1.4.1 Fix coverage compatibility which was broken by 1.4.0. 1.4.0 Better detection of when we are debugging, thanks Mattwmaster58. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-timeout/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-timeout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602145718101220 Content-Disposition: inline Content-Length: 1784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-timeout/Makefile diff -u pkgsrc/devel/py-test-timeout/Makefile:1.10 pkgsrc/devel/py-test-timeout/Makefile:1.11 --- pkgsrc/devel/py-test-timeout/Makefile:1.10 Sat May 16 17:38:40 2020 +++ pkgsrc/devel/py-test-timeout/Makefile Thu Oct 8 08:28:38 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2020/05/16 17:38:40 adam Exp $ +# $NetBSD: Makefile,v 1.11 2020/10/08 08:28:38 adam Exp $ -DISTNAME= pytest-timeout-1.3.4 +DISTNAME= pytest-timeout-1.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/} Index: pkgsrc/devel/py-test-timeout/distinfo diff -u pkgsrc/devel/py-test-timeout/distinfo:1.7 pkgsrc/devel/py-test-timeout/distinfo:1.8 --- pkgsrc/devel/py-test-timeout/distinfo:1.7 Tue Jan 7 08:48:43 2020 +++ pkgsrc/devel/py-test-timeout/distinfo Thu Oct 8 08:28:38 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/01/07 08:48:43 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/10/08 08:28:38 adam Exp $ -SHA1 (pytest-timeout-1.3.4.tar.gz) = 491e28a170bfc8c111219a42c9d5e76cadcb9336 -RMD160 (pytest-timeout-1.3.4.tar.gz) = 3c608c468dc8d628c145e832e2a59fbba93d2066 -SHA512 (pytest-timeout-1.3.4.tar.gz) = 29af25f3c3776d9ef63c6b7217ffc6b0cedd873b8cc96be742a642da84d12c8988bb9b409e00850246e554b21908d6fd2207692650b154cf6831f38c4395bc80 -Size (pytest-timeout-1.3.4.tar.gz) = 12255 bytes +SHA1 (pytest-timeout-1.4.2.tar.gz) = 56df6d5116a97976f2cfb896b13708999c614332 +RMD160 (pytest-timeout-1.4.2.tar.gz) = ba7eb20e43f9344ef2ad658e927b8ddf9e1755f1 +SHA512 (pytest-timeout-1.4.2.tar.gz) = 3446ecdb5aaad5fbca12df4e7f4f40c6c1a12895d3ed9f3a3ee24800ce36deed3cb8c09a4cc72220c962b06f821cfd55bf7eebbca23664c56abf2d0e5bc8fbea +Size (pytest-timeout-1.4.2.tar.gz) = 15424 bytes --_----------=_1602145718101220--