Accepting request 1032500 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1032500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2022-11-01 12:42:16 +00:00 committed by Git OBS Bridge
commit f42fad7adf
4 changed files with 8 additions and 5 deletions

View File

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

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

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

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Fri Oct 28 19:52:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.15.3
Add scalars() query method (complements scalar()), roughly equivalent to writing [t[0] for t in query.tuples()].
@ -8,6 +8,9 @@ Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Fix innocuous failing Sqlite test on big-endian machines.
View commits
-------------------------------------------------------------------
Tue Oct 4 22:59:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.15.2
Fix bug where field-specific conversions were being applied to the pattern used for LIKE / ILIKE operations. Refs #2609
Fix possible infinite loop when accidentally invoking the __iter__ method on certain Column subclasses. Refs #2606

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-peewee
Version: 3.15.2
Version: 3.15.3
Release: 0
Summary: An expressive ORM that supports multiple SQL backends
License: BSD-3-Clause