forked from pool/python-peewee
Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 71bae56c0d | |||
| d31c333775 | |||
| 8e17bddc9e | |||
| de8052922c | |||
| 1916d39f1a | |||
| 868c430edb | |||
| 694380c467 | |||
| b0e11b5b05 | |||
| 5b86e92f72 | |||
| ddf90e64fe | |||
| 9e46d3e376 |
BIN
peewee-3.17.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
peewee-3.17.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20f5ca85d46f0c251cba5ab6f734b09e89ea77af56ad66708225bc7d4331f4c7
|
||||
size 931233
|
||||
@@ -3,34 +3,6 @@ Thu Aug 21 15:33:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives on SLE-16-based and newer systems only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 03:14:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 3.18.2:
|
||||
* Support Cython 3.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 07:29:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 21:01:49 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.18.1:
|
||||
* The behavior of `postgresql_ext.BinaryJSONField.contains()`
|
||||
has changed. Previously, passing a string to this method
|
||||
would perform a JSON key exists check (`?` operator) instead
|
||||
of JSON contains (`@>` operator). As of 3.18.0,
|
||||
this special-case has been **removed** and the `contains()`
|
||||
method always uses the JSONB contains operator (`@>`).
|
||||
For the **old** behavior of checking whether a key exists,
|
||||
use the `BinaryJSONField.has_key()`
|
||||
* Add options to URL-unquote user and password when using the
|
||||
`db_url` helpers
|
||||
* Support using `postgresql://` URLs when connecting to
|
||||
psycopg3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 11:21:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-peewee
|
||||
Version: 3.18.2
|
||||
Version: 3.17.9
|
||||
Release: 0
|
||||
Summary: An expressive ORM that supports multiple SQL backends
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user