From 2e788e9388c79a3524fe10d597c75d71da66b9b965cb0456f911e929d915ce21 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 3 May 2022 19:10:56 +0000 Subject: [PATCH] Accepting request 974774 from home:DocB:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - version 1.4.0 * Use unittest discover * Use only column name for INSERT and UPDATE * Add escape to Like operators * Add default literal ‘*’ expression to Count * Add support for Python 3.10 OBS-URL: https://build.opensuse.org/request/show/974774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=15 --- python-python-sql.changes | 10 ++++++++++ python-python-sql.spec | 4 ++-- python-sql-1.3.0.tar.gz | 3 --- python-sql-1.4.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 python-sql-1.3.0.tar.gz create mode 100644 python-sql-1.4.0.tar.gz diff --git a/python-python-sql.changes b/python-python-sql.changes index e7514d5..cf0996f 100644 --- a/python-python-sql.changes +++ b/python-python-sql.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 3 15:06:06 UTC 2022 - Axel Braun + +- version 1.4.0 + * Use unittest discover + * Use only column name for INSERT and UPDATE + * Add escape to Like operators + * Add default literal ‘*’ expression to Count + * Add support for Python 3.10 + ------------------------------------------------------------------- Tue Sep 14 10:18:53 UTC 2021 - Axel Braun diff --git a/python-python-sql.spec b/python-python-sql.spec index 72027b9..212931b 100644 --- a/python-python-sql.spec +++ b/python-python-sql.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %define base_name python-sql Name: python-%{base_name} -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Library to write SQL queries License: BSD-3-Clause diff --git a/python-sql-1.3.0.tar.gz b/python-sql-1.3.0.tar.gz deleted file mode 100644 index 0d3389e..0000000 --- a/python-sql-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d603a6273f2f5966bab7ce77e1f50e88818d5237ac85e566e2dc84ebfabd176 -size 32362 diff --git a/python-sql-1.4.0.tar.gz b/python-sql-1.4.0.tar.gz new file mode 100644 index 0000000..31ca76c --- /dev/null +++ b/python-sql-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe764082f48891d857ea7e6fa425fa54f13531ddf6b89f24c098e646ad1b4b6 +size 32599