14
0

Accepting request 684132 from home:jayvdb:django

- Move fdupes from %check to %install
- Update to v0.3.0

OBS-URL: https://build.opensuse.org/request/show/684132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=13
This commit is contained in:
Thomas Bechtold
2019-03-12 05:12:38 +00:00
committed by Git OBS Bridge
parent 3110b81de3
commit 159f6fe384
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Mar 12 01:49:22 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Move fdupes from %check to %install
- Update to v0.3.0
* Remove support for Python 3.3.
* New formatting option "--indent_after_first"
* New formatting option "--indent_columns"
* Add UPSERT keyword
* Strip multiple whitespace within parentheses
* Support double slash (//) comments
* Support for Calcite temporal keywords
* Fix occasional IndexError
* Fix incorrect splitting of strings containing new lines
* Fix reindent issue for parenthesis
* Fix from( parsing issue
* Fix for get_real_name() to return correct name
* Wrap function params when wrap_after is set
* Fix parsing of "WHEN name" clauses
* Add missing EXPLAIN keyword
* Fix issue with strip_comments causing a syntax error
* Fix formatting on INSERT which caused staircase effect on values
* Avoid formatting of psql commands
* Unify handling of GROUP BY/ORDER BY
* Remove unnecessary compat shim for bytes
-------------------------------------------------------------------
Thu Aug 23 06:31:42 UTC 2018 - alarrosa@suse.com