pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-peewee py-peewee: updated to 3.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc2181c66042
branches:  trunk
changeset: 324064:cc2181c66042
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 07 08:42:24 2018 +0000

description:
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:

 databases/py-peewee/Makefile |   4 ++--
 databases/py-peewee/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b598044afea3 -r cc2181c66042 databases/py-peewee/Makefile
--- a/databases/py-peewee/Makefile      Sun Oct 07 08:39:56 2018 +0000
+++ b/databases/py-peewee/Makefile      Sun Oct 07 08:42:24 2018 +0000
@@ -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 -r b598044afea3 -r cc2181c66042 databases/py-peewee/distinfo
--- a/databases/py-peewee/distinfo      Sun Oct 07 08:39:56 2018 +0000
+++ b/databases/py-peewee/distinfo      Sun Oct 07 08:42:24 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index