forked from pool/python-python-sql
Accepting request 917909 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/917909 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-sql?expand=0&rev=6
This commit is contained in:
@@ -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 <axel.braun@gmx.de>
|
Tue Oct 6 08:20:02 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define base_name python-sql
|
%define base_name python-sql
|
||||||
Name: python-%{base_name}
|
Name: python-%{base_name}
|
||||||
Version: 1.2.0
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to write SQL queries
|
Summary: Library to write SQL queries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -44,7 +44,9 @@ python-sql is a library to write SQL queries in a pythonic way.
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
mv sql sql_hide
|
||||||
|
%pyunittest discover -v
|
||||||
|
mv sql_hide sql
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README
|
%doc README
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bde7cd0e83bf90d1d9683c97ec83c0a656353cb7ff3cd788553c34b8f8b8c302
|
|
||||||
size 32053
|
|
3
python-sql-1.2.2.tar.gz
Normal file
3
python-sql-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d916357a0172c35eccac29064cd18cd41616fc60109a37dac0e9d11a0b1183a
|
||||||
|
size 33306
|
Reference in New Issue
Block a user