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:           Fri Sep  5 05:40:49 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-mock: Makefile distinfo

Log Message:
py-test-mock: updated to 3.15.0

3.15.0

*2025-09-04*

* Python 3.8 (EOL) is no longer supported.
* Added ``spy_return_iter`` to ``mocker.spy``, which contains a duplicate of the return value of the spied method if it is an ``Iterator``.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-test-mock/Makefile
cvs rdiff -u -r1.28 -r1.29 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.33 pkgsrc/devel/py-test-mock/Makefile:1.34
--- pkgsrc/devel/py-test-mock/Makefile:1.33     Tue May 27 08:55:54 2025
+++ pkgsrc/devel/py-test-mock/Makefile  Fri Sep  5 05:40:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/05/27 08:55:54 adam Exp $
+# $NetBSD: Makefile,v 1.34 2025/09/05 05:40:49 adam Exp $
 
-DISTNAME=      pytest_mock-3.14.1
+DISTNAME=      pytest_mock-3.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
 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.28 pkgsrc/devel/py-test-mock/distinfo:1.29
--- pkgsrc/devel/py-test-mock/distinfo:1.28     Tue May 27 08:55:54 2025
+++ pkgsrc/devel/py-test-mock/distinfo  Fri Sep  5 05:40:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/05/27 08:55:54 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/09/05 05:40:49 adam Exp $
 
-BLAKE2s (pytest_mock-3.14.1.tar.gz) = 1b47a5f22a25a6628a761af5fb1088cd4517dcc9b51376f2fb00ae801c91ccc3
-SHA512 (pytest_mock-3.14.1.tar.gz) = fff44e9520ce5cb55f259f60af5a9cc2c114e0b94d9493cd87381fc0939cfa89a6370304369ab2e5b06b3437c7525175860d35e526c2e9c84f01c0e47bab9cf9
-Size (pytest_mock-3.14.1.tar.gz) = 33241 bytes
+BLAKE2s (pytest_mock-3.15.0.tar.gz) = f7407de715869c99f4e25820a17ec79901c6f80492de9d5911233e2ba70df6f9
+SHA512 (pytest_mock-3.15.0.tar.gz) = 4687b94b6e68e18c2f44244b7200a80689fffca94f8d5f18aa75541496e20fd547c8f8b530af3cfffd3872c3c7b386a1070a2a16d2d11c4ce5504e65e30795ca
+Size (pytest_mock-3.15.0.tar.gz) = 33838 bytes



Home | Main Index | Thread Index | Old Index