14
0
forked from pool/python-peewee

Accepting request 1223791 from devel:languages:python

Forwarded request #1223773 from mnhauke

- Update to version 3.17.8
    * Fix regression in behavior of delete_instance() when
      traversing nullable foreign-keys. Introduced in 3.17.6.
    * Fix bug where joins not cloned when going from
      join-less -> joined query.

OBS-URL: https://build.opensuse.org/request/show/1223791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=32
This commit is contained in:
2024-11-14 15:08:00 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 12 19:46:20 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.17.8
* Fix regression in behavior of delete_instance() when
traversing nullable foreign-keys. Introduced in 3.17.6.
* Fix bug where joins not cloned when going from
join-less -> joined query.
-------------------------------------------------------------------
Thu Nov 7 09:08:11 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

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