14
0
forked from pool/python-peewee

- update to 3.17.7:

* Add db_url support for psycopg3 via `psycopg3://`.
  * Ensure double-quotes are escaped properly when introspecting
    constraints.
  * A few documentation-related fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=62
This commit is contained in:
2024-11-07 09:08:24 +00:00
committed by Git OBS Bridge
parent 821fbbabbd
commit 84719a9de1
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 7 09:08:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.17.7:
* Add db_url support for psycopg3 via `psycopg3://`.
* Ensure double-quotes are escaped properly when introspecting
constraints.
* A few documentation-related fixes.
-------------------------------------------------------------------
Wed Oct 30 12:42:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>