pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-mock



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.

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



Home | Main Index | Thread Index | Old Index