Received: by mail.netbsd.org (Postfix, from userid 605) id C774E84E62; Mon, 14 May 2018 10:54:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D43584D68 for ; Mon, 14 May 2018 10:54:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 64lvio_sINCa for ; Mon, 14 May 2018 10:54:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA23B84D64 for ; Mon, 14 May 2018 10:54:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 988ECFBEC; Mon, 14 May 2018 10:54:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526295259167250" MIME-Version: 1.0 Date: Mon, 14 May 2018 10:54:19 +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: <20180514105419.988ECFBEC@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. --_----------=_1526295259167250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Mon May 14 10:54:19 UTC 2018 Modified Files: pkgsrc/databases/py-peewee: Makefile distinfo Log Message: databases/py-peewee: Update to 3.3.4. 3.3.4 - Added a BinaryUUIDField class for efficiently storing UUIDs in 16-bytes. - Fix dataset's update_cache() logic so that when updating a single table that was newly-added, we also ensure that all dependent tables are updated at the same time. 3.3.3 - More efficient implementation of model dependency-graph generation. Improves performance of recursively deleting related objects by omitting unnecessary subqueries. - Added union(), union_all(), intersect() and except_() to the Model-specific query implementations. This was an oversight that should have been patched in 3.3.2, but is fixed in 3.3.3. - Major cleanup to test runner and standardized test skipping logic to integrate with standard-library unittest conventions. 3.3.2 - Add methods for union(), union_all, intersect() and except_(). Previously, these methods were only available as operator overloads. - Removed some Python 2.6-specific support code, as 2.6 is no longer officially supported. - Fixed model-graph resolution logic for deferred foreign-keys. - Better support for UPDATE...FROM queries (Postgresql). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/py-peewee/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/py-peewee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526295259167250 Content-Disposition: inline Content-Length: 1688 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.37 pkgsrc/databases/py-peewee/Makefile:1.38 --- pkgsrc/databases/py-peewee/Makefile:1.37 Fri Apr 27 13:52:59 2018 +++ pkgsrc/databases/py-peewee/Makefile Mon May 14 10:54:19 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2018/04/27 13:52:59 fhajny Exp $ +# $NetBSD: Makefile,v 1.38 2018/05/14 10:54:19 fhajny Exp $ -DISTNAME= peewee-3.3.1 +DISTNAME= peewee-3.3.4 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.34 pkgsrc/databases/py-peewee/distinfo:1.35 --- pkgsrc/databases/py-peewee/distinfo:1.34 Fri Apr 27 13:52:59 2018 +++ pkgsrc/databases/py-peewee/distinfo Mon May 14 10:54:19 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2018/04/27 13:52:59 fhajny Exp $ +$NetBSD: distinfo,v 1.35 2018/05/14 10:54:19 fhajny Exp $ -SHA1 (peewee-3.3.1.tar.gz) = 4c21a73a35aae8ea9ebe864f6d0a1587ee8865b7 -RMD160 (peewee-3.3.1.tar.gz) = 9f6456469a4f82b13f85aae21f2c121331500e69 -SHA512 (peewee-3.3.1.tar.gz) = ba9b1754f49077a2e9c7a47f83af958a27b5ce6a81351b383b6905e33c956c8874e18279ffbfaa1a5364fc57e00de0609886616a3973e8baf356dec4c9b756b9 -Size (peewee-3.3.1.tar.gz) = 591882 bytes +SHA1 (peewee-3.3.4.tar.gz) = c09528a05b42040a66579935287e84b0f33aa212 +RMD160 (peewee-3.3.4.tar.gz) = dd51e82436dff559aa82b4947ce4c7a1e6771462 +SHA512 (peewee-3.3.4.tar.gz) = a1b69b71a7cbb96baa9b99f6ad3f991003198919c51db10b2c17c7f2815e24474e1c244eff54f19d89d60ef234b5723d8d7d7cb860af5408e85e4d3a3bec1b3e +Size (peewee-3.3.4.tar.gz) = 593115 bytes --_----------=_1526295259167250--