Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3D1884EED for ; Thu, 12 Oct 2023 15:33:35 +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 Gzxj6MMx0PVd for ; Thu, 12 Oct 2023 15:33:35 +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 4528684CD7 for ; Thu, 12 Oct 2023 15:33:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42B89FADC; Thu, 12 Oct 2023 15:33:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16971248151820" MIME-Version: 1.0 Date: Thu, 12 Oct 2023 15:33:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-braintree To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231012153335.42B89FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16971248151820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 12 15:33:35 UTC 2023 Modified Files: pkgsrc/finance/py-braintree: Makefile distinfo Log Message: py-braintree: updated to 4.23.0 4.23.0 Deprecate evidenceSubmittable in Dispute Add missing escape calls in generator for: list bool integer datetime To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/finance/py-braintree/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/finance/py-braintree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16971248151820 Content-Disposition: inline Content-Length: 1629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-braintree/Makefile diff -u pkgsrc/finance/py-braintree/Makefile:1.49 pkgsrc/finance/py-braintree/Makefile:1.50 --- pkgsrc/finance/py-braintree/Makefile:1.49 Wed Aug 30 13:04:19 2023 +++ pkgsrc/finance/py-braintree/Makefile Thu Oct 12 15:33:35 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2023/08/30 13:04:19 adam Exp $ +# $NetBSD: Makefile,v 1.50 2023/10/12 15:33:35 adam Exp $ -DISTNAME= braintree-4.22.0 +DISTNAME= braintree-4.23.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=b/braintree/} Index: pkgsrc/finance/py-braintree/distinfo diff -u pkgsrc/finance/py-braintree/distinfo:1.50 pkgsrc/finance/py-braintree/distinfo:1.51 --- pkgsrc/finance/py-braintree/distinfo:1.50 Wed Aug 30 13:04:19 2023 +++ pkgsrc/finance/py-braintree/distinfo Thu Oct 12 15:33:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.50 2023/08/30 13:04:19 adam Exp $ +$NetBSD: distinfo,v 1.51 2023/10/12 15:33:35 adam Exp $ -BLAKE2s (braintree-4.22.0.tar.gz) = 5c0e4ffd879bdc2bd9cfb884e8f1d07891c4c1ebdebf8c3bb075379671b1b853 -SHA512 (braintree-4.22.0.tar.gz) = ba84b3b62e32e26dc4f9b3a01c6c128784274ae6b84998d4cc2666eb2670825af0caf8fdb76968eaea1181d65f29261f0a0c2eb5183e1efcc41b988ae26338da -Size (braintree-4.22.0.tar.gz) = 92584 bytes +BLAKE2s (braintree-4.23.0.tar.gz) = d814d94159e6bcbb0b6ea73e3ccc14763cb010641e404c542ffb1043a5272ce2 +SHA512 (braintree-4.23.0.tar.gz) = bfc7363b86ae64ee894c8622aa4988304d279c35e1869d3e5ddda10560926c7b6a8601d1ea39e04bea0b1ca07db3b2aa13dfb5d9e16f7423ae185c5f58de0440 +Size (braintree-4.23.0.tar.gz) = 92696 bytes --_----------=_16971248151820--