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 1.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd6d04f6910b
branches:  trunk
changeset: 415927:bd6d04f6910b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 16 16:37:52 2019 +0000

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

diffstat:

 devel/py-test-mock/Makefile |   4 ++--
 devel/py-test-mock/PLIST    |  17 ++++++++++-------
 devel/py-test-mock/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 14 deletions(-)

diffs (54 lines):

diff -r 113c5e192cbb -r bd6d04f6910b devel/py-test-mock/Makefile
--- a/devel/py-test-mock/Makefile       Wed Oct 16 16:36:01 2019 +0000
+++ b/devel/py-test-mock/Makefile       Wed Oct 16 16:37:52 2019 +0000
@@ -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/}
diff -r 113c5e192cbb -r bd6d04f6910b devel/py-test-mock/PLIST
--- a/devel/py-test-mock/PLIST  Wed Oct 16 16:36:01 2019 +0000
+++ b/devel/py-test-mock/PLIST  Wed Oct 16 16:37:52 2019 +0000
@@ -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
diff -r 113c5e192cbb -r bd6d04f6910b devel/py-test-mock/distinfo
--- a/devel/py-test-mock/distinfo       Wed Oct 16 16:36:01 2019 +0000
+++ b/devel/py-test-mock/distinfo       Wed Oct 16 16:37:52 2019 +0000
@@ -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