Received: by mail.netbsd.org (Postfix, from userid 605) id B104384D2D; Mon, 16 Dec 2019 10:25:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3978684CFD for ; Mon, 16 Dec 2019 10:25:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 25nf3yQ4pWjE for ; Mon, 16 Dec 2019 10:25:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AFC6784C81 for ; Mon, 16 Dec 2019 10:25:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9939FA97; Mon, 16 Dec 2019 10:25:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576491911126160" MIME-Version: 1.0 Date: Mon, 16 Dec 2019 10:25:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-rerunfailures To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191216102511.A9939FA97@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. --_----------=_1576491911126160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 16 10:25:11 UTC 2019 Modified Files: pkgsrc/devel/py-test-rerunfailures: Makefile distinfo Log Message: py-test-rerunfailures: updated 8.0 8.0: Backwards incompatible changes - Drop support for pytest version 3.10, 4.0, 4.1, 4.2 and 4.3 - Drop support for Python 3.4. Features - Add support for pytest version 4.4, 4.5, 4.6, 5.0, 5.1 and 5.2. Bug fixes - Explicitly depend on setuptools to ensure installation when working in environments without it. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-rerunfailures/Makefile \ pkgsrc/devel/py-test-rerunfailures/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576491911126160 Content-Disposition: inline Content-Length: 1884 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-rerunfailures/Makefile diff -u pkgsrc/devel/py-test-rerunfailures/Makefile:1.1 pkgsrc/devel/py-test-rerunfailures/Makefile:1.2 --- pkgsrc/devel/py-test-rerunfailures/Makefile:1.1 Mon Sep 2 09:53:56 2019 +++ pkgsrc/devel/py-test-rerunfailures/Makefile Mon Dec 16 10:25:11 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2019/09/02 09:53:56 adam Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/16 10:25:11 adam Exp $ -DISTNAME= pytest-rerunfailures-7.0 +DISTNAME= pytest-rerunfailures-8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/} Index: pkgsrc/devel/py-test-rerunfailures/distinfo diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.1 pkgsrc/devel/py-test-rerunfailures/distinfo:1.2 --- pkgsrc/devel/py-test-rerunfailures/distinfo:1.1 Mon Sep 2 09:53:56 2019 +++ pkgsrc/devel/py-test-rerunfailures/distinfo Mon Dec 16 10:25:11 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/09/02 09:53:56 adam Exp $ +$NetBSD: distinfo,v 1.2 2019/12/16 10:25:11 adam Exp $ -SHA1 (pytest-rerunfailures-7.0.tar.gz) = 18fb2e2e85b1fab5bf911d5a393c46b13bec0da9 -RMD160 (pytest-rerunfailures-7.0.tar.gz) = 8937f3fb538e3885a7321f1e795226b744a6192d -SHA512 (pytest-rerunfailures-7.0.tar.gz) = df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3 -Size (pytest-rerunfailures-7.0.tar.gz) = 12755 bytes +SHA1 (pytest-rerunfailures-8.0.tar.gz) = 912f2e6fbb4d8e530e78fd9e22bc632b09bedd6b +RMD160 (pytest-rerunfailures-8.0.tar.gz) = 9f3d7b97c5756dbb2fe8e1d538e6aa846cea2e25 +SHA512 (pytest-rerunfailures-8.0.tar.gz) = 538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5 +Size (pytest-rerunfailures-8.0.tar.gz) = 13207 bytes --_----------=_1576491911126160--