diff options
| author | wiz <wiz@pkgsrc.org> | 2014-12-01 11:27:56 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2014-12-01 11:27:56 +0000 |
| commit | 8b6b48c45d35a18c58d7582efad22ee1a4773071 (patch) | |
| tree | 2655f41dd944fcf13326473e3fdf0b47a97f0cad /databases/py-sqlparse/Makefile | |
| parent | 8cdb43a064bdee21bb47ca4bcbcbb8537504b7ac (diff) | |
| download | pkgsrc-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/Makefile | 4 |
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/ |
