summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-20 21:59:45 +0000
committerwiz <wiz@pkgsrc.org>2013-10-20 21:59:45 +0000
commita3eb55502fe645bcf610ca96e321ebb60d4a0be2 (patch)
tree0ce4b120d482903cb0693bbfa38fbd7275ce2a24 /databases/py-sqlparse
parentfd9cdd1bdde25e565fb8d0a1e23fdb18ba5e512d (diff)
downloadpkgsrc-a3eb55502fe645bcf610ca96e321ebb60d4a0be2.tar.gz
Update to 0.1.9:
Release 0.1.9 (Sep 28, 2013) ---------------------------- Bug Fixes * Fix an regression introduced in 0.1.5 where sqlparse didn't properly distinguished between single and double quoted strings when tagging identifier (issue111). Enhancements * New option to truncate long string literals when formatting. * Scientific numbers are pares correctly (issue107). * Support for arithmetic expressions (issue109, issue106; by prudhvi).
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 757f0f216aa..688547250f7 100644
--- a/databases/py-sqlparse/Makefile
+++ b/databases/py-sqlparse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2013/09/30 17:24:18 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/20 21:59:45 wiz Exp $
-DISTNAME= sqlparse-0.1.8
+DISTNAME= sqlparse-0.1.9
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 d0e0a684544..f65d16c129b 100644
--- a/databases/py-sqlparse/distinfo
+++ b/databases/py-sqlparse/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/09/30 17:24:18 wiz Exp $
+$NetBSD: distinfo,v 1.2 2013/10/20 21:59:45 wiz Exp $
-SHA1 (sqlparse-0.1.8.tar.gz) = 0826497c928799ef01ee35df3583381e7ee79947
-RMD160 (sqlparse-0.1.8.tar.gz) = 04c746c066bc3e355083727dea7ed71458d65138
-Size (sqlparse-0.1.8.tar.gz) = 52478 bytes
+SHA1 (sqlparse-0.1.9.tar.gz) = a946eda28e5d3a39fb1cdfcb9d352f72c5d0fbb3
+RMD160 (sqlparse-0.1.9.tar.gz) = 6af3fddc0a9cd93a379c00d36da9ce108f03fc02
+Size (sqlparse-0.1.9.tar.gz) = 53496 bytes