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" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CDC3EA6552 for ; Mon, 9 Mar 2015 08:11:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7D6BF14A1BE; Mon, 9 Mar 2015 08:11:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A57314A145 for ; Mon, 9 Mar 2015 08:11:55 +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 lEM7rvdQM_NM for ; Mon, 9 Mar 2015 08:11:54 +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 928C814A132 for ; Mon, 9 Mar 2015 08:11:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8EE6B98; Mon, 9 Mar 2015 08:11:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 9 Mar 2015 08:11:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-cffi To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150309081154.8EE6B98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Mar 9 08:11:54 UTC 2015 Modified Files: pkgsrc/devel/py-cffi: Makefile distinfo Log Message: Update to 0.9.1: 0.9.1 CFFI 0.9.1 was released today. This is a bugfix release that only concerns versions of CPython 3.4 older than last August, on non-Windows platforms. 0.9 CFFI 0.9.0 was released today. The readthedocs.org page is still missing a "release 0.9" tag, which I'll add as soon as its admin pages are back online. I hope everything else is in order. The documentation can be seen at http://cffi.readthedocs.org/en/latest/ . There are a number of small new features in this release; for more details, search for "version 0.9" on that page. Note that PyPy 2.5.0 includes a version of CFFI that is mislabelled as "0.8.6"; it is actually close to 0.9. I'll try to make sure that the next PyPy release matches exactly a CFFI release. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-cffi/Makefile \ pkgsrc/devel/py-cffi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.