summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-02-12 15:19:33 +0000
committerwiz <wiz@pkgsrc.org>2014-02-12 15:19:33 +0000
commit39525288ce0d54612b2ea88a0b35328b92adcd2d (patch)
tree7150904e00b54695944088a1f05c66b7f93195eb /databases/py-sqlparse
parentc30be8d41993172a92107fad4321874d346da028 (diff)
downloadpkgsrc-39525288ce0d54612b2ea88a0b35328b92adcd2d.tar.gz
Update to 0.1.11:
Release 0.1.11 (Feb 07, 2014) ----------------------------- Bug Fixes * Fix incorrect parsing of string literals containing line breaks (issue118). * Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124, by Cristian Orellana). * Improve parsing of string literals in columns. * Fix parsing and formatting of statements containing EXCEPT keyword. * Fix Function.get_parameters() (issue126/127, by spigwitmer). Enhancements * Classify DML keywords (issue116, by Victor Hahn). * Add missing FOREACH keyword. * Grouping of BEGIN/END blocks. Other * Python 2.5 isn't automatically tested anymore, neither Travis nor Tox still support it out of the box.
Diffstat (limited to 'databases/py-sqlparse')
-rw-r--r--databases/py-sqlparse/Makefile4
-rw-r--r--databases/py-sqlparse/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile
index b143879fab0..45c223f8246 100644
--- a/databases/py-sqlparse/Makefile
+++ b/databases/py-sqlparse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/11/03 15:58:14 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/02/12 15:19:33 wiz Exp $
-DISTNAME= sqlparse-0.1.10
+DISTNAME= sqlparse-0.1.11
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 3f91e945b0e..a70bbced814 100644
--- a/databases/py-sqlparse/distinfo
+++ b/databases/py-sqlparse/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/11/03 15:58:14 wiz Exp $
+$NetBSD: distinfo,v 1.4 2014/02/12 15:19:33 wiz Exp $
-SHA1 (sqlparse-0.1.10.tar.gz) = 8d1c30ba94a4808a5675698a0dd5cc2fa9ca409c
-RMD160 (sqlparse-0.1.10.tar.gz) = a1d94c566996031cc5de4277f166e8f5069da92c
-Size (sqlparse-0.1.10.tar.gz) = 53322 bytes
+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