- 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:
Dirk Mueller 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

@ -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
View File

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

View File

@ -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>

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