Received: by mail.netbsd.org (Postfix, from userid 605) id 4C64585130; Fri, 12 Mar 2021 12:54:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FE848512B for ; Fri, 12 Mar 2021 12:54:57 +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 pRJpG4jcXGcr for ; Fri, 12 Mar 2021 12:54:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F30D084D44 for ; Fri, 12 Mar 2021 12:54:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC2AAFA95; Fri, 12 Mar 2021 12:54:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615553696269570" MIME-Version: 1.0 Date: Fri, 12 Mar 2021 12:54:56 +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: <20210312125456.EC2AAFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615553696269570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 12 12:54:56 UTC 2021 Modified Files: pkgsrc/databases/py-peewee: Makefile distinfo Log Message: py-peewee: updated to 3.14.3 3.14.3 This release contains a single fix for ensuring NULL values are inserted when issuing a bulk-insert of heterogeneous dictionaries which may be missing explicit NULL values. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/databases/py-peewee/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/databases/py-peewee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615553696269570 Content-Disposition: inline Content-Length: 1757 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.73 pkgsrc/databases/py-peewee/Makefile:1.74 --- pkgsrc/databases/py-peewee/Makefile:1.73 Fri Mar 5 07:54:16 2021 +++ pkgsrc/databases/py-peewee/Makefile Fri Mar 12 12:54:56 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2021/03/05 07:54:16 adam Exp $ +# $NetBSD: Makefile,v 1.74 2021/03/12 12:54:56 adam Exp $ -DISTNAME= peewee-3.14.2 +DISTNAME= peewee-3.14.3 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.60 pkgsrc/databases/py-peewee/distinfo:1.61 --- pkgsrc/databases/py-peewee/distinfo:1.60 Fri Mar 5 07:54:16 2021 +++ pkgsrc/databases/py-peewee/distinfo Fri Mar 12 12:54:56 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.60 2021/03/05 07:54:16 adam Exp $ +$NetBSD: distinfo,v 1.61 2021/03/12 12:54:56 adam Exp $ -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 (peewee-3.14.3.tar.gz) = 1802d00cc4ece7b991083e3819320dbc01244c1b +RMD160 (peewee-3.14.3.tar.gz) = 0fd50c33e8ab9c206da8f59631812f9818af11d1 +SHA512 (peewee-3.14.3.tar.gz) = 6fb8de8b0876fcadf28ac474ffb8b129fe76eeaa2ba3c66a6c9a5c50ea703511624f3444578cb019d19b71b9203140cca3db73745acc871d8fe8ec3a380330cd +Size (peewee-3.14.3.tar.gz) = 2292414 bytes SHA1 (patch-setup.py) = 59788f77a576274de46a2c090a9a0a6ede0e1166 --_----------=_1615553696269570--