Accepting request 1222054 from devel:languages:python

- 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/request/show/1222054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-11-07 15:28:14 +00:00 committed by Git OBS Bridge
commit 868c430edb
4 changed files with 13 additions and 4 deletions

BIN
peewee-3.17.6.tar.gz (Stored with Git LFS)

Binary file not shown.

3
peewee-3.17.7.tar.gz Normal file
View File

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

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> Wed Oct 30 12:42:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-peewee Name: python-peewee
Version: 3.17.6 Version: 3.17.7
Release: 0 Release: 0
Summary: An expressive ORM that supports multiple SQL backends Summary: An expressive ORM that supports multiple SQL backends
License: MIT License: MIT