Update py-unittest2 to 1.1.0:
2015-06-20 - 1.1.0 • Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall. • Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and assertWarnsRegex() checks now emits a deprecation warning when callable is None or keyword arguments except msg is passed in the context manager mode. • Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. 2015-03-12 - 1.0.1 • Unittest2 issue #94: Need at least 1.4 of six. 2015-03-06 - 1.0.0 • Issue #22936: Permit showing local variables in tracebacks.
This commit is contained in:
parent
bb096412ce
commit
454f3e7b61
2 changed files with 9 additions and 9 deletions
|
@ -1,16 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.8 2014/12/13 08:36:03 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2016/01/07 12:11:25 wiz Exp $
|
||||
|
||||
DISTNAME= unittest2-0.8.0
|
||||
DISTNAME= unittest2-1.1.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/u/unittest2/
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/u/unittest2/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://pypi.python.org/pypi/unittest2
|
||||
COMMENT= New features in unittest backported to Python 2.4+
|
||||
LICENSE= original-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||
DEPENDS+= ${PYPKGPREFIX}-six>=1.4:../../lang/py-six
|
||||
DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
|
||||
|
||||
DOCDIR= share/doc/${PKGBASE}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/11/03 03:29:17 agc Exp $
|
||||
$NetBSD: distinfo,v 1.4 2016/01/07 12:11:25 wiz Exp $
|
||||
|
||||
SHA1 (unittest2-0.8.0.tar.gz) = 36a3700bde086890bab5aece6c78c8f770c7bb15
|
||||
RMD160 (unittest2-0.8.0.tar.gz) = 1e2bf086483d2eb9a74e7e89366d3a7712bf4aa3
|
||||
SHA512 (unittest2-0.8.0.tar.gz) = f5e3083e236ff5ad2b3149a5d31e1a0ed20e0bd3283eacec0c5d12c143afb60a92163a27c25424348872db7fcfa11d4230af468a0e67a41cb32ed9dcd5566607
|
||||
Size (unittest2-0.8.0.tar.gz) = 78312 bytes
|
||||
SHA1 (unittest2-1.1.0.tar.gz) = 267454e401bbf32a4c63a5f6ac437222924a53d8
|
||||
RMD160 (unittest2-1.1.0.tar.gz) = b9294b1ef9a6f0f7d8d2419b3260fc27ba81777d
|
||||
SHA512 (unittest2-1.1.0.tar.gz) = 3fba15728905f437767416ab4fd3573d3fb2319486ef84c52a9fa930ea84aa1f2ae29d6f58993e3509083625790e17b1ef8d9ac5de0e166c254897a3e7a202fa
|
||||
Size (unittest2-1.1.0.tar.gz) = 81432 bytes
|
||||
|
|
Loading…
Reference in a new issue