diff --git a/python-sqlparse.changes b/python-sqlparse.changes index 0b3a797..4a48988 100644 --- a/python-sqlparse.changes +++ b/python-sqlparse.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 1 12:42:17 UTC 2021 - Johannes Grassler + +- update to 0.4.2 (bsc#1190741, CVE-2021-32839): + * This release fixes a security vulnerability in the strip + comments filter. + * Add ELSIF as keyword (issue584). + * Add CONFLICT and ON_ERROR_STOP keywords. + * Fix parsing of backticks (issue588). + * Fix parsing of scientific number (issue399). + ------------------------------------------------------------------- Thu Jan 28 08:27:49 UTC 2021 - Antonio Larrosa diff --git a/python-sqlparse.spec b/python-sqlparse.spec index 9a42b64..c5cde67 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-sqlparse -Version: 0.4.1 +Version: 0.4.2 Release: 0 Summary: Non-validating SQL parser License: BSD-3-Clause @@ -31,7 +31,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages diff --git a/sqlparse-0.4.1.tar.gz b/sqlparse-0.4.1.tar.gz deleted file mode 100644 index f54bea9..0000000 --- a/sqlparse-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8 -size 67228 diff --git a/sqlparse-0.4.2.tar.gz b/sqlparse-0.4.2.tar.gz new file mode 100644 index 0000000..289b449 --- /dev/null +++ b/sqlparse-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae +size 67771