From 52b49642ccd603d03f390cecb2aa367933d6e16c148f6e96426839f2f9624608 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Jun 2024 20:18:03 +0000 Subject: [PATCH] - update to 3.17.5: * Fixes package installation issue on 3.12 and newer introduced in the last version. - update to 3.17.4: * Fix bug that could occur when using CASE inside a function, and one or more of the CASE clauses consisted of a subquery. Refs #2873. new fix in #2872 for regression in truthiness of cursor. * Fix bug in the conversion of TIMESTAMP type in Sqlite on Python 3.12+. * Fix for hybrid properties on subclasses when aliased (#2888). * Many fixes for SqliteQueueDatabase (#2874, #2876, #2877). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=56 --- peewee-3.17.3.tar.gz | 3 --- peewee-3.17.5.tar.gz | 3 +++ python-peewee.changes | 16 ++++++++++++++++ python-peewee.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 peewee-3.17.3.tar.gz create mode 100644 peewee-3.17.5.tar.gz diff --git a/peewee-3.17.3.tar.gz b/peewee-3.17.3.tar.gz deleted file mode 100644 index 23ab32b..0000000 --- a/peewee-3.17.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fccaf0b61dc88fdfd95526f804fc0f55c09364f2fffaf6d6293c8bd9551227c9 -size 926892 diff --git a/peewee-3.17.5.tar.gz b/peewee-3.17.5.tar.gz new file mode 100644 index 0000000..906f5bf --- /dev/null +++ b/peewee-3.17.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f365b8bf27a0a492cf577bf673b785f1a2ba14977d065cc933748a7137a1f0 +size 927674 diff --git a/python-peewee.changes b/python-peewee.changes index 379a0fa..6c8891b 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jun 6 20:17:28 UTC 2024 - Dirk Müller + +- update to 3.17.5: + * Fixes package installation issue on 3.12 and newer introduced + in the last version. +- update to 3.17.4: + * Fix bug that could occur when using CASE inside a function, + and one or more of the CASE clauses consisted of a subquery. + Refs #2873. new fix in #2872 for regression in truthiness of + cursor. + * Fix bug in the conversion of TIMESTAMP type in Sqlite on + Python 3.12+. + * Fix for hybrid properties on subclasses when aliased (#2888). + * Many fixes for SqliteQueueDatabase (#2874, #2876, #2877). + ------------------------------------------------------------------- Thu May 2 16:33:48 UTC 2024 - Dirk Müller diff --git a/python-peewee.spec b/python-peewee.spec index 917e7f3..3cd07b5 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-peewee -Version: 3.17.3 +Version: 3.17.5 Release: 0 Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause