Thu Nov 21 20:35:28 2019 UTC ()
py-test-mock: updated to 1.12.1

1.12.1:
* Fix error if ``mocker.patch`` is used in code where the source file
  is not available, for example stale ``.pyc`` files


(adam)
diff -r1.18 -r1.19 pkgsrc/devel/py-test-mock/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/py-test-mock/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/py-test-mock/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-mock/Makefile 2019/11/20 10:10:22 1.18
+++ pkgsrc/devel/py-test-mock/Makefile 2019/11/21 20:35:27 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2019/11/20 10:10:22 adam Exp $ 1# $NetBSD: Makefile,v 1.19 2019/11/21 20:35:27 adam Exp $
2 2
3DISTNAME= pytest-mock-1.12.0 3DISTNAME= pytest-mock-1.12.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mock/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mock/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-mock 9HOMEPAGE= https://github.com/pytest-dev/pytest-mock
10COMMENT= Thin-wrapper around the mock package for easier use with py.test 10COMMENT= Thin-wrapper around the mock package for easier use with py.test
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-test>=2.7:../../devel/py-test 13DEPENDS+= ${PYPKGPREFIX}-test>=2.7:../../devel/py-test
14BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 14BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
15 15
16.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-test-mock/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-mock/distinfo 2019/11/20 10:10:22 1.16
+++ pkgsrc/devel/py-test-mock/distinfo 2019/11/21 20:35:27 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2019/11/20 10:10:22 adam Exp $ 1$NetBSD: distinfo,v 1.17 2019/11/21 20:35:27 adam Exp $
2 2
3SHA1 (pytest-mock-1.12.0.tar.gz) = 46eafad664abab4eda380284fa824147151dae5c 3SHA1 (pytest-mock-1.12.1.tar.gz) = e750b84ba2a2180a75f622f48ffa2301e85299bd
4RMD160 (pytest-mock-1.12.0.tar.gz) = 1b50115c8b7d5062b3595e176765cb4c8301531e 4RMD160 (pytest-mock-1.12.1.tar.gz) = e671554b27dddda7781e59285d3475a494bed835
5SHA512 (pytest-mock-1.12.0.tar.gz) = c74a0ddbca6c6181d42e8a9b760925d4b17e5c3bb8195ab707f18168be906de0bc064d9b5ac969698b3d74812825f95208cf4ee0ea82f22a39b7fb375a24748c 5SHA512 (pytest-mock-1.12.1.tar.gz) = a323f2c4958d9c04adae0309a28286a161f5799b458c0a56c48f216aee27ae3a8fbab7512ac7094f86c17a6938964e7f3bb5b328e1dbcc660e440852ed0b1580
6Size (pytest-mock-1.12.0.tar.gz) = 22910 bytes 6Size (pytest-mock-1.12.1.tar.gz) = 23236 bytes