Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D2FF9718BE for ; Fri, 5 Jul 2013 23:35:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F007414A37C; Fri, 5 Jul 2013 23:35:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D00EC14A370 for ; Fri, 5 Jul 2013 23:35:35 +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 vL5v4TitDe4d for ; Fri, 5 Jul 2013 23:35:35 +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 3E6DF14A333 for ; Fri, 5 Jul 2013 23:35:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 33DB996; Fri, 5 Jul 2013 23:35:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 5 Jul 2013 23:35:35 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/www/py-webpy To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20130705233535.33DB996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Fri Jul 5 23:35:35 UTC 2013 Modified Files: pkgsrc/www/py-webpy: Makefile distinfo Log Message: Update to latest release. Include lang/python/application.mk to REPLACE_PYTHON in two files. From ChangeLog.txt: ## 2012-06-26 0.37 * Fixed datestr issue on Windows -- #155 * Fixed Python 2.4 compatability issues (tx fredludlow) * Fixed error in utils.safewrite (tx shuge) -- #95 * Allow use of web.data() with app.request() -- #105 * Fixed an issue with session initializaton (tx beardedprojamz) -- #109 * Allow custom message on 400 Bad Request (tx patryk) -- #121 * Made djangoerror work on GAE. -- #80 * Handle malformatted data in the urls. -- #117 * Made it easier to stop the dev server -- #100, #122 * Added support fot customizing cookie_path in session (tx larsga) -- #89 * Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145 * Added GroupedDropdown to support `` tag (tx jzellman) -- #152 * Fixed failure in embedded interpreter - #87 * Optimized web.cookies (tx benhoyt) - #148 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-webpy/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-webpy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.