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 Oct 20 14:17:44 UTC 2023

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

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

3.12.0 (2023-10-19)
-------------------

* Added support for Python 3.12.
* Dropped support for EOL Python 3.7.
* ``mocker.resetall()`` now also resets mocks created by ``mocker.create_autospec``


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-test-mock/Makefile
cvs rdiff -u -r1.25 -r1.26 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.28 pkgsrc/devel/py-test-mock/Makefile:1.29
--- pkgsrc/devel/py-test-mock/Makefile:1.28     Sat Jun 17 18:30:21 2023
+++ pkgsrc/devel/py-test-mock/Makefile  Fri Oct 20 14:17:44 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/06/17 18:30:21 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/10/20 14:17:44 adam Exp $
 
-DISTNAME=      pytest-mock-3.11.1
+DISTNAME=      pytest-mock-3.12.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.25 pkgsrc/devel/py-test-mock/distinfo:1.26
--- pkgsrc/devel/py-test-mock/distinfo:1.25     Sat Jun 17 18:30:21 2023
+++ pkgsrc/devel/py-test-mock/distinfo  Fri Oct 20 14:17:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/06/17 18:30:21 adam Exp $
+$NetBSD: distinfo,v 1.26 2023/10/20 14:17:44 adam Exp $
 
-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
+BLAKE2s (pytest-mock-3.12.0.tar.gz) = 221f0ee7d91178d12b9cca43b393a10bd85f3fcd44f79bb9e432898b2a84b51a
+SHA512 (pytest-mock-3.12.0.tar.gz) = 6da429e646a4e3a825f699969dbc87033136918bd9aa111ff334fac324e5ac89ef6516e82ffeeb20cb6a857fbbe904d8ee985acefba2d2b7bd0ffe4b9227ad82
+Size (pytest-mock-3.12.0.tar.gz) = 32139 bytes



Home | Main Index | Thread Index | Old Index