Accepting request 1194657 from devel:languages:python
- update to 0.5.1: * New "compact" option for formatter. If set, the formatter tries to produce a more compact output by avoiding some line breaks * The strip comments filter was a bit greedy and removed too much whitespace (issue772). Note: In some cases you might want to add `strip_whitespace=True` where you previously used just `strip_comments=True`. `strip_comments` did some of the work that `strip_whitespace` should do. * Fix error when splitting statements that contain multiple CASE clauses within a BEGIN block (issue784). * Fix whitespace removal with nested expressions (issue782). * Fix parsing and formatting of ORDER clauses containing NULLS FIRST or NULLS LAST (issue532). OBS-URL: https://build.opensuse.org/request/show/1194657 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=19
This commit is contained in:
commit
00f141a556
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 07:42:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.5.1:
|
||||||
|
* New "compact" option for formatter. If set, the formatter
|
||||||
|
tries to produce a more compact output by avoiding some line
|
||||||
|
breaks
|
||||||
|
* The strip comments filter was a bit greedy and removed too
|
||||||
|
much whitespace (issue772). Note: In some cases you might want
|
||||||
|
to add `strip_whitespace=True` where you previously used just
|
||||||
|
`strip_comments=True`. `strip_comments` did some of the
|
||||||
|
work that `strip_whitespace` should do.
|
||||||
|
* Fix error when splitting statements that contain multiple
|
||||||
|
CASE clauses within a BEGIN block (issue784).
|
||||||
|
* Fix whitespace removal with nested expressions (issue782).
|
||||||
|
* Fix parsing and formatting of ORDER clauses containing NULLS
|
||||||
|
FIRST or NULLS LAST (issue532).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 7 02:21:45 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue May 7 02:21:45 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sqlparse
|
Name: python-sqlparse
|
||||||
Version: 0.5.0
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Non-validating SQL parser
|
Summary: Non-validating SQL parser
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
BIN
sqlparse-0.5.0.tar.gz
(Stored with Git LFS)
BIN
sqlparse-0.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
sqlparse-0.5.1.tar.gz
Normal file
3
sqlparse-0.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb6b4df465655ef332548e24f08e205afc81b9ab86cb1c45657a7ff173a3a00e
|
||||||
|
size 84502
|
Loading…
Reference in New Issue
Block a user