diff --git a/python-sqlparse.spec b/python-sqlparse.spec index 7a9228d56e9cf2bb25fdeafc724d5af3b99cad1c..0e3557384ce9f7bd63c9a762b649406d0b555692 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sqlparse -Version: 0.4.2 -Release: 2 +Version: 0.4.3 +Release: 1 Summary: A non-validating SQL parser. License: BSD URL: https://github.com/andialbrecht/sqlparse -Source0: https://files.pythonhosted.org/packages/32/fe/8a8575debfd924c8160295686a7ea661107fc34d831429cce212b6442edb/sqlparse-0.4.2.tar.gz +Source0: https://files.pythonhosted.org/packages/ba/fa/5b7662b04b69f3a34b8867877e4dbf2a37b7f2a5c0bbb5a9eed64efd1ad1/sqlparse-0.4.3.tar.gz BuildArch: noarch %description @@ -77,6 +77,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 07 2024 wangjing - 0.4.3-1 +- Upgrade package python-sqlparse of version 0.4.3-1 +- fixes a security vulnerability in the strip comments filter +- Add ELSIF as keyword (issue584) and Add CONFLICT and ON_ERROR_STOP keywords (pr595, by j-martin). +- Bug Fixes:Fix parsing of backticks (issue588) and parsing of scientific number (issue399). + * Tue Jun 21 2022 renliang - 0.4.2-2 - Setup.py does not execute check, To change parameters, Go to check diff --git a/sqlparse-0.4.2.tar.gz b/sqlparse-0.4.2.tar.gz deleted file mode 100644 index 30d6f139c62fb1fa01d0e03aa306486a02284b32..0000000000000000000000000000000000000000 Binary files a/sqlparse-0.4.2.tar.gz and /dev/null differ diff --git a/sqlparse-0.4.3.tar.gz b/sqlparse-0.4.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d1b8e43dcc06d37520dce895db72f01cf864a667 Binary files /dev/null and b/sqlparse-0.4.3.tar.gz differ