14
0
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:
2024-05-02 16:34:06 +00:00
committed by Git OBS Bridge
parent b9964ae9ea
commit c62428be81
4 changed files with 16 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-peewee
Version: 3.17.1
Version: 3.17.3
Release: 0
Summary: An expressive ORM that supports multiple SQL backends
License: BSD-3-Clause