Received: by mail.netbsd.org (Postfix, from userid 605) id 851A284DFD; Wed, 2 Oct 2019 10:19:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BA1684DFC for ; Wed, 2 Oct 2019 10:19:52 +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 05ixzmg-PexH for ; Wed, 2 Oct 2019 10:19:51 +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 88A7484DE1 for ; Wed, 2 Oct 2019 10:19:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F9F9FBF4; Wed, 2 Oct 2019 10:19:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157001159137760" MIME-Version: 1.0 Date: Wed, 2 Oct 2019 10:19:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-mock To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191002101951.7F9F9FBF4@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. --_----------=_157001159137760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 2 10:19:51 UTC 2019 Modified Files: pkgsrc/devel/py-test-mock: Makefile distinfo Log Message: py-test-mock: updated to 1.11.0 1.11.0 * The object returned by ``mocker.spy`` now also tracks the return value of the spied method/function. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-mock/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-mock/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157001159137760 Content-Disposition: inline Content-Length: 1736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-mock/Makefile diff -u pkgsrc/devel/py-test-mock/Makefile:1.14 pkgsrc/devel/py-test-mock/Makefile:1.15 --- pkgsrc/devel/py-test-mock/Makefile:1.14 Wed Apr 24 15:04:21 2019 +++ pkgsrc/devel/py-test-mock/Makefile Wed Oct 2 10:19:51 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/04/24 15:04:21 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/10/02 10:19:51 adam Exp $ -DISTNAME= pytest-mock-1.10.4 +DISTNAME= pytest-mock-1.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mock/} Index: pkgsrc/devel/py-test-mock/distinfo diff -u pkgsrc/devel/py-test-mock/distinfo:1.12 pkgsrc/devel/py-test-mock/distinfo:1.13 --- pkgsrc/devel/py-test-mock/distinfo:1.12 Wed Apr 24 15:04:21 2019 +++ pkgsrc/devel/py-test-mock/distinfo Wed Oct 2 10:19:51 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/04/24 15:04:21 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/10/02 10:19:51 adam Exp $ -SHA1 (pytest-mock-1.10.4.tar.gz) = cc1f0b772771aa6f43e7c9c6f3a44e5467887602 -RMD160 (pytest-mock-1.10.4.tar.gz) = d74dc3bfe9a139693b40c00da3c1210b8562bcc8 -SHA512 (pytest-mock-1.10.4.tar.gz) = 855ed6d2de6fb88bdc476b36b70373126859194cd01fd6b8700e2d42ccfb5b309c6b5d20dabb1306648b37045c2dd150682c3204f06f7e5ba1435353b66445e9 -Size (pytest-mock-1.10.4.tar.gz) = 18790 bytes +SHA1 (pytest-mock-1.11.0.tar.gz) = d25e248bb91306eae4c2faa2e0e7878a417a29f7 +RMD160 (pytest-mock-1.11.0.tar.gz) = c0729d4e3a06eee41c3cc643f73274741722232f +SHA512 (pytest-mock-1.11.0.tar.gz) = 9ee5477a8e07584ea061b8f87b90425d596cb4177c4f085a00b5fb6e9a6caf246875f02b1d977fe94d20236fea1667e8c03c57e4a01363de524a70bf2cbd8832 +Size (pytest-mock-1.11.0.tar.gz) = 18893 bytes --_----------=_157001159137760--