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 1ACC6A5B2E for ; Wed, 1 Apr 2015 02:16:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6110E14A2AB; Wed, 1 Apr 2015 02:16:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E17014A298 for ; Wed, 1 Apr 2015 02:16:27 +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 u6NSf3MNtYI5 for ; Wed, 1 Apr 2015 02:16:27 +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 D174414A294 for ; Wed, 1 Apr 2015 02:16:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C5DD898; Wed, 1 Apr 2015 02:16:26 +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:16:26 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/databases/py-pymysql To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20150401021626.C5DD898@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:16:26 UTC 2015 Modified Files: pkgsrc/databases/py-pymysql: Makefile PLIST distinfo Log Message: Updated to 0.6.6. From CHANGELOG: ## 0.6.6 * Add context manager to cursor * Fix can't encode blob that is not utf-8 on PY3. (regression of 0.6.4, Thanks to @wiggzz) ## 0.6.4 * Support "LOAD LOCAL INFILE". Thanks @wraziens * Show MySQL warnings after execute query. * Fix MySQLError may be wrapped with OperationalError while connectiong. (#274) * SSCursor no longer attempts to expire un-collected rows within __del__, delaying termination of an interrupted program; cleanup of uncollected rows is left to the Connection on next execute, which emits a warning at that time. (#287) * Support datetime and time with microsecond. (#303) * Use surrogateescape to format bytes on Python 3. * OperationalError raised from connect() have information about original exception. (#304) * `init_command` now support multi statement. * `Connection.escape()` method now accepts second argument compatible to MySQL-Python. ## 0.6.3 * Fixed multiple result sets with SSCursor. * Fixed connection timeout. * Fixed literal set syntax to work on Py2.6. * Allow for mysql negative values with 0 hour timedelta. * Added Connection.begin(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/py-pymysql/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/py-pymysql/PLIST \ pkgsrc/databases/py-pymysql/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.