From cd620e3212cf9210dc185bf1fe51969980dcd1b3e293c38c6468015f49fe520d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Feb 2025 10:02:54 +0000 Subject: [PATCH] - update to 0.5.3: * EXTENSION is now recognized as a keyword (issue785). * SQL hints are not removed when removing comments (issue262, by skryzh). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=40 --- python-sqlparse.changes | 8 ++++++++ python-sqlparse.spec | 4 ++-- sqlparse-0.5.1.tar.gz | 3 --- sqlparse-0.5.3.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 sqlparse-0.5.1.tar.gz create mode 100644 sqlparse-0.5.3.tar.gz diff --git a/python-sqlparse.changes b/python-sqlparse.changes index 77ab9eb..6b86b9f 100644 --- a/python-sqlparse.changes +++ b/python-sqlparse.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 24 10:02:41 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-sqlparse.spec b/python-sqlparse.spec index 6c036aa..40c1c2b 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -1,7 +1,7 @@ # # spec file for package python-sqlparse # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.1 +Version: 0.5.3 Release: 0 Summary: Non-validating SQL parser License: BSD-3-Clause diff --git a/sqlparse-0.5.1.tar.gz b/sqlparse-0.5.1.tar.gz deleted file mode 100644 index c9fbf7f..0000000 --- a/sqlparse-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb6b4df465655ef332548e24f08e205afc81b9ab86cb1c45657a7ff173a3a00e -size 84502 diff --git a/sqlparse-0.5.3.tar.gz b/sqlparse-0.5.3.tar.gz new file mode 100644 index 0000000..1ed8329 --- /dev/null +++ b/sqlparse-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f67787f56a0b16ecdbde1bfc7f5d9c3371ca683cfeaa8e6ff60b4807ec9272 +size 84999