14
0

Accepting request 917894 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/917894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=13
This commit is contained in:
2021-09-10 09:02:32 +00:00
committed by Git OBS Bridge
parent 49703b75a9
commit 1ecc916566
4 changed files with 20 additions and 7 deletions

View File

@@ -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