Received: by mail.netbsd.org (Postfix, from userid 605) id ACB3F84DBB; Sun, 26 Nov 2017 17:20:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36B8F84DB9 for ; Sun, 26 Nov 2017 17:20:36 +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 PCZKLRJjZCwx for ; Sun, 26 Nov 2017 17:20:35 +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 B782C84C8D for ; Sun, 26 Nov 2017 17:20:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADE97FB40; Sun, 26 Nov 2017 17:20:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511716835179310" MIME-Version: 1.0 Date: Sun, 26 Nov 2017 17:20:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-relaxed To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171126172035.ADE97FB40@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. --_----------=_1511716835179310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 26 17:20:35 UTC 2017 Modified Files: pkgsrc/devel/py-test-relaxed: Makefile distinfo Log Message: py-test-relaxed: updated to 1.1.0 1.1.0: Add support for collecting/displaying hybrid/legacy test suites -- specifically, by getting out of pytest's way on collection of test_named_files and stripping test prefixes/suffixes when displaying tests in verbose mode. This makes it easier to take an existing test suite and slowly port it to 'relaxed' style. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-relaxed/Makefile \ pkgsrc/devel/py-test-relaxed/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511716835179310 Content-Disposition: inline Content-Length: 1844 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-relaxed/Makefile diff -u pkgsrc/devel/py-test-relaxed/Makefile:1.1 pkgsrc/devel/py-test-relaxed/Makefile:1.2 --- pkgsrc/devel/py-test-relaxed/Makefile:1.1 Wed Nov 15 09:23:17 2017 +++ pkgsrc/devel/py-test-relaxed/Makefile Sun Nov 26 17:20:35 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/11/15 09:23:17 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/11/26 17:20:35 adam Exp $ -DISTNAME= pytest-relaxed-1.0.0 +DISTNAME= pytest-relaxed-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-relaxed/} Index: pkgsrc/devel/py-test-relaxed/distinfo diff -u pkgsrc/devel/py-test-relaxed/distinfo:1.1 pkgsrc/devel/py-test-relaxed/distinfo:1.2 --- pkgsrc/devel/py-test-relaxed/distinfo:1.1 Wed Nov 15 09:23:17 2017 +++ pkgsrc/devel/py-test-relaxed/distinfo Sun Nov 26 17:20:35 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2017/11/15 09:23:17 adam Exp $ +$NetBSD: distinfo,v 1.2 2017/11/26 17:20:35 adam Exp $ -SHA1 (pytest-relaxed-1.0.0.tar.gz) = 3487df767afc96d2edf3d57758dda1363ebcd811 -RMD160 (pytest-relaxed-1.0.0.tar.gz) = 4732a4d06638bf11f403dae6bbed5513358d932f -SHA512 (pytest-relaxed-1.0.0.tar.gz) = c97a512bd74666104a38324e4eb0b4afa0ab653d723506edfcd822630bed1364588b76ddca226cb0c8f630725f89b768073f790e92bd40d4fa6222cf28474203 -Size (pytest-relaxed-1.0.0.tar.gz) = 23786 bytes +SHA1 (pytest-relaxed-1.1.0.tar.gz) = 02e7f3c45016db5510d13b1588a563dba21c03d3 +RMD160 (pytest-relaxed-1.1.0.tar.gz) = aa48064ee34789e8caf81a62425aded09177866b +SHA512 (pytest-relaxed-1.1.0.tar.gz) = 010e37c4d0c63bd00af8851bb50e52af7f8f17769be042e4941e8d8ba451920c24dfa6cdf74cd1b3ca4b3e1c71cd5e1ac34ffae855fc261cf431c212f98cbfff +Size (pytest-relaxed-1.1.0.tar.gz) = 25942 bytes SHA1 (patch-setup.py) = c7f041172a497495edf2f97df735da9566e41acb --_----------=_1511716835179310--