Received: by mail.netbsd.org (Postfix, from userid 605) id DE10984EA0; Tue, 2 Apr 2019 08:50:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64B4C84E9F for ; Tue, 2 Apr 2019 08:50:59 +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 g25ZN_EeSkBe for ; Tue, 2 Apr 2019 08:50:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E42FE84CE2 for ; Tue, 2 Apr 2019 08:50:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DEF76FB16; Tue, 2 Apr 2019 08:50:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554195058111790" MIME-Version: 1.0 Date: Tue, 2 Apr 2019 08:50:58 +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: <20190402085058.DEF76FB16@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. --_----------=_1554195058111790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 2 08:50:58 UTC 2019 Modified Files: pkgsrc/devel/py-test-mock: Makefile distinfo Log Message: py-test-mock: updated to 1.10.3 1.10.3 * Fix test suite in Python 3.8. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-mock/Makefile cvs rdiff -u -r1.10 -r1.11 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. --_----------=_1554195058111790 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.12 pkgsrc/devel/py-test-mock/Makefile:1.13 --- pkgsrc/devel/py-test-mock/Makefile:1.12 Wed Mar 27 08:35:06 2019 +++ pkgsrc/devel/py-test-mock/Makefile Tue Apr 2 08:50:58 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/03/27 08:35:06 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/04/02 08:50:58 adam Exp $ -DISTNAME= pytest-mock-1.10.2 +DISTNAME= pytest-mock-1.10.3 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.10 pkgsrc/devel/py-test-mock/distinfo:1.11 --- pkgsrc/devel/py-test-mock/distinfo:1.10 Wed Mar 27 08:35:06 2019 +++ pkgsrc/devel/py-test-mock/distinfo Tue Apr 2 08:50:58 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/03/27 08:35:06 adam Exp $ +$NetBSD: distinfo,v 1.11 2019/04/02 08:50:58 adam Exp $ -SHA1 (pytest-mock-1.10.2.tar.gz) = 233df86e12c71601635294c00ca60c4afb92c515 -RMD160 (pytest-mock-1.10.2.tar.gz) = a053d8507f0cf7a7b9946226c6bc0520981888c3 -SHA512 (pytest-mock-1.10.2.tar.gz) = 0be80f5eec023020fbd9af36cf722be059f5252555176f398ffa24b1476e15f0a3b779e21ad1ff33c193126b31ddd4650fc806914ff7b5caffa4a520fe52920f -Size (pytest-mock-1.10.2.tar.gz) = 23287 bytes +SHA1 (pytest-mock-1.10.3.tar.gz) = 6f41af80207b1b9ec8003e350f7541a6c6b418bd +RMD160 (pytest-mock-1.10.3.tar.gz) = fe8ad498ae3c2ccaec97595589c4d765e55ed56e +SHA512 (pytest-mock-1.10.3.tar.gz) = 6880214ebed59d31f01aafae37495ccc97b1132b90982b3ac8b593476b9cb0469b220f677ad2d3815ced108b88dacf66fc453449921a019bb8601eb17d20dd39 +Size (pytest-mock-1.10.3.tar.gz) = 18710 bytes --_----------=_1554195058111790--