Sun May 21 06:45:39 2017 UTC ()
2.3.0
Improvements
* New ``ResourcedToStreamDecorator`` for tracking lifecycle events of
  test resources, and possibly integrate with subunit.
* Make ``KeysEqual`` usable with no arguments, i.e. match a dict with
  no keys.
* Add ``testtools.assertions`` to the documented API modules.
* Don't add file details without content.
* Make ``testtools.twistedsupport and tests work on Python 3.


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/py-testtools/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/py-testtools/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-testtools/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-testtools/Makefile 2017/02/22 14:20:56 1.16
+++ pkgsrc/devel/py-testtools/Makefile 2017/05/21 06:45:39 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2017/02/22 14:20:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2017/05/21 06:45:39 adam Exp $
2 2
3DISTNAME= testtools-2.2.0 3DISTNAME= testtools-2.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/testtools/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/testtools/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/testing-cabal/testtools 9HOMEPAGE= https://github.com/testing-cabal/testtools
10COMMENT= Extensions to the Python standard library unit testing framework 10COMMENT= Extensions to the Python standard library unit testing framework
11LICENSE= mit AND python-software-foundation 11LICENSE= mit AND python-software-foundation
12 12
13DEPENDS+= ${PYPKGPREFIX}-extras>=1.0.0:../../devel/py-extras 13DEPENDS+= ${PYPKGPREFIX}-extras>=1.0.0:../../devel/py-extras
14DEPENDS+= ${PYPKGPREFIX}-fixtures>=1.3.0:../../devel/py-fixtures 14DEPENDS+= ${PYPKGPREFIX}-fixtures>=1.3.0:../../devel/py-fixtures
15DEPENDS+= ${PYPKGPREFIX}-python-mimeparse-[0-9]*:../../www/py-python-mimeparse 15DEPENDS+= ${PYPKGPREFIX}-python-mimeparse-[0-9]*:../../www/py-python-mimeparse
16DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.8.0:../../devel/py-unittest2 16DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.8.0:../../devel/py-unittest2

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-testtools/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-testtools/distinfo 2017/02/22 14:20:56 1.11
+++ pkgsrc/devel/py-testtools/distinfo 2017/05/21 06:45:39 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2017/02/22 14:20:56 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2017/05/21 06:45:39 adam Exp $
2 2
3SHA1 (testtools-2.2.0.tar.gz) = e571ca7d491ba69e29559c6f8a36265c191faa2b 3SHA1 (testtools-2.3.0.tar.gz) = 5c5bbe2c1bc52077e6debafbc3a8a695d986dbad
4RMD160 (testtools-2.2.0.tar.gz) = 8356c7e23afe5daa0fdf9c8f6012272843bdfd0b 4RMD160 (testtools-2.3.0.tar.gz) = bd9c1f31612d7dc7c9fb1bc657167ef1109cec02
5SHA512 (testtools-2.2.0.tar.gz) = f5ba08971975aa1ccf923c4c997ca7b093d00615131f440a9a5aad96d63be5b9e72f3364f3185d523fce9b5a7055bd52f767b54f7f9f17a102c4166efec189c5 5SHA512 (testtools-2.3.0.tar.gz) = 558fe6a1bdce7215f9f6f178f469a2b76948dc7ff0ce27400482a16683474edb81d9bf90ae48b6fcb8df9eb70759341b694aa162ed3d9d4abd372981cdcd8a64
6Size (testtools-2.2.0.tar.gz) = 230716 bytes 6Size (testtools-2.3.0.tar.gz) = 231559 bytes