forked from pool/python-peewee
Accepting request 1198059 from devel:languages:python
- update to 3.17.6: * Fix bug in recursive `model.delete_instance()` when a table contains foreign-keys at multiple depths of the graph * Fix regression in pool behavior on systems where `time.time()` returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem. * Ensure that subqueries inside `CASE` statements generate correct SQL. * Fix regression that broke server-side cursors with Postgres * Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the `Connection` instance. * Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults. OBS-URL: https://build.opensuse.org/request/show/1198059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=29
This commit is contained in:
commit
ddf90e64fe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2f365b8bf27a0a492cf577bf673b785f1a2ba14977d065cc933748a7137a1f0
|
|
||||||
size 927674
|
|
3
peewee-3.17.6.tar.gz
Normal file
3
peewee-3.17.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:81c7c88f17141d653009f1ac63438b919dc3c86ce38f6dc06a0b9ff99e90cb62
|
||||||
|
size 929364
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 31 12:12:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.17.6:
|
||||||
|
* Fix bug in recursive `model.delete_instance()` when a table
|
||||||
|
contains foreign-keys at multiple depths of the graph
|
||||||
|
* Fix regression in pool behavior on systems where
|
||||||
|
`time.time()` returns identical values for two connections.
|
||||||
|
This adds a no-op comparable sentinel to the heap to prevent
|
||||||
|
any recurrence of this problem.
|
||||||
|
* Ensure that subqueries inside `CASE` statements generate
|
||||||
|
correct SQL.
|
||||||
|
* Fix regression that broke server-side cursors with Postgres
|
||||||
|
* Fix to ensure compatibility with psycopg3 - the libpq
|
||||||
|
TransactionStatus constants are no longer available on the
|
||||||
|
`Connection` instance.
|
||||||
|
* Fix quoting issue in pwiz that could generate invalid python
|
||||||
|
code for double-quoted string literals used as column defaults.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 20:17:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 6 20:17:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-peewee
|
Name: python-peewee
|
||||||
Version: 3.17.5
|
Version: 3.17.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An expressive ORM that supports multiple SQL backends
|
Summary: An expressive ORM that supports multiple SQL backends
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user