Received: by mail.netbsd.org (Postfix, from userid 605) id F0DA484D16; Fri, 5 Mar 2021 07:54:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35D2A84CF1 for ; Fri, 5 Mar 2021 07:54:17 +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 A_d2HRdTo54L for ; Fri, 5 Mar 2021 07:54:16 +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 AB28F84CDB for ; Fri, 5 Mar 2021 07:54:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F601FA95; Fri, 5 Mar 2021 07:54:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614930856258500" MIME-Version: 1.0 Date: Fri, 5 Mar 2021 07:54:16 +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: <20210305075416.9F601FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614930856258500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 5 07:54:16 UTC 2021 Modified Files: pkgsrc/databases/py-peewee: Makefile distinfo Log Message: py-peewee: updated to 3.14.2 3.14.2 This is a small release mainly to get some fixes out. * Support for named `Check` and foreign-key constraints. * Better foreign-key introspection for CockroachDB (and Postgres). * Register UUID adapter for Postgres. * Add `fn.array_agg()` to blacklist for automatic value coercion. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/databases/py-peewee/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/py-peewee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614930856258500 Content-Disposition: inline Content-Length: 1756 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.72 pkgsrc/databases/py-peewee/Makefile:1.73 --- pkgsrc/databases/py-peewee/Makefile:1.72 Mon Feb 8 06:17:13 2021 +++ pkgsrc/databases/py-peewee/Makefile Fri Mar 5 07:54:16 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2021/02/08 06:17:13 adam Exp $ +# $NetBSD: Makefile,v 1.73 2021/03/05 07:54:16 adam Exp $ -DISTNAME= peewee-3.14.1 +DISTNAME= peewee-3.14.2 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.59 pkgsrc/databases/py-peewee/distinfo:1.60 --- pkgsrc/databases/py-peewee/distinfo:1.59 Mon Feb 8 06:17:13 2021 +++ pkgsrc/databases/py-peewee/distinfo Fri Mar 5 07:54:16 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.59 2021/02/08 06:17:13 adam Exp $ +$NetBSD: distinfo,v 1.60 2021/03/05 07:54:16 adam Exp $ -SHA1 (peewee-3.14.1.tar.gz) = e78fb392f5ed28f0778d77faaf7dc1d59618552a -RMD160 (peewee-3.14.1.tar.gz) = 9ab0b4ba60e59580ac4b8c1ae1162cfb47aa4072 -SHA512 (peewee-3.14.1.tar.gz) = 5780c115e570c759dbf2f0482cf002110161c234670e4d35ae207cee3bcbcc40d85fbb73773e55c64be69ba23cae703c4944e7ea64e09bc5385b0b3aa1cf297b -Size (peewee-3.14.1.tar.gz) = 866127 bytes +SHA1 (peewee-3.14.2.tar.gz) = 5ce2e0c2431b4f64259fcdd3b55c296afccfaacb +RMD160 (peewee-3.14.2.tar.gz) = 3fca4fc0b5018fb27e9b02b379e78619d1949568 +SHA512 (peewee-3.14.2.tar.gz) = 76d1f82c6b83aa0b552694c375f2436108bedb6bbabc01a928961997e797c001d5134c4b58e820d57c9f40a7d477360f991ea0de895c107fada6f9d6696f57ea +Size (peewee-3.14.2.tar.gz) = 866659 bytes SHA1 (patch-setup.py) = 59788f77a576274de46a2c090a9a0a6ede0e1166 --_----------=_1614930856258500--