14
0
forked from pool/python-peewee

Accepting request 1032034 from home:yarunachalam:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1032034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=38
This commit is contained in:
2022-10-31 13:23:24 +00:00
committed by Git OBS Bridge
parent 82f3972b85
commit a96ecab26c
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