17
0

4 Commits

Author SHA256 Message Date
ec8904f25b Accepting request 1274191 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1274191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-sql?expand=0&rev=14
2025-05-05 20:25:56 +00:00
e0a80bfbdb - Version 1.6.0 - 2025-05-02
* Fix position of order_by parameters in Select query
  * Add support for weak reference on SQL objects
  * Add support for Python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=28
2025-05-04 07:35:36 +00:00
3ea72a8f86 Accepting request 1219912 from devel:languages:python
- update to 1.5.2:
  * Use parameter for unary operator
  * Support default values when inserting not matched merge
  * Replace assert by ValueError

OBS-URL: https://build.opensuse.org/request/show/1219912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-sql?expand=0&rev=13
2024-11-01 20:04:27 +00:00
fb927b04b3 - update to 1.5.2:
* Use parameter for unary operator
  * Support default values when inserting not matched merge
  * Replace assert by ValueError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-sql?expand=0&rev=26
2024-10-31 16:46:22 +00:00
4 changed files with 5 additions and 12 deletions

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Wed Nov 26 21:11:24 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- Version 1.7.0
* Add support for Python 3.14
* Do not use parameters for COUNT(*)
-------------------------------------------------------------------
Sat May 3 08:43:48 UTC 2025 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-sql
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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-python-sql
Version: 1.7.0
Version: 1.6.0
Release: 0
Summary: Library to write SQL queries
License: BSD-3-Clause

3
python_sql-1.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b34a124e8ad74c53acd97248684b5bfbb4538388f6676662981a327183ec36c
size 39406

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e960b9427b9c61a22ec415cd64c26fca8de756612bfa6b0e7c9ea2aafc6d126
size 39510