From 402d4d91adf62a6ae7f5f5591bbae1dd8175f3b8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 19 Jul 2015 10:14:33 +0000 Subject: [PATCH] Update to 1.2.0: 1.2.0 ----- * Revert "Issue #21750: mock_open.read_data can now be read from each instance, as it" 1.1.4 ----- * Add 2.6 back to classifiers * Record sync point * Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3 * Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely * Folk should test 2.6 locally too * Closes #279: setuptools.version is too new * Support python 2.6 1.1.3 ----- * Update sync point and sync docs * Issue #23661: unittest.mock side_effects can now be exceptions again * Abort installation if the installer is using setuptools<17.1 --- devel/py-mock/Makefile | 5 ++--- devel/py-mock/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-mock/Makefile b/devel/py-mock/Makefile index df0e441a085df..79c334551ffca 100644 --- a/devel/py-mock/Makefile +++ b/devel/py-mock/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/07/16 10:54:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/19 10:14:33 wiz Exp $ -DISTNAME= mock-1.1.2 +DISTNAME= mock-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pypi.python.org/packages/source/m/mock/ diff --git a/devel/py-mock/distinfo b/devel/py-mock/distinfo index 2725a7e4c45d3..782a4a6cff1c1 100644 --- a/devel/py-mock/distinfo +++ b/devel/py-mock/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2015/07/14 08:48:13 wiz Exp $ +$NetBSD: distinfo,v 1.5 2015/07/19 10:14:33 wiz Exp $ -SHA1 (mock-1.1.2.tar.gz) = 044520b548eaa1a3885c0ff9d78d518f25a6fdaa -RMD160 (mock-1.1.2.tar.gz) = 35db60d475f25852d07935832cc9a6d8a8ae361c -Size (mock-1.1.2.tar.gz) = 69724 bytes +SHA1 (mock-1.2.0.tar.gz) = 7589c0b3aa3a8ae8fc509e57db08ae513b946533 +RMD160 (mock-1.2.0.tar.gz) = 72005af2e3e057934c6e7646fb7736c2fca984c5 +Size (mock-1.2.0.tar.gz) = 70370 bytes