Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B18EAA65BA for ; Sun, 6 Sep 2015 20:36:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5FEA814A336; Sun, 6 Sep 2015 20:36:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A61B814A325 for ; Sun, 6 Sep 2015 20:35:59 +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 r0JwkisnKaIa for ; Sun, 6 Sep 2015 20:35:59 +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 ECA5614A322 for ; Sun, 6 Sep 2015 20:35:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E0FB098; Sun, 6 Sep 2015 20:35:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 6 Sep 2015 20:35:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-twisted To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150906203558.E0FB098@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Sep 6 20:35:58 UTC 2015 Modified Files: pkgsrc/net/py-twisted: Makefile.common PLIST distinfo Log Message: Update to 15.4.0: Twisted Core 15.4.0 (2015-09-04) ================================ Features -------- - Trial has been ported to Python 3. (#5965) - Twisted now requires setuptools for installation. (#7177) - twisted.internet.endpoints.clientFromString is now ported to Python 3. (#7973) - twisted.internet._sslverify now uses SHA256 instead of MD5 for certificate request signing by default. (#7979) - twisted.internet.endpoints.serverFromString is now ported to Python 3. (#7982) - twisted.positioning is now ported to Python 3. (#7987) - twisted.python.failure.Failure's __repr__ now includes the exception message. (#8004) Bugfixes -------- - fixed a bug which could lead to a hang at shutdown in twisted.python.threadpool. (#2673) - twisted.internet.kqreactor on Python 3 now supports EINTR (Control-C) gracefully. (#7887) - Fix a bug introduced in 15.3.0; pickling a lambda function after importing twisted.persisted.styles raises PicklingError rather than AttributeError. (#7989) Other ----- - #7902, #7980, #7990, #7992 Twisted Web 15.4.0 (2015-09-04) =============================== Features -------- - twisted.web.proxy is now ported to Python 3. (#7939) - twisted.web.guard is now ported to Python 3. (#7974) Bugfixes -------- - twisted.web.http.Request.setResponseCode now only allows bytes messages. (#7981) - twisted.web.server.Request.processingFailed will now correctly write out the traceback on Python 3. (#7996) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/py-twisted/Makefile.common cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/py-twisted/PLIST cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-twisted/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.