From 4d81896db11f428673f0f21838781136aca5cb5a6e5bb6d15acc92735835c2c7 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 17 May 2015 12:09:52 +0000
Subject: [PATCH] Accepting request 307036 from
home:benoit_monin:branches:devel:languages:python
update to version 0.1.15
OBS-URL: https://build.opensuse.org/request/show/307036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=6
---
python-sqlparse.changes | 53 +++++++++++++++++++++++++++++++++++++++++
python-sqlparse.spec | 4 ++--
sqlparse-0.1.10.tar.gz | 3 ---
sqlparse-0.1.15.tar.gz | 3 +++
4 files changed, 58 insertions(+), 5 deletions(-)
delete mode 100644 sqlparse-0.1.10.tar.gz
create mode 100644 sqlparse-0.1.15.tar.gz
diff --git a/python-sqlparse.changes b/python-sqlparse.changes
index 2686b10..bb85989 100644
--- a/python-sqlparse.changes
+++ b/python-sqlparse.changes
@@ -1,3 +1,56 @@
+-------------------------------------------------------------------
+Wed May 13 16:39:54 UTC 2015 - benoit.monin@gmx.fr
+
+- update to version 0.1.15:
+ * Fix a regression for identifiers with square brackets notation
+ (issue153, by darikg).
+ * Add missing SQL types (issue154, issue155, issue156, by
+ jukebox).
+ * Fix parsing of multi-line comments (issue172, by JacekPliszka).
+ * Fix parsing of escaped backslashes (issue174, by caseyching).
+ * Fix parsing of identifiers starting with underscore (issue175).
+ * Fix misinterpretation of IN keyword (issue183).
+ * Improve formatting of HAVING statements.
+ * Improve parsing of inline comments (issue163).
+ * Group comments to parent object (issue128, issue160).
+ * Add double precision builtin (issue169, by darikg).
+ * Add support for square bracket array indexing (issue170,
+ issue176, issue177 by darikg).
+ * Improve grouping of aliased elements (issue167, by darikg).
+ * Support comments starting with '#' character (issue178).
+- additional changes from version 0.1.14:
+ * 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).
+ * Improved formatting in list when newlines precede commas
+ (issue140).
+- additional changes from version 0.1.13:
+ * Fix a regression in handling of NULL keywords introduced in
+ 0.1.12.
+- additional changes from version 0.1.12:
+ * 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).
+ * Improve parsing of identifier lists containing placeholders.
+ * Speed up query parsing of unquoted lines (by Michael Schuller).
+- additional changes from version 0.1.11:
+ * 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).
+ * Classify DML keywords (issue116, by Victor Hahn).
+ * Add missing FOREACH keyword.
+ * Grouping of BEGIN/END blocks.
+ * Python 2.5 isn't automatically tested anymore, neither Travis
+ nor Tox still support it out of the box.
+
-------------------------------------------------------------------
Sat Nov 08 20:20:00 UTC 2014 - Led
diff --git a/python-sqlparse.spec b/python-sqlparse.spec
index 716ad00..27d5a6d 100644
--- a/python-sqlparse.spec
+++ b/python-sqlparse.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-sqlparse
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-sqlparse
-Version: 0.1.10
+Version: 0.1.15
Release: 0
Summary: Non-validating SQL parser
License: BSD-3-Clause
diff --git a/sqlparse-0.1.10.tar.gz b/sqlparse-0.1.10.tar.gz
deleted file mode 100644
index 55bae76..0000000
--- a/sqlparse-0.1.10.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d159e104fbf1710bba2e4d410fe0371dcbff80457d4752a0bd414d88ddbdd476
-size 53322
diff --git a/sqlparse-0.1.15.tar.gz b/sqlparse-0.1.15.tar.gz
new file mode 100644
index 0000000..04f90d1
--- /dev/null
+++ b/sqlparse-0.1.15.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce92c9f134b1cd461a27c502197464b5f245261ad0fbb26d7bf659f28a5c11b2
+size 57863