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:           Tue Oct 25 07:58:13 UTC 2022

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

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

3.10.0 (2022-10-05)
* Added new ``mocker.stop(m)`` method to stop specific ``mocker.patch`` or ``mocker.spy`` calls.

3.9.0 (2022-09-28)
* Expose ``NonCallableMagicMock`` via the ``mocker`` fixture.

3.8.2 (2022-07-05)
- Fixed ``AsyncMock`` support for Python 3.7+ in ``mocker.async_stub``.

3.8.1 (2022-06-24)
* Fixed regression caused by an explicit ``mock`` dependency in the code.

3.8.0 (2022-06-24)
* Add ``MockerFixture.async_mock`` method.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-test-mock/Makefile
cvs rdiff -u -r1.23 -r1.24 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.25 pkgsrc/devel/py-test-mock/Makefile:1.26
--- pkgsrc/devel/py-test-mock/Makefile:1.25     Tue Apr 26 10:34:44 2022
+++ pkgsrc/devel/py-test-mock/Makefile  Tue Oct 25 07:58:13 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/04/26 10:34:44 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/10/25 07:58:13 adam Exp $
 
-DISTNAME=      pytest-mock-3.7.0
+DISTNAME=      pytest-mock-3.10.0
 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.23 pkgsrc/devel/py-test-mock/distinfo:1.24
--- pkgsrc/devel/py-test-mock/distinfo:1.23     Tue Apr 26 10:34:44 2022
+++ pkgsrc/devel/py-test-mock/distinfo  Tue Oct 25 07:58:13 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2022/04/26 10:34:44 adam Exp $
+$NetBSD: distinfo,v 1.24 2022/10/25 07:58:13 adam Exp $
 
-BLAKE2s (pytest-mock-3.7.0.tar.gz) = a19370b73ba195a060ee2cab4481085f86a112084a6b24f8d02716d64e49bc88
-SHA512 (pytest-mock-3.7.0.tar.gz) = 6ba69e86bac8a430a9f1f1c615ad21f505b87848ac50fc551bc02f81306bf8769fd015615d96085d87d4c695c24b0686a95116721358687b48b64de5d0ae6901
-Size (pytest-mock-3.7.0.tar.gz) = 29311 bytes
+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



Home | Main Index | Thread Index | Old Index