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 97975ADC8B for ; Sun, 17 Aug 2014 16:32:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 474D214A53E; Sun, 17 Aug 2014 16:32:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08F1A14A53D for ; Sun, 17 Aug 2014 16:32:37 +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 QdoZVOlQCpRv for ; Sun, 17 Aug 2014 16:32:36 +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 79ED914A515 for ; Sun, 17 Aug 2014 16:32:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 77E4B96; Sun, 17 Aug 2014 16:32:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 17 Aug 2014 16:32:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140817163236.77E4B96@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 Aug 17 16:32:36 UTC 2014 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: Update to 5.7: --- 5.7 --- * Issue #240: Based on real-world performance measures against 5.4, zip manifests are now cached in all circumstances. The ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` environment variable is no longer relevant. The observed "memory increase" referenced in the 5.4 release notes and detailed in Issue #154 was likely not an increase over the status quo, but rather only an increase over not storing the zip info at all. --- 5.6 --- * Issue #242: Use absolute imports in svn_utils to avoid issues if the installing package adds an xml module to the path. ----- 5.5.1 ----- * Issue #239: Fix typo in 5.5 such that fix did not take. --- 5.5 --- * Issue #239: Setuptools now includes the setup_requires directive on Distribution objects and validates the syntax just like install_requires and tests_require directives. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.