Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CD2921A921F for ; Mon, 7 Mar 2022 18:33:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D8D3B84EBF; Mon, 7 Mar 2022 18:33:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2157E84D9B for ; Mon, 7 Mar 2022 18:33:16 +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 cIUSWvwtroeH for ; Mon, 7 Mar 2022 18:33:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 93C9884D59 for ; Mon, 7 Mar 2022 18:33:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D1C7FB24; Mon, 7 Mar 2022 18:33:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164667799533410" MIME-Version: 1.0 Date: Mon, 7 Mar 2022 18:33:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-peewee To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220307183315.8D1C7FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164667799533410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 7 18:33:15 UTC 2022 Modified Files: pkgsrc/databases/py-peewee: Makefile distinfo Log Message: py-peewee: updated to 3.14.10 3.14.10 * Add shortcut for conditional insert using sub-select * Add convenience `left_outer_join()` method to query. * Add `selected_columns` property to Select queries. * Add `name` property to Alias instances. * Fix regression in tests introduced by change to DataSet in 3.14.9. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/py-peewee/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/databases/py-peewee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164667799533410 Content-Disposition: inline Content-Length: 1666 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.82 pkgsrc/databases/py-peewee/Makefile:1.83 --- pkgsrc/databases/py-peewee/Makefile:1.82 Wed Feb 16 08:53:54 2022 +++ pkgsrc/databases/py-peewee/Makefile Mon Mar 7 18:33:15 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2022/02/16 08:53:54 adam Exp $ +# $NetBSD: Makefile,v 1.83 2022/03/07 18:33:15 adam Exp $ -DISTNAME= peewee-3.14.9 +DISTNAME= peewee-3.14.10 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.67 pkgsrc/databases/py-peewee/distinfo:1.68 --- pkgsrc/databases/py-peewee/distinfo:1.67 Wed Feb 16 08:53:54 2022 +++ pkgsrc/databases/py-peewee/distinfo Mon Mar 7 18:33:15 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.67 2022/02/16 08:53:54 adam Exp $ +$NetBSD: distinfo,v 1.68 2022/03/07 18:33:15 adam Exp $ -BLAKE2s (peewee-3.14.9.tar.gz) = af01c6ae49f0cfff287339188894bc46176d36dc227071062f4d9f49a99405bf -SHA512 (peewee-3.14.9.tar.gz) = 34485788fd908e39664da92a122955a5c1c5d9ad689c518a1ee2a4d4220c4869c3c12e4e455055c4a53517d2cbf446d5310c303e82bfa4dd1bfb77e63897b051 -Size (peewee-3.14.9.tar.gz) = 854691 bytes +BLAKE2s (peewee-3.14.10.tar.gz) = 61fa84eeae5fe9ca4cfab9505c71c1b5e8fda6a9e04e3742d765ada5bf5ac199 +SHA512 (peewee-3.14.10.tar.gz) = 00fe0eb4a34173149150b0f5b3aae707c553b515a005e6e0cf468c28d8071b06a62f419d5744926a9fc96c421ab89f1c87a6e959d0b055eaff4b845e8729f072 +Size (peewee-3.14.10.tar.gz) = 855490 bytes SHA1 (patch-setup.py) = 59788f77a576274de46a2c090a9a0a6ede0e1166 --_----------=_164667799533410--