diff --git a/python-python-sql.changes b/python-python-sql.changes index 05e4a6e..ab26bc2 100644 --- a/python-python-sql.changes +++ b/python-python-sql.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Sep 10 07:14:18 UTC 2021 - pgajdos@suse.com + +- version update to 1.2.2 + Version 1.2.2 - 2021-05-16 + * Escape table and column names containing double quote + * Use alias on the main table used in UPDATE and INSERT + * Add support for Python 3.9 + Version 1.2.1 - 2020-10-08 + * Fix AttributeError in Select.params with windows + ------------------------------------------------------------------- Tue Oct 6 08:20:02 UTC 2020 - Axel Braun diff --git a/python-python-sql.spec b/python-python-sql.spec index a7a5176..7877980 100644 --- a/python-python-sql.spec +++ b/python-python-sql.spec @@ -1,7 +1,7 @@ # -# spec file for package python-python-sql +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define base_name python-sql Name: python-%{base_name} -Version: 1.2.0 +Version: 1.2.2 Release: 0 Summary: Library to write SQL queries License: BSD-3-Clause @@ -44,7 +44,9 @@ python-sql is a library to write SQL queries in a pythonic way. %python_install %check -%python_exec setup.py test +mv sql sql_hide +%pyunittest discover -v +mv sql_hide sql %files %{python_files} %doc README diff --git a/python-sql-1.2.0.tar.gz b/python-sql-1.2.0.tar.gz deleted file mode 100644 index 4f73293..0000000 --- a/python-sql-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bde7cd0e83bf90d1d9683c97ec83c0a656353cb7ff3cd788553c34b8f8b8c302 -size 32053 diff --git a/python-sql-1.2.2.tar.gz b/python-sql-1.2.2.tar.gz new file mode 100644 index 0000000..c151451 --- /dev/null +++ b/python-sql-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d916357a0172c35eccac29064cd18cd41616fc60109a37dac0e9d11a0b1183a +size 33306