diff options
author | obache <obache@pkgsrc.org> | 2014-07-07 11:44:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-07 11:44:16 +0000 |
commit | d7d7270540d1355a943a7234a8b028dda3f2bb3a (patch) | |
tree | 3387fc72b362e187d7d8bdc1c6db21b8c3dbb87f /devel | |
parent | 2ba48e57de9164e77fe11417fec0723a41068f9f (diff) | |
download | pkgsrc-d7d7270540d1355a943a7234a8b028dda3f2bb3a.tar.gz |
Update py-testtools to 0.9.35.
0.9.35
~~~~~~
Changes
-------
* Removed a number of code paths where Python 2.4 and Python 2.5 were
explicitly handled. (Daniel Watkins)
Improvements
------------
* Added the ``testtools.TestCase.expectThat`` method, which implements
delayed assertions. (Thomi Richards)
* Docs are now built as part of the Travis-CI build, reducing the chance of
Read The Docs being broken accidentally. (Daniel Watkins, #1158773)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-testtools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-testtools/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 53af22ad82d..c9e3039b79f 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/07/07 11:44:16 obache Exp $ -DISTNAME= testtools-0.9.34 +DISTNAME= testtools-0.9.35 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= https://pypi.python.org/packages/source/t/testtools/ diff --git a/devel/py-testtools/distinfo b/devel/py-testtools/distinfo index dafb8fd09c3..6167c1ef3de 100644 --- a/devel/py-testtools/distinfo +++ b/devel/py-testtools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2014/01/24 13:22:22 obache Exp $ +$NetBSD: distinfo,v 1.7 2014/07/07 11:44:16 obache Exp $ -SHA1 (testtools-0.9.34.tar.gz) = 3f9d941b87a1eb827fe9912b4a66b690986f0c5f -RMD160 (testtools-0.9.34.tar.gz) = b99d7cde80e27fa4a8301425a266317a7015f3d6 -Size (testtools-0.9.34.tar.gz) = 195771 bytes +SHA1 (testtools-0.9.35.tar.gz) = 76eba32b91ed4ad6a975325514e993ebd3ed4d94 +RMD160 (testtools-0.9.35.tar.gz) = 5cb758e70bf965002d9cb30fbefc2b83a30cc233 +Size (testtools-0.9.35.tar.gz) = 195678 bytes |