Received: by mail.netbsd.org (Postfix, from userid 605) id B3C2C84D60; Sun, 2 Feb 2020 05:59:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38FFF84D3C for ; Sun, 2 Feb 2020 05:59:02 +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 z8lUdIfpx-YL for ; Sun, 2 Feb 2020 05:59:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD4C184CE9 for ; Sun, 2 Feb 2020 05:59:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A06A0FBF4; Sun, 2 Feb 2020 05:59:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1580623141144050" MIME-Version: 1.0 Date: Sun, 2 Feb 2020 05:59:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-nose2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200202055901.A06A0FBF4@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. --_----------=_1580623141144050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 2 05:59:01 UTC 2020 Modified Files: pkgsrc/devel/py-nose2: Makefile distinfo Log Message: py-nose2: updated to 0.9.2 0.9.2 Added * Add `--junit-xml-path` to the junit plugin argument list Fixed * It is now possible to use the multiprocess and coverage plugins together, as long as all of the coverage config is put into the config file * Minor changes to be compatible with newer pythons (3.8, 3.9) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-nose2/Makefile \ pkgsrc/devel/py-nose2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1580623141144050 Content-Disposition: inline Content-Length: 1604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-nose2/Makefile diff -u pkgsrc/devel/py-nose2/Makefile:1.7 pkgsrc/devel/py-nose2/Makefile:1.8 --- pkgsrc/devel/py-nose2/Makefile:1.7 Thu May 2 09:38:23 2019 +++ pkgsrc/devel/py-nose2/Makefile Sun Feb 2 05:59:01 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/05/02 09:38:23 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/02/02 05:59:01 adam Exp $ -DISTNAME= nose2-0.9.1 +DISTNAME= nose2-0.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nose2/} Index: pkgsrc/devel/py-nose2/distinfo diff -u pkgsrc/devel/py-nose2/distinfo:1.7 pkgsrc/devel/py-nose2/distinfo:1.8 --- pkgsrc/devel/py-nose2/distinfo:1.7 Thu May 2 09:38:23 2019 +++ pkgsrc/devel/py-nose2/distinfo Sun Feb 2 05:59:01 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/05/02 09:38:23 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/02/02 05:59:01 adam Exp $ -SHA1 (nose2-0.9.1.tar.gz) = c8d7f2c16f9301dc823654fac4f6256185bc237e -RMD160 (nose2-0.9.1.tar.gz) = 79ea22e0c2c171a31edc84b3264d8d10edb0914c -SHA512 (nose2-0.9.1.tar.gz) = 40b3a40f731be00ed3aa6b3d20c432d48d41e4d4373f0650c8ebe0245f9a8459dfea9ae24b25134f64b4d34343808d2afb4a489eda9a261c7867199fbf3901fe -Size (nose2-0.9.1.tar.gz) = 153897 bytes +SHA1 (nose2-0.9.2.tar.gz) = 1bd97223841bb971b60329761a882a4125768826 +RMD160 (nose2-0.9.2.tar.gz) = 4572ce7cd3c403e1b7971f73214c049effd80a68 +SHA512 (nose2-0.9.2.tar.gz) = c1d8231decf4ab1712d7b486efcc4835df3c665d401713ac100186a513c68da4e9e1710f4289802fea1cfdbee1c5e3358c30a0e9d14554f408323efd00a1a293 +Size (nose2-0.9.2.tar.gz) = 154695 bytes --_----------=_1580623141144050--