summaryrefslogtreecommitdiff
path: root/databases/py-peewee/distinfo
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-06-10 17:34:25 +0000
committerfhajny <fhajny>2015-06-10 17:34:25 +0000
commit399c9893ead0ef70ed445bf21862548cc9b37818 (patch)
tree1de9f3fde579accc3153c75ad56284ee4cac09ca /databases/py-peewee/distinfo
parentdbaf5b92983f8fa06d28dff241a73dcfa2cbd0ad (diff)
downloadpkgsrc-399c9893ead0ef70ed445bf21862548cc9b37818.tar.gz
Update databases/py-peewee to 2.6.1.
2.6.1 - #606, support self-referential joins with prefetch and aggregate_rows() methods. - #588, accomodate changes in SQLite's PRAGMA index_list() return value. - #607, fixed bug where pwiz was not passing table names to introspector. - #591, fixed bug with handling of named cursors in older psycopg2 version. - Removed some cruft from the APSWDatabase implementation. - Added CompressedField and AESEncryptedField - #609, #610, added Django-style foreign key ID lookup. - Added support for Hybrid Attributes (cool idea courtesy of SQLAlchemy). - Added upsert keyword argument to the Model.save() function (SQLite only). - #587, added support for ON CONFLICT SQLite clause for INSERT and UPDATE queries. - #601, added hook for programmatically defining table names. - #581, #611, support connection pools with playhouse.db_url.connect(). - Added Contributing section section to docs. 2.6.0 - get_or_create() now returns a 2-tuple consisting of the model instance and a boolean indicating whether the instance was created. The function now behaves just like the Django equivalent. - #574, better support for setting the character encoding on Postgresql database connections. Thanks @klen! - Improved implementation of get_or_create().
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 1c9f9ddb7fb..237e746de5b 100644
--- a/databases/py-peewee/distinfo
+++ b/databases/py-peewee/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2015/04/07 09:51:44 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2015/06/10 17:34:25 fhajny Exp $
-SHA1 (peewee-2.5.1.tar.gz) = 63dab9e93b6a9b7f93764a8ac09f3296be7eee31
-RMD160 (peewee-2.5.1.tar.gz) = b9d2faad18dbe903feed0bb3f8783051bd15ad29
-Size (peewee-2.5.1.tar.gz) = 556698 bytes
+SHA1 (peewee-2.6.1.tar.gz) = 9454702c996ad79f8d20e72a4acc57ff576ab009
+RMD160 (peewee-2.6.1.tar.gz) = 8a270194f38a406e3677d8d3b5d4517af802960d
+Size (peewee-2.6.1.tar.gz) = 567141 bytes