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 B234BA6552 for ; Tue, 13 Jan 2015 12:54:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6261514A410; Tue, 13 Jan 2015 12:54:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7326314A40E for ; Tue, 13 Jan 2015 12:54:26 +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 VlekiuA2vWa6 for ; Tue, 13 Jan 2015 12:54:25 +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 E08CF14A258 for ; Tue, 13 Jan 2015 12:54:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D4ADC98; Tue, 13 Jan 2015 12:54:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 13 Jan 2015 12:54:25 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/devel/py-ZopeInterface To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20150113125425.D4ADC98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Tue Jan 13 12:54:25 UTC 2015 Modified Files: pkgsrc/devel/py-ZopeInterface: Makefile PLIST distinfo Log Message: Update zope.interface to 4.1.2. Reset maintainer, as sifu tells me he no longer uses zope nor pkgsrc. Changes: 4.1.2 (2014-12-27) Add support for PyPy3. Remove unittest assertions deprecated in Python3.x. Add zope.interface.document.asReStructuredText, which formats the generated text for an interface using ReST double-backtick markers. 4.1.1 (2014-03-19) Add support for Python 3.4. 4.1.0 (2014-02-05) Update bootstrap.py to version 2.2. Add @named(name) declaration, that specifies the component name, so it does not have to be passed in during registration. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-ZopeInterface/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-ZopeInterface/PLIST \ pkgsrc/devel/py-ZopeInterface/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.