Fri Mar 2 11:39:17 2018 UTC ()
py-test-mock: updated to 1.7.1

1.7.1:
Fix setup.py to correctly read the README.rst.


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-test-mock/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-test-mock/distinfo
diff -r1.1 -r0 pkgsrc/devel/py-test-mock/patches/patch-setup.py

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

--- pkgsrc/devel/py-test-mock/Makefile 2018/02/22 09:49:46 1.6
+++ pkgsrc/devel/py-test-mock/Makefile 2018/03/02 11:39:17 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2018/02/22 09:49:46 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2018/03/02 11:39:17 adam Exp $
2 2
3DISTNAME= pytest-mock-1.7.0 3DISTNAME= pytest-mock-1.7.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.4 -r1.5 pkgsrc/devel/py-test-mock/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-mock/distinfo 2018/02/22 09:49:46 1.4
+++ pkgsrc/devel/py-test-mock/distinfo 2018/03/02 11:39:17 1.5
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.4 2018/02/22 09:49:46 adam Exp $ 1$NetBSD: distinfo,v 1.5 2018/03/02 11:39:17 adam Exp $
2 2
3SHA1 (pytest-mock-1.7.0.tar.gz) = 55490feb5a6efb7eb4d1d05ed155d21c7b25e1e4 3SHA1 (pytest-mock-1.7.1.tar.gz) = dc38f19f8ce4d6131c2e77aa1a1939c2e690ab4e
4RMD160 (pytest-mock-1.7.0.tar.gz) = 28f1c08e9725642f6b0232a5f469faacf3f47a48 4RMD160 (pytest-mock-1.7.1.tar.gz) = e08b492c13931e3019af631676bc3ac568ff9b51
5SHA512 (pytest-mock-1.7.0.tar.gz) = 519505d862151158caa2514804fbaab1c61fe279bf5a1c11c0d6fe6ad6d5b1217f32ec5d1ecf35224e2cb7cc62c5fc9975f47325b274cda9748686447abebbf6 5SHA512 (pytest-mock-1.7.1.tar.gz) = d2bd343b5587636f76cf053cfaf629cc53c7505f3e7ec0c2a6d1215d1d9ac3c7efc64150f49d82c25892601947a3b9ff640353ea9b6a1741ae1b04b9a81647e3
6Size (pytest-mock-1.7.0.tar.gz) = 20107 bytes 6Size (pytest-mock-1.7.1.tar.gz) = 20176 bytes
7SHA1 (patch-setup.py) = 6ca411e93e1268e242393852db784abcfab4bb82 

File Deleted: pkgsrc/devel/py-test-mock/patches/Attic/patch-setup.py