Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A19A784E9E for ; Sat, 17 Jun 2023 18:30:29 +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 sh7H_eR4DSjc for ; Sat, 17 Jun 2023 18:30:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2100584D2F for ; Sat, 17 Jun 2023 18:30:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD623FA89; Sat, 17 Jun 2023 18:30:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168702662111330" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 18:30:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-mock To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230617183021.CD623FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168702662111330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jun 17 18:30:21 UTC 2023 Modified Files: pkgsrc/devel/py-test-mock: Makefile distinfo Log Message: py-test-mock: updated to 3.11.1 3.11.1 (2023-06-15) ------------------- * Fixed introspection for failed ``assert_has_calls`` * Updated type annotations for ``mocker.patch`` and ``mocker.spy`` To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-test-mock/Makefile cvs rdiff -u -r1.24 -r1.25 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. --_----------=_168702662111330 Content-Disposition: inline Content-Length: 1637 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.27 pkgsrc/devel/py-test-mock/Makefile:1.28 --- pkgsrc/devel/py-test-mock/Makefile:1.27 Tue Jun 6 12:41:15 2023 +++ pkgsrc/devel/py-test-mock/Makefile Sat Jun 17 18:30:21 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2023/06/06 12:41:15 riastradh Exp $ +# $NetBSD: Makefile,v 1.28 2023/06/17 18:30:21 adam Exp $ -DISTNAME= pytest-mock-3.10.0 +DISTNAME= pytest-mock-3.11.1 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.24 pkgsrc/devel/py-test-mock/distinfo:1.25 --- pkgsrc/devel/py-test-mock/distinfo:1.24 Tue Oct 25 07:58:13 2022 +++ pkgsrc/devel/py-test-mock/distinfo Sat Jun 17 18:30:21 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2022/10/25 07:58:13 adam Exp $ +$NetBSD: distinfo,v 1.25 2023/06/17 18:30:21 adam Exp $ -BLAKE2s (pytest-mock-3.10.0.tar.gz) = 397c672d81ba6ab9f704589086b16731fe31a7072042e4bd202619037f6138b9 -SHA512 (pytest-mock-3.10.0.tar.gz) = 2ad6866d581a2999899e399ef5516d478a6172f52923f03703e3e3708229fb3b1178c91225b5cc90734c96abcb48fea517b11e0fc193da6fb592295395c14cd3 -Size (pytest-mock-3.10.0.tar.gz) = 28384 bytes +BLAKE2s (pytest-mock-3.11.1.tar.gz) = 7bc8ca077e47056a79f863396ddd19c70e3d5888d890c866117d738d85b5de96 +SHA512 (pytest-mock-3.11.1.tar.gz) = f52147498657d35f4616ea788b500a68ffcf1c2c066047fb973308b54e11bd7fe5a3961115bab99ae6858000ebb68b35cc489e81221a0bd26afae8426092ff6b +Size (pytest-mock-3.11.1.tar.gz) = 31251 bytes --_----------=_168702662111330--