Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 75DC77125E for ; Tue, 13 Aug 2013 17:47:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D20A014A27B; Tue, 13 Aug 2013 17:47:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 693B714A274 for ; Tue, 13 Aug 2013 17:47:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id m9Hc90AqyYvD for ; Tue, 13 Aug 2013 17:47:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8B57614A251 for ; Tue, 13 Aug 2013 17:47:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8500196; Tue, 13 Aug 2013 17:47:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 13 Aug 2013 17:47:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130813174741.8500196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue Aug 13 17:47:41 UTC 2013 Modified Files: pkgsrc/net/py-twisted: Makefile Makefile.common PLIST distinfo pkgsrc/net/py-twisted-docs: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-twisted/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-twisted/Makefile.common \ pkgsrc/net/py-twisted/PLIST pkgsrc/net/py-twisted/distinfo cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-twisted-docs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.