diff --git a/python-sqlparse.spec b/python-sqlparse.spec index f12794ce693f880e1a0b636c9394b2111d0e7ccf..3a64179e18b6ca2933d6136ee56301d60c10b08e 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -2,12 +2,12 @@ %global shortname sqlparse Name: python-sqlparse -Version: 0.5.3 +Version: 0.5.4 Release: 1 Summary: A non-validating SQL parser. License: BSD-3-Clause URL: https://github.com/andialbrecht/sqlparse -Source0: https://github.com/andialbrecht/%{shortname}/archive/%{version}/%{shortname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/sqlparse/sqlparse-%{version}.tar.gz BuildArch: noarch %description @@ -49,6 +49,9 @@ A non-validating SQL parser. %{_bindir}/sqlformat %changelog +* Fri Nov 28 2025 zhangzeyang0718 - 0.5.4-1 +- Update to 0.5.4 + * Thu Jul 17 2025 jinshuaiyu - 0.5.3-1 - Update package to version 0.5.3 - This version introduces a more generalized handling of potential denial of service attack (DOS) due to recursion errors for deeply nested statements. diff --git a/sqlparse-0.5.3.tar.gz b/sqlparse-0.5.3.tar.gz deleted file mode 100644 index 08a9b75092754a12c914b187e2e71ad2579eb7e3..0000000000000000000000000000000000000000 Binary files a/sqlparse-0.5.3.tar.gz and /dev/null differ diff --git a/sqlparse-0.5.4.tar.gz b/sqlparse-0.5.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..62cf5eda1716db5ed8b579b59373037073d8a237 Binary files /dev/null and b/sqlparse-0.5.4.tar.gz differ