diff --git a/peewee-3.8.2.tar.gz b/peewee-3.8.2.tar.gz deleted file mode 100644 index 8e598d0..0000000 --- a/peewee-3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f8e3f512ee0d4e2d9c2008ea446d69e23c9535466367b991d452825a1ddb654 -size 816562 diff --git a/peewee-3.9.3.tar.gz b/peewee-3.9.3.tar.gz new file mode 100644 index 0000000..596e4b3 --- /dev/null +++ b/peewee-3.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603337153536b85c3c5b5e84df4ae0f9cbaff09163a3739451d167e0ad3fe1f7 +size 2232112 diff --git a/python-peewee.changes b/python-peewee.changes index f3c1e21..cc89408 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Mar 24 05:54:34 UTC 2019 - Alexei Podvalsky + +- Update to 3.9.3: + * Added cross-database support for NULLS FIRST/LAST when specifying + the ordering for a query. Previously this was only supported for + Postgres. + * Added EXCLUDED helper for referring to the EXCLUDED namespace + used with INSERT...ON CONFLICT queries, when referencing values in + the conflicting row data. + * Added helper method to the model Metadata class for setting the + table name at run-time. Setting the Model._meta.table_name directly + may have appeared to work in some situations, but could lead to + subtle bugs. The new API is Model._meta.set_table_name(). + * Enhanced helpers for working with Peewee interactively, see doc. + * Fix cache invalidation bug in DataSet that was originally reported + on the sqlite-web project. + * New example script implementing a hexastore. + ------------------------------------------------------------------- Fri Jan 18 22:09:07 UTC 2019 - Alexei Podvalsky diff --git a/python-peewee.spec b/python-peewee.spec index 714716b..f503673 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.8.2 +Version: 3.9.3 Release: 0 Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause