Skip to content

Commit

Permalink
Update to 1.2.0:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Jul 19, 2015
1 parent 8d92272 commit 402d4d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/py-mock/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
8 changes: 4 additions & 4 deletions devel/py-mock/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 402d4d9

Please sign in to comment.