Accepting request 970474 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/970474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peewee?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2022-04-17 21:50:41 +00:00 committed by Git OBS Bridge
commit 239ba97bd9
4 changed files with 30 additions and 5 deletions

3
peewee-3.14.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc68047b1d413bd0c3a002ebfd55ae8fe620c0d11057fc354f7b5c97fc245de5
size 896121

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d6487a62eca89eb3451a845617254a6646afd2b0180846baaeaf7e1bb3384f4
size 891123

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Apr 16 15:24:55 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <dmueller@suse.com> Sat Nov 13 20:29:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-peewee # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-peewee Name: python-peewee
Version: 3.14.8 Version: 3.14.10
Release: 0 Release: 0
Summary: An expressive ORM that supports multiple SQL backends Summary: An expressive ORM that supports multiple SQL backends
License: BSD-3-Clause License: BSD-3-Clause