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:           Thu Oct 24 12:53:48 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-mock/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/devel/py-test-mock/Makefile:1.17
--- pkgsrc/devel/py-test-mock/Makefile:1.16     Wed Oct 16 16:37:52 2019
+++ pkgsrc/devel/py-test-mock/Makefile  Thu Oct 24 12:53:48 2019
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-mock-[0-9]*:../
 .endif
 
 do-test:
-       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-mock/distinfo
diff -u pkgsrc/devel/py-test-mock/distinfo:1.14 pkgsrc/devel/py-test-mock/distinfo:1.15
--- pkgsrc/devel/py-test-mock/distinfo:1.14     Wed Oct 16 16:37:52 2019
+++ pkgsrc/devel/py-test-mock/distinfo  Thu Oct 24 12:53:48 2019
@@ -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