Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
ddb5069e41 |
BIN
peewee-3.17.6.tar.gz
(Stored with Git LFS)
BIN
peewee-3.17.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
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 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 11:21:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.17.9
|
||||
* Fix incorrect handling of fk constraint name in migrator.
|
||||
* Fix test-only issue that can occur in Python 3.14a4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-peewee
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-peewee
|
||||
Version: 3.17.6
|
||||
Version: 3.17.9
|
||||
Release: 0
|
||||
Summary: An expressive ORM that supports multiple SQL backends
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user