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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0de561c1e48d
branches:  trunk
changeset: 416369:0de561c1e48d
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 24 12:53:48 2019 +0000

description:
py-test-mock: updated to 1.11.2

1.11.2:
* The *pytest introspection follows* message is no longer shown
  if there is no pytest introspection.
* ``mocker`` now raises a ``TypeError`` when used as a context-manager.

diffstat:

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

diffs (36 lines):

diff -r fe827f9df3f1 -r 0de561c1e48d devel/py-test-mock/Makefile
--- a/devel/py-test-mock/Makefile       Thu Oct 24 12:52:24 2019 +0000
+++ b/devel/py-test-mock/Makefile       Thu Oct 24 12:53:48 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/10/16 16:37:52 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/10/24 12:53:48 adam Exp $
 
-DISTNAME=      pytest-mock-1.11.1
+DISTNAME=      pytest-mock-1.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-mock/}
@@ -19,7 +19,7 @@
 .endif
 
 do-test:
-       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fe827f9df3f1 -r 0de561c1e48d devel/py-test-mock/distinfo
--- a/devel/py-test-mock/distinfo       Thu Oct 24 12:52:24 2019 +0000
+++ b/devel/py-test-mock/distinfo       Thu Oct 24 12:53:48 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/10/16 16:37:52 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/10/24 12:53:48 adam Exp $
 
-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
+SHA1 (pytest-mock-1.11.2.tar.gz) = a2daf12fca707604c3266b08682fb8f0301807d7
+RMD160 (pytest-mock-1.11.2.tar.gz) = 434ffc4007a40e2c29a7be510ec5f5e22470fefe
+SHA512 (pytest-mock-1.11.2.tar.gz) = 6dc927ce35001d088bddd9d79e024141b9e8163033b07af14b1f63330ef8b93dbf88649702f8fcc4f6ad314212fa5cbd39486b539811ec918450b3f7a716f96c
+Size (pytest-mock-1.11.2.tar.gz) = 22825 bytes



Home | Main Index | Thread Index | Old Index