Received: by mail.netbsd.org (Postfix, from userid 605) id 082FD84D4D; Thu, 1 Mar 2018 11:53:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3129984D62 for ; Thu, 1 Mar 2018 11:53:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PoTLOU5APfZm for ; Thu, 1 Mar 2018 11:52:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3BFDB84D4D for ; Thu, 1 Mar 2018 11:52:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36203FB40; Thu, 1 Mar 2018 11:52:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151990517927210" MIME-Version: 1.0 Date: Thu, 1 Mar 2018 11:52:59 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/py-peewee To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20180301115259.36203FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151990517927210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Thu Mar 1 11:52:59 UTC 2018 Modified Files: pkgsrc/databases/py-peewee: Makefile PLIST distinfo Log Message: databases/py-peewee: Update to 3.1.1. - Fixed bug when using Model.alias() when the model defined a particular database schema. - Added SchemaManager.create_foreign_key API to simplify adding constraints when dealing with circular foreign-key relationships. - Improved implementation of Migrator.add_foreign_key_constraint so that it can be used with Postgresql (in addition to MySQL). - Added PickleField to the playhouse.fields module. Docs. - Fixed bug in implementation of CompressedField when using Python 3. - Added KeyValue API in playhouse.kv module. Docs. - More test cases for joining on sub-selects or common table expressions. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/py-peewee/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/py-peewee/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/py-peewee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151990517927210 Content-Disposition: inline Content-Length: 2517 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-peewee/Makefile diff -u pkgsrc/databases/py-peewee/Makefile:1.26 pkgsrc/databases/py-peewee/Makefile:1.27 --- pkgsrc/databases/py-peewee/Makefile:1.26 Tue Feb 27 10:49:49 2018 +++ pkgsrc/databases/py-peewee/Makefile Thu Mar 1 11:52:59 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2018/02/27 10:49:49 fhajny Exp $ +# $NetBSD: Makefile,v 1.27 2018/03/01 11:52:59 fhajny Exp $ -DISTNAME= peewee-3.1.0 +DISTNAME= peewee-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=coleifer/} Index: pkgsrc/databases/py-peewee/PLIST diff -u pkgsrc/databases/py-peewee/PLIST:1.13 pkgsrc/databases/py-peewee/PLIST:1.14 --- pkgsrc/databases/py-peewee/PLIST:1.13 Fri Feb 2 16:00:33 2018 +++ pkgsrc/databases/py-peewee/PLIST Thu Mar 1 11:52:59 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2018/02/02 16:00:33 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.14 2018/03/01 11:52:59 fhajny Exp $ bin/pwiz${PYVERSSUFFIX} ${PYSITELIB}/peewee.py ${PYSITELIB}/peewee.pyc @@ -27,6 +27,9 @@ ${PYSITELIB}/playhouse/flask_utils.pyo ${PYSITELIB}/playhouse/hybrid.py ${PYSITELIB}/playhouse/hybrid.pyc ${PYSITELIB}/playhouse/hybrid.pyo +${PYSITELIB}/playhouse/kv.py +${PYSITELIB}/playhouse/kv.pyc +${PYSITELIB}/playhouse/kv.pyo ${PYSITELIB}/playhouse/migrate.py ${PYSITELIB}/playhouse/migrate.pyc ${PYSITELIB}/playhouse/migrate.pyo Index: pkgsrc/databases/py-peewee/distinfo diff -u pkgsrc/databases/py-peewee/distinfo:1.25 pkgsrc/databases/py-peewee/distinfo:1.26 --- pkgsrc/databases/py-peewee/distinfo:1.25 Tue Feb 27 10:49:49 2018 +++ pkgsrc/databases/py-peewee/distinfo Thu Mar 1 11:52:59 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2018/02/27 10:49:49 fhajny Exp $ +$NetBSD: distinfo,v 1.26 2018/03/01 11:52:59 fhajny Exp $ -SHA1 (peewee-3.1.0.tar.gz) = e4e40e47bf9d0e7c61bb6f6fb433c35a1896c831 -RMD160 (peewee-3.1.0.tar.gz) = 790880abc49003f800e780730259ba70cb0479e9 -SHA512 (peewee-3.1.0.tar.gz) = 628eea27d51017a6ab87aae9ae851d749b0f437fe1806957b23408ad3c97bbb93e5b84c66c5e70bfb7b55c9f29a0c517b84e65adc0f979da450987d670661e84 -Size (peewee-3.1.0.tar.gz) = 705099 bytes +SHA1 (peewee-3.1.1.tar.gz) = 24b0bac18d01b27014d953eb6b127b3fad886934 +RMD160 (peewee-3.1.1.tar.gz) = f00a5ed3abe41b4f21c0171a9123317f8a94b59d +SHA512 (peewee-3.1.1.tar.gz) = 8280b87e9e879ab489b02eeddc06f494fd88715c9b4dd0db34a67170745129adaad78b6987427187d9fffffb9b07d72f74e3df85871cf8ea1951d0b648dd8e10 +Size (peewee-3.1.1.tar.gz) = 711178 bytes --_----------=_151990517927210--