Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sqlparse for openSUSE:Factory 
checked in at 2026-01-28 15:06:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-sqlparse.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sqlparse"

Wed Jan 28 15:06:20 2026 rev:22 rq:1329526 version:0.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sqlparse/python-sqlparse.changes  
2025-08-26 14:56:45.493791289 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sqlparse.new.1928/python-sqlparse.changes    
    2026-01-28 15:06:59.905632581 +0100
@@ -1,0 +2,33 @@
+Tue Jan 27 16:06:23 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.5.5:
+  * Fix DoS protection to raise SQLParseError instead of silently
+    returning None when grouping limits are exceeded (issue827).
+  * Fix splitting of BEGIN TRANSACTION statements (issue826).
+  * Add support for Python 3.14.
+  * Add type annotations to top-level API functions and include
+    py.typed marker for PEP 561 compliance, enabling type checking
+    with mypy and other tools
+  * Add pre-commit hook support. sqlparse can now be used as a
+    pre-commit hook to automatically format SQL files. The CLI now
+    supports multiple files and an `--in-place` flag for in-place
+    editing (issue537).
+  * Add `ATTACH` and `DETACH` to PostgreSQL keywords (pr808).
+  * Add `INTERSECT` to close keywords in WHERE clause (pr820).
+  * Support `REGEXP BINARY` comparison operator (pr817).
+  * Add additional protection against denial of service attacks
+    when parsing very large lists of tuples. This enhances the
+    existing recursion protections with configurable limits for
+    token processing to prevent DoS through algorithmic complexity
+    attacks. The new limits
+  * MAX_GROUPING_TOKENS=10000) can be adjusted or disabled (by
+    setting to None) if needed for legitimate large SQL statements.
+  * Remove shebang from cli.py and remove executable flag
+  * Fix strip_comments not removing all comments when input
+    contains only comments (issue801, pr803 by stropysh).
+  * Fix splitting statements with IF EXISTS/IF NOT EXISTS inside
+    BEGIN...END blocks (issue812).
+  * Fix splitting on semicolons inside BEGIN...END blocks
+    (issue809).
+
+-------------------------------------------------------------------

Old:
----
  sqlparse-0.5.3.tar.gz

New:
----
  sqlparse-0.5.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sqlparse.spec ++++++
--- /var/tmp/diff_new_pack.jEHZoT/_old  2026-01-28 15:07:00.825670798 +0100
+++ /var/tmp/diff_new_pack.jEHZoT/_new  2026-01-28 15:07:00.825670798 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sqlparse
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-sqlparse
-Version:        0.5.3
+Version:        0.5.5
 Release:        0
 Summary:        Non-validating SQL parser
 License:        BSD-3-Clause

++++++ sqlparse-0.5.3.tar.gz -> sqlparse-0.5.5.tar.gz ++++++
++++ 7045 lines of diff (skipped)

Reply via email to