From bd943b7d802a65713dc9918c86c9a4114447c504 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 1 Oct 2014 12:26:27 +0000 Subject: Update to 0.1.12: Release 0.1.12 (Sep 20, 2014) ----------------------------- Bug Fixes * Fix handling of NULL keywords in aliased identifiers. * Fix SerializerUnicode to split unquoted newlines (issue131, by Michael Schuller). * Fix handling of modulo operators without spaces (by gavinwahl). Enhancements * Improve parsing of identifier lists containing placeholders. * Speed up query parsing of unquoted lines (by Michael Schuller). --- databases/py-sqlparse/Makefile | 4 ++-- databases/py-sqlparse/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/py-sqlparse') diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile index 45c223f8246..7af7e7910eb 100644 --- a/databases/py-sqlparse/Makefile +++ b/databases/py-sqlparse/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/02/12 15:19:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/10/01 12:26:27 wiz Exp $ -DISTNAME= sqlparse-0.1.11 +DISTNAME= sqlparse-0.1.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases MASTER_SITES= https://pypi.python.org/packages/source/s/sqlparse/ diff --git a/databases/py-sqlparse/distinfo b/databases/py-sqlparse/distinfo index a70bbced814..5547905bdc6 100644 --- a/databases/py-sqlparse/distinfo +++ b/databases/py-sqlparse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/02/12 15:19:33 wiz Exp $ +$NetBSD: distinfo,v 1.5 2014/10/01 12:26:27 wiz Exp $ -SHA1 (sqlparse-0.1.11.tar.gz) = eca7e284d07c8a633703b417af14ceb1db351b95 -RMD160 (sqlparse-0.1.11.tar.gz) = 7656cf458708e2487e7ba1e5fac884dfa4fdcb16 -Size (sqlparse-0.1.11.tar.gz) = 53588 bytes +SHA1 (sqlparse-0.1.12.tar.gz) = 89b47c9085a2568e2f91b271d942f4be627d3faf +RMD160 (sqlparse-0.1.12.tar.gz) = 456ffc00ae42f1a51e68f3cd431c9b1b68169d40 +Size (sqlparse-0.1.12.tar.gz) = 54870 bytes -- cgit v1.2.3