From f3def603c17aed091471f9e1e35e120186378be72dfa0e770ab32cdecdf1f9a9 Mon Sep 17 00:00:00 2001 From: Alexei Podvalsky Date: Wed, 4 Jul 2018 14:47:28 +0000 Subject: [PATCH] Accepting request 620633 from home:awissu:branches:devel:languages:python - Update to 3.5.2: * New guide to using window functions in Peewee. * New and improved table name auto-generation. * Allow passing single fields/columns to window function order_by and partition_by arguments. * Support for FILTER (WHERE...) clauses with window functions and aggregates. * Added IdentityField class suitable for use with Postgres 10's new identity column type. * Fixed bug creating indexes on tables that are in attached databases (SQLite). * Fixed obscure bug when using prefetch() and ModelAlias to populate a back-reference related model. - Change in 3.5.1: * New documentation for working with relationships in Peewee. * Improved tests and documentation for MySQL upsert functionality. * Allow database parameter to be specified with ModelSelect.get() method. For discussion, see #1620. * Add QualifiedNames helper to peewee module exports. * Add temporary= meta option to support temporary tables. * Allow a Database object to be passed to constructor of DataSet helper. OBS-URL: https://build.opensuse.org/request/show/620633 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=3 --- peewee-3.5.0.tar.gz | 3 --- peewee-3.5.2.tar.gz | 3 +++ python-peewee.changes | 26 ++++++++++++++++++++++++++ python-peewee.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 peewee-3.5.0.tar.gz create mode 100644 peewee-3.5.2.tar.gz diff --git a/peewee-3.5.0.tar.gz b/peewee-3.5.0.tar.gz deleted file mode 100644 index ef3aae8..0000000 --- a/peewee-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bd76cf2f7fdda898ed5235774f6edd8104a712ecad9883ba91dfef8ad85d3e3 -size 595661 diff --git a/peewee-3.5.2.tar.gz b/peewee-3.5.2.tar.gz new file mode 100644 index 0000000..d562a31 --- /dev/null +++ b/peewee-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1899c247c22c7289614eb4711bf4df450277f6e39b6560d9205edb7f4692432a +size 761485 diff --git a/python-peewee.changes b/python-peewee.changes index 2bd48c4..9727bc8 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jul 4 13:37:37 UTC 2018 - avvissu@yandex.by + +- Update to 3.5.2: + * New guide to using window functions in Peewee. + * New and improved table name auto-generation. + * Allow passing single fields/columns to window function + order_by and partition_by arguments. + * Support for FILTER (WHERE...) clauses with window functions + and aggregates. + * Added IdentityField class suitable for use with Postgres 10's + new identity column type. + * Fixed bug creating indexes on tables that are in attached + databases (SQLite). + * Fixed obscure bug when using prefetch() and ModelAlias to + populate a back-reference related model. +- Change in 3.5.1: + * New documentation for working with relationships in Peewee. + * Improved tests and documentation for MySQL upsert functionality. + * Allow database parameter to be specified with ModelSelect.get() + method. For discussion, see #1620. + * Add QualifiedNames helper to peewee module exports. + * Add temporary= meta option to support temporary tables. + * Allow a Database object to be passed to constructor of + DataSet helper. + ------------------------------------------------------------------- Sat Jun 23 19:32:23 UTC 2018 - avvissu@yandex.by diff --git a/python-peewee.spec b/python-peewee.spec index b3c5cf9..9e16254 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-peewee -Version: 3.5.0 +Version: 3.5.2 Release: 0 Summary: A small expressive orm supports postgresql, mysql and sqlite License: BSD-3-Clause