diff options
author | adam <adam@pkgsrc.org> | 2018-10-07 08:42:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-07 08:42:24 +0000 |
commit | e3f202b343b0ca36efc7bdfe3ac04cd5b7c529fe (patch) | |
tree | 6eaf3b40e32d6a568dbef5bb0f35930422a4be21 /databases | |
parent | da11418040bb44d185b500c7fef3d92419e60ef0 (diff) | |
download | pkgsrc-e3f202b343b0ca36efc7bdfe3ac04cd5b7c529fe.tar.gz |
py-peewee: updated to 3.7.1
3.7.1:
New features
* Added table_settings model Meta option, which should be a list of strings
specifying additional options for CREATE TABLE, which are placed *after*
the closing parentheses.
* Allow specification of on_update and on_delete behavior for many-to-many
relationships when using ManyToManyField.
Bugfixes
* Fixed incorrect SQL generation for Postgresql ON CONFLICT clause when the
conflict_target is a named constraint (rather than an index expression). This
introduces a new keyword-argument to the on_conflict() method:
conflict_constraint, which is currently only supported by Postgresql.
* Fixed incorrect SQL for sub-selects used on the right side of IN
expressions. Previously the query would be assigned an alias, even though an
alias was not needed.
* Fixed incorrect SQL generation for Model indexes which contain SQL functions
as indexed columns.
* Fixed bug in the generation of special queries used to perform operations on
SQLite FTS5 virtual tables.
* Allow frozenset to be correctly parameterized as a list of values.
* Allow multi-value INSERT queries to specify columns as a list of strings.
* Support CROSS JOIN for model select queries.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-peewee/Makefile | 4 | ||||
-rw-r--r-- | databases/py-peewee/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile index e02d7377d5e..f0ded156f36 100644 --- a/databases/py-peewee/Makefile +++ b/databases/py-peewee/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2018/09/07 09:01:09 adam Exp $ +# $NetBSD: Makefile,v 1.45 2018/10/07 08:42:24 adam Exp $ -DISTNAME= peewee-3.7.0 +DISTNAME= peewee-3.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=p/peewee/} diff --git a/databases/py-peewee/distinfo b/databases/py-peewee/distinfo index d90d4cc01f5..8595efdb007 100644 --- a/databases/py-peewee/distinfo +++ b/databases/py-peewee/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.40 2018/09/07 09:01:09 adam Exp $ +$NetBSD: distinfo,v 1.41 2018/10/07 08:42:24 adam Exp $ -SHA1 (peewee-3.7.0.tar.gz) = b46c48ee8a69d02678ea1ec99143b7192c3f2b7c -RMD160 (peewee-3.7.0.tar.gz) = ed4d9c0b99214f85a79b36eabccd588d04fa07a8 -SHA512 (peewee-3.7.0.tar.gz) = 770a86cf4ee6bb7c8bdfaa63d2dea243fe46baeca181fa8349f95b071e3629e6abb63b9e95e4c215d8b3e793d6ee0e038c648d2a1b1dda581a8dc1c3af4b8843 -Size (peewee-3.7.0.tar.gz) = 2166066 bytes +SHA1 (peewee-3.7.1.tar.gz) = 4781a13627eb4ac002faed854155316272c31bc7 +RMD160 (peewee-3.7.1.tar.gz) = 8106a17f8a749f5ac8b0d9673118eac1eb986163 +SHA512 (peewee-3.7.1.tar.gz) = 3d9ae7bf68c115a1a22f4f11460f2cb8c2f57be7757694ef4ee0d3d9d7f38c9b64f4be9afccbf7a17884b3feb0a38648b44daffe328eeb96dc5adb637aed36c6 +Size (peewee-3.7.1.tar.gz) = 2167702 bytes |