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 18E01A654B for ; Wed, 1 Apr 2015 02:19:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B534114A375; Wed, 1 Apr 2015 02:19:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CB4014A298 for ; Wed, 1 Apr 2015 02:19:18 +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 xzwKW-3cj-X1 for ; Wed, 1 Apr 2015 02:19:17 +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 B9D7D14A294 for ; Wed, 1 Apr 2015 02:19:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AE02998; Wed, 1 Apr 2015 02:19:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 1 Apr 2015 02:19:17 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/databases/py-python-sql To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20150401021917.AE02998@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Wed Apr 1 02:19:17 UTC 2015 Modified Files: pkgsrc/databases/py-python-sql: Makefile PLIST distinfo Log Message: Version 0.6 - 2015-02-05 * Fix Delete query under multithread * Add missing quote for with query name Version 0.5 - 2015-01-29 * Add schema * Add Common Table Expression * Escape Mod operator '%' with format paramstyle * Deprecate Interesect in favor of Intersect * Add Values To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-python-sql/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/py-python-sql/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/py-python-sql/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.