pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-mock py-test-mock: updated to 3.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dec511ca33c
branches:  trunk
changeset: 387210:4dec511ca33c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 07:58:13 2022 +0000

description:
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.

diffstat:

 devel/py-test-mock/Makefile |  4 ++--
 devel/py-test-mock/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 00c238dae6a2 -r 4dec511ca33c devel/py-test-mock/Makefile
--- a/devel/py-test-mock/Makefile       Tue Oct 25 07:47:00 2022 +0000
+++ b/devel/py-test-mock/Makefile       Tue Oct 25 07:58:13 2022 +0000
@@ -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/}
diff -r 00c238dae6a2 -r 4dec511ca33c devel/py-test-mock/distinfo
--- a/devel/py-test-mock/distinfo       Tue Oct 25 07:47:00 2022 +0000
+++ b/devel/py-test-mock/distinfo       Tue Oct 25 07:58:13 2022 +0000
@@ -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