summaryrefslogtreecommitdiff
path: root/databases/py-peewee/distinfo
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-12-12 11:42:25 +0000
committerfhajny <fhajny>2014-12-12 11:42:25 +0000
commit1e254907e9f8ab331bcafba9a95c6a5db6c1873c (patch)
tree5ec6d80628caef9245a00292ee7c404d13a9725f /databases/py-peewee/distinfo
parent18f34f324c23de0817fdd44fe3331b06614e0747 (diff)
downloadpkgsrc-1e254907e9f8ab331bcafba9a95c6a5db6c1873c.tar.gz
Update py-peewee to 2.4.4.
2.4.4 ===== * Backwards-incompatible changes - The argument signature for the SqliteExtDatabase.aggregate() decorator changed so that the aggregate name is the first parameter, and the number of parameters is the second parameter. If no values are specified, peewee will choose the name of the class and an un-specified number of arguments (-1). - The logic for saving a model with a composite key changed slightly. Previously, if a model had a composite primary key and you called save(), only the dirty fields would be saved. * Bugs fixed - #462 - #465, add hook for disabling backref validation. - #466, fix case-sensitive table names with migration module. - #469, save only dirty fields. * New features - Lots of enhancements and cleanup to the playhouse.apsw_ext module. - The playhouse.reflection module now supports introspecting indexes. - Added a model option for disabling backref validation. - Added support for the SQLite closure table extension. - Added support for virtual fields, which act on dynamically-created virtual table fields. - Added a new example: a virtual table implementation that exposes Redis as a relational database table. - Added a module playhouse.sqlite_aggregates that contains a handful of aggregates you may find useful when developing with SQLite. - Small documentation updates here and there. 2.4.3 ===== * Bugs fixed - #466, table names are case sensitive in the SQLite migrations module. - #465, added option to disable backref validation. - #462, use the schema name consistently with postgres reflection. * New features - New model Meta option to disable backref validation. See validate_backrefs. - Added documentation on ordering by calculated values. - Added basic PyPy compatibility. - Added logic to close cursors after they have been exhausted. - Structured and consolidated database metadata introspection, including improvements for introspecting indexes. - Added support to prefetch for traversing up the query tree. - Added introspection option to skip invalid models while introspecting. - Added option to limit the tables introspected. - Added closed connection detection to the MySQL connection pool. - Enhancements to passing options to creating virtual tables with SQLite. - Added factory method for generating Closure tables for use with the transitive_closure SQLite extension. - Added support for loading SQLite extensions. - Numerous test-suite enhancements and new test-cases. 2.4.2 ===== * Bugs fixed - #449, typo in the db_url extension, thanks to @malea for the fix. - #457 and #458, fixed documentation deficiences. * New features - Added support for importing data when using the DataSet extension. - Added an encrypted diary app to the examples. - Better index reconstruction when altering columns on SQLite databases with the migrate module. - Support for multi-column primary keys in the reflection module. - Close cursors more aggressively when executing SELECT queries.
Diffstat (limited to 'databases/py-peewee/distinfo')
-rw-r--r--databases/py-peewee/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-peewee/distinfo b/databases/py-peewee/distinfo
index 9c6087755c3..087f8d411fc 100644
--- a/databases/py-peewee/distinfo
+++ b/databases/py-peewee/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/10/29 13:13:38 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2014/12/12 11:42:25 fhajny Exp $
-SHA1 (peewee-2.4.1.tar.gz) = e76f509f375841c4a4be31cde99379ac23faaf23
-RMD160 (peewee-2.4.1.tar.gz) = 5882aaa1165bfc9dc71fe231fc32a8d9cf2ccac8
-Size (peewee-2.4.1.tar.gz) = 318713 bytes
+SHA1 (peewee-2.4.4.tar.gz) = 64917c4c9df0991dcca88a40910a2617666415fc
+RMD160 (peewee-2.4.4.tar.gz) = f7851247837a48187987cd88b1f993d046ee3766
+Size (peewee-2.4.4.tar.gz) = 334563 bytes