pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-peewee
Module Name: pkgsrc
Committed By: adam
Date: Sun Oct 7 08:42:24 UTC 2018
Modified Files:
pkgsrc/databases/py-peewee: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/py-peewee/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/py-peewee/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-peewee/Makefile
diff -u pkgsrc/databases/py-peewee/Makefile:1.44 pkgsrc/databases/py-peewee/Makefile:1.45
--- pkgsrc/databases/py-peewee/Makefile:1.44 Fri Sep 7 09:01:09 2018
+++ pkgsrc/databases/py-peewee/Makefile Sun Oct 7 08:42:24 2018
@@ -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/}
Index: pkgsrc/databases/py-peewee/distinfo
diff -u pkgsrc/databases/py-peewee/distinfo:1.40 pkgsrc/databases/py-peewee/distinfo:1.41
--- pkgsrc/databases/py-peewee/distinfo:1.40 Fri Sep 7 09:01:09 2018
+++ pkgsrc/databases/py-peewee/distinfo Sun Oct 7 08:42:24 2018
@@ -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