Compare commits

..

1 Commits
main ... 1.1

4 changed files with 5 additions and 31 deletions

View File

@ -1,29 +1,3 @@
-------------------------------------------------------------------
Mon Feb 24 10:02:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.3:
* EXTENSION is now recognized as a keyword (issue785).
* SQL hints are not removed when removing comments (issue262,
by skryzh).
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-sqlparse
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-sqlparse
Version: 0.5.3
Version: 0.5.0
Release: 0
Summary: Non-validating SQL parser
License: BSD-3-Clause

BIN
sqlparse-0.5.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sqlparse-0.5.3.tar.gz (Stored with Git LFS)

Binary file not shown.