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:           Wed Oct 16 16:37:52 UTC 2019

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

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

1.11.1
* Fix ``mocker.spy`` on Python 2 when used on non-function objects
  which implement ``__call__``.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-mock/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-mock/PLIST
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/devel/py-test-mock/Makefile:1.16
--- pkgsrc/devel/py-test-mock/Makefile:1.15     Wed Oct  2 10:19:51 2019
+++ pkgsrc/devel/py-test-mock/Makefile  Wed Oct 16 16:37:52 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/10/02 10:19:51 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/10/16 16:37:52 adam Exp $
 
-DISTNAME=      pytest-mock-1.11.0
+DISTNAME=      pytest-mock-1.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-mock/}

Index: pkgsrc/devel/py-test-mock/PLIST
diff -u pkgsrc/devel/py-test-mock/PLIST:1.1 pkgsrc/devel/py-test-mock/PLIST:1.2
--- pkgsrc/devel/py-test-mock/PLIST:1.1 Tue Apr  4 14:02:44 2017
+++ pkgsrc/devel/py-test-mock/PLIST     Wed Oct 16 16:37:52 2019
@@ -1,13 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/04 14:02:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/16 16:37:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/_pytest_mock_version.py
-${PYSITELIB}/_pytest_mock_version.pyc
-${PYSITELIB}/_pytest_mock_version.pyo
-${PYSITELIB}/pytest_mock.py
-${PYSITELIB}/pytest_mock.pyc
-${PYSITELIB}/pytest_mock.pyo
+${PYSITELIB}/pytest_mock/__init__.py
+${PYSITELIB}/pytest_mock/__init__.pyc
+${PYSITELIB}/pytest_mock/__init__.pyo
+${PYSITELIB}/pytest_mock/_version.py
+${PYSITELIB}/pytest_mock/_version.pyc
+${PYSITELIB}/pytest_mock/_version.pyo
+${PYSITELIB}/pytest_mock/plugin.py
+${PYSITELIB}/pytest_mock/plugin.pyc
+${PYSITELIB}/pytest_mock/plugin.pyo

Index: pkgsrc/devel/py-test-mock/distinfo
diff -u pkgsrc/devel/py-test-mock/distinfo:1.13 pkgsrc/devel/py-test-mock/distinfo:1.14
--- pkgsrc/devel/py-test-mock/distinfo:1.13     Wed Oct  2 10:19:51 2019
+++ pkgsrc/devel/py-test-mock/distinfo  Wed Oct 16 16:37:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/10/02 10:19:51 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/10/16 16:37:52 adam Exp $
 
-SHA1 (pytest-mock-1.11.0.tar.gz) = d25e248bb91306eae4c2faa2e0e7878a417a29f7
-RMD160 (pytest-mock-1.11.0.tar.gz) = c0729d4e3a06eee41c3cc643f73274741722232f
-SHA512 (pytest-mock-1.11.0.tar.gz) = 9ee5477a8e07584ea061b8f87b90425d596cb4177c4f085a00b5fb6e9a6caf246875f02b1d977fe94d20236fea1667e8c03c57e4a01363de524a70bf2cbd8832
-Size (pytest-mock-1.11.0.tar.gz) = 18893 bytes
+SHA1 (pytest-mock-1.11.1.tar.gz) = 1e9b0511cf394c63f4e55d155784f5fd17ec11fe
+RMD160 (pytest-mock-1.11.1.tar.gz) = d717d1869b0485c880ff5383c54073aae6524a84
+SHA512 (pytest-mock-1.11.1.tar.gz) = 196403bb9c3b0af89fc952bda2946235bca217cb2c88747d67246c47771399adbde59e76f1dd5e01450d0ede778a1228adfb9bfc33a6c0162319588cdf667423
+Size (pytest-mock-1.11.1.tar.gz) = 21914 bytes



Home | Main Index | Thread Index | Old Index