summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-01 11:27:56 +0000
committerwiz <wiz@pkgsrc.org>2014-12-01 11:27:56 +0000
commit8b6b48c45d35a18c58d7582efad22ee1a4773071 (patch)
tree2655f41dd944fcf13326473e3fdf0b47a97f0cad /databases/py-sqlparse/Makefile
parent8cdb43a064bdee21bb47ca4bcbcbb8537504b7ac (diff)
downloadpkgsrc-8b6b48c45d35a18c58d7582efad22ee1a4773071.tar.gz
Update to 0.1.14:
Release 0.1.14 (Nov 30, 2014) ----------------------------- Bug Fixes * Floats in UPDATE statements are now handled correctly (issue145). * Properly handle string literals in comparisons (issue148, change proposed by aadis). * Fix indentation when using tabs (issue146). Enhancements * Improved formatting in list when newlines precede commas (issue140).
Diffstat (limited to 'databases/py-sqlparse/Makefile')
-rw-r--r--databases/py-sqlparse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile
index 8c04492e323..f686552a9e5 100644
--- a/databases/py-sqlparse/Makefile
+++ b/databases/py-sqlparse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/10/12 14:59:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/12/01 11:27:56 wiz Exp $
-DISTNAME= sqlparse-0.1.13
+DISTNAME= sqlparse-0.1.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= https://pypi.python.org/packages/source/s/sqlparse/