forked from pool/python-peewee
- update to 3.17.3:
* Better fix for #2871 (extraneous queries when coercing query to list), and new fix in #2872 for regression in truthiness of cursor. * Full support for `psycopg3`. * Basic support for Sqlite `jsonb`. * Fix bug where calling `list(query)` resulted in extra queries, #2871 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=54
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d04c13ed3ffe22abde2960686a9b40fbf26abf71a3a5df9a0e82a70e07b65b8
|
|
||||||
size 918980
|
|
3
peewee-3.17.3.tar.gz
Normal file
3
peewee-3.17.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fccaf0b61dc88fdfd95526f804fc0f55c09364f2fffaf6d6293c8bd9551227c9
|
||||||
|
size 926892
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 16:33:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.17.3:
|
||||||
|
* Better fix for #2871 (extraneous queries when coercing query
|
||||||
|
to list), and new fix in #2872 for regression in truthiness
|
||||||
|
of cursor.
|
||||||
|
* Full support for `psycopg3`.
|
||||||
|
* Basic support for Sqlite `jsonb`.
|
||||||
|
* Fix bug where calling `list(query)` resulted in extra
|
||||||
|
queries, #2871
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 02:57:29 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon Feb 12 02:57:29 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-peewee
|
Name: python-peewee
|
||||||
Version: 3.17.1
|
Version: 3.17.3
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user