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 52A51A6555 for ; Thu, 28 May 2015 07:17:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F3E4014A1B0; Thu, 28 May 2015 07:17:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E43E14A1AF for ; Thu, 28 May 2015 07:17:13 +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 Y9UwMGsezJBb for ; Thu, 28 May 2015 07:17:13 +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 1424B14A1AE for ; Thu, 28 May 2015 07:17:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1228598; Thu, 28 May 2015 07:17:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 28 May 2015 07:17:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-virtualenv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150528071713.1228598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu May 28 07:17:13 UTC 2015 Modified Files: pkgsrc/devel/py-virtualenv: Makefile PLIST distinfo Log Message: Update to 13.0.1: 13.0.1 (2015-05-22) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.0.1 13.0.0 (2015-05-21) ~~~~~~~~~~~~~~~~~~~ * Automatically install wheel when creating a new virutalenv. This can be disabled by using the ``--no-wheel`` option. * Don't trust the current directory as a location to discover files to install packages from. * Upgrade setuptools to 16.0. * Upgrade pip to 7.0.0. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-virtualenv/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-virtualenv/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-virtualenv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.