diff options
author | adam <adam@pkgsrc.org> | 2013-08-13 17:47:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-08-13 17:47:41 +0000 |
commit | 0ed7df903df5466bf7b5f363ae388a663fe024cd (patch) | |
tree | 9d31a21e70ea0cc3bc5ceb90afe859a4423884f7 /net/py-twisted/Makefile | |
parent | 02a803335234a51c4be627e1c0d5ef96e60d6a14 (diff) | |
download | pkgsrc-0ed7df903df5466bf7b5f363ae388a663fe024cd.tar.gz |
Changes 13.1.0:
- trial now has an --exitfirst flag which stops the test run after
the first error or failure.
- twisted.internet.ssl.CertificateOptions now supports chain
certificates.
- twisted.internet.endpoints now provides ProcessEndpoint, a child
process endpoint.
- Factory now has a forProtocol classmethod that constructs an
instance and sets its protocol attribute.
- twisted.internet.endpoints.connectProtocol allows connecting to a
client endpoint using only a protocol instance, rather than
requiring a factory.
- twisted.trial.unittest.SynchronousTestCase.assertNoResult no longer
swallows the result, if the assertion succeeds.
- twisted.python.constants.FlagConstant implements __iter__ so that
it can be iterated upon to find the flags that went into a flag
set, and implements __nonzero__ to test as false when empty.
- assertIs and assertIsNot have now been added to
twisted.trial.unittest.TestCase.
- twisted.trial.unittest.TestCase.failureResultOf now takes an
optional expected failure type argument.
- The POSIX implementation of
twisted.internet.interfaces.IReactorProcess now does not change the
parent process UID or GID in order to run child processes with a
different UID or GID.
Diffstat (limited to 'net/py-twisted/Makefile')
-rw-r--r-- | net/py-twisted/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile index 6367b9bfd61..7d7fbd74cc1 100644 --- a/net/py-twisted/Makefile +++ b/net/py-twisted/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2013/02/27 15:59:59 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2013/08/13 17:47:41 adam Exp $ -PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION} -PKGREVISION= 1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} COMMENT= Framework for writing networked applications .include "../../net/py-twisted/Makefile.common" |