From 4329b47e325acaef0914bd7a1721aca544a8b403c12d982f89561e816e75331a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 16 Apr 2022 22:53:08 +0000 Subject: [PATCH] Accepting request 970473 from home:mcepl:branches:devel:languages:python:flask - Update to 3.14.10: - Add shortcut for conditional insert using sub-select - Add convenience left_outer_join() method to query. - Add selected_columns property to Select queries. - Add name property to Alias instances. - Fix regression in tests introduced by change to DataSet in 3.14.9. - Allow calling table_exists() with a model-class, refs - Improve is_connection_usable() method of MySQLDatabase class. - Better support for VIEWs with playhouse.dataset.DataSet and sqlite-web. - Support INSERT / ON CONFLICT in playhosue.kv for newer Sqlite. - Add ArrayField.contained_by() method, a corollary to contains() and the contains_any() methods. - Support cyclical foreign-key relationships in reflection/introspection, and also for sqlite-web. - Add magic methods for FTS5 field to optimize, rebuild and integrity check the full-text index. - Add fallbacks in setup.py in the event distutils is not available. OBS-URL: https://build.opensuse.org/request/show/970473 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=34 --- peewee-3.14.10.tar.gz | 3 +++ peewee-3.14.8.tar.gz | 3 --- python-peewee.changes | 25 +++++++++++++++++++++++++ python-peewee.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 peewee-3.14.10.tar.gz delete mode 100644 peewee-3.14.8.tar.gz diff --git a/peewee-3.14.10.tar.gz b/peewee-3.14.10.tar.gz new file mode 100644 index 0000000..934d1fb --- /dev/null +++ b/peewee-3.14.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc68047b1d413bd0c3a002ebfd55ae8fe620c0d11057fc354f7b5c97fc245de5 +size 896121 diff --git a/peewee-3.14.8.tar.gz b/peewee-3.14.8.tar.gz deleted file mode 100644 index d0e698b..0000000 --- a/peewee-3.14.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d6487a62eca89eb3451a845617254a6646afd2b0180846baaeaf7e1bb3384f4 -size 891123 diff --git a/python-peewee.changes b/python-peewee.changes index e885af3..74a89cc 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Apr 16 15:24:55 UTC 2022 - Matej Cepl + +- Update to 3.14.10: + - Add shortcut for conditional insert using sub-select + - Add convenience left_outer_join() method to query. + - Add selected_columns property to Select queries. + - Add name property to Alias instances. + - Fix regression in tests introduced by change to DataSet in + 3.14.9. + - Allow calling table_exists() with a model-class, refs + - Improve is_connection_usable() method of MySQLDatabase class. + - Better support for VIEWs with playhouse.dataset.DataSet and + sqlite-web. + - Support INSERT / ON CONFLICT in playhosue.kv for newer + Sqlite. + - Add ArrayField.contained_by() method, a corollary to + contains() and the contains_any() methods. + - Support cyclical foreign-key relationships in + reflection/introspection, and also for sqlite-web. + - Add magic methods for FTS5 field to optimize, rebuild and + integrity check the full-text index. + - Add fallbacks in setup.py in the event distutils is not + available. + ------------------------------------------------------------------- Sat Nov 13 20:29:16 UTC 2021 - Dirk Müller diff --git a/python-peewee.spec b/python-peewee.spec index 6ce0fd0..27f8369 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -1,7 +1,7 @@ # # spec file for package python-peewee # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-peewee -Version: 3.14.8 +Version: 3.14.10 Release: 0 Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause