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: Mon Sep 22 09:25:00 UTC 2025
Modified Files:
pkgsrc/devel/py-test-mock: Makefile distinfo
Log Message:
py-test-mock: updated to 3.15.1
3.15.1
* Fixed ``itertools._tee object has no attribute error`` -- now ``duplicate_iterators=True`` must be passed to ``mocker.spy`` to duplicate iterators.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-test-mock/Makefile
cvs rdiff -u -r1.29 -r1.30 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.34 pkgsrc/devel/py-test-mock/Makefile:1.35
--- pkgsrc/devel/py-test-mock/Makefile:1.34 Fri Sep 5 05:40:49 2025
+++ pkgsrc/devel/py-test-mock/Makefile Mon Sep 22 09:25:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2025/09/05 05:40:49 adam Exp $
+# $NetBSD: Makefile,v 1.35 2025/09/22 09:25:00 adam Exp $
-DISTNAME= pytest_mock-3.15.0
+DISTNAME= pytest_mock-3.15.1
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.29 pkgsrc/devel/py-test-mock/distinfo:1.30
--- pkgsrc/devel/py-test-mock/distinfo:1.29 Fri Sep 5 05:40:49 2025
+++ pkgsrc/devel/py-test-mock/distinfo Mon Sep 22 09:25:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2025/09/05 05:40:49 adam Exp $
+$NetBSD: distinfo,v 1.30 2025/09/22 09:25:00 adam Exp $
-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
+BLAKE2s (pytest_mock-3.15.1.tar.gz) = dda65734ed69325a314960934b62ef82739ae2744e4cb26a6b198696082ddc90
+SHA512 (pytest_mock-3.15.1.tar.gz) = 1807446f2f1547459820d7b0b196d089d2fc574d5e017c4a0d318f5b430c12c83ef0a5593498425cc08972c4b77ce43cc935ee44e1ffef2887f7efbd5fe0d7cc
+Size (pytest_mock-3.15.1.tar.gz) = 34036 bytes
Home |
Main Index |
Thread Index |
Old Index