Received: by mail.netbsd.org (Postfix, from userid 605) id 0065B84D52; Mon, 24 Apr 2023 15:26:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 27C8584D46 for ; Mon, 24 Apr 2023 15:26:09 +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 rK_BIEBfMxFW for ; Mon, 24 Apr 2023 15:26:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9C27784D3B for ; Mon, 24 Apr 2023 15:26:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 992B2FA85; Mon, 24 Apr 2023 15:26:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682349968201240" MIME-Version: 1.0 Date: Mon, 24 Apr 2023 15:26:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-braintree To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230424152608.992B2FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682349968201240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 24 15:26:08 UTC 2023 Modified Files: pkgsrc/finance/py-braintree: Makefile distinfo Log Message: py-braintree: updated to 4.19.0 4.19.0 Add intended_transaction_source to CreditCardVerification Add three_d_secure_pass_thru to CreditCardVerification Add payment_method_nonce to CreditCardVerification Add three_d_secure_authentication_id to CreditCardVerification Add support for subscriptions in SEPA direct debit accounts To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/finance/py-braintree/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/finance/py-braintree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682349968201240 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.45 pkgsrc/finance/py-braintree/Makefile:1.46 --- pkgsrc/finance/py-braintree/Makefile:1.45 Thu Feb 9 17:14:23 2023 +++ pkgsrc/finance/py-braintree/Makefile Mon Apr 24 15:26:08 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2023/02/09 17:14:23 adam Exp $ +# $NetBSD: Makefile,v 1.46 2023/04/24 15:26:08 adam Exp $ -DISTNAME= braintree-4.18.1 +DISTNAME= braintree-4.19.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.46 pkgsrc/finance/py-braintree/distinfo:1.47 --- pkgsrc/finance/py-braintree/distinfo:1.46 Thu Feb 9 17:14:23 2023 +++ pkgsrc/finance/py-braintree/distinfo Mon Apr 24 15:26:08 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.46 2023/02/09 17:14:23 adam Exp $ +$NetBSD: distinfo,v 1.47 2023/04/24 15:26:08 adam Exp $ -BLAKE2s (braintree-4.18.1.tar.gz) = ced0b81c5320c68a961bd38e3794e1d9c6ed9dc18852681c86ac1a94da754482 -SHA512 (braintree-4.18.1.tar.gz) = ee08455d64a051f30b3b4975a558fd8cdd02d9f036ad1e869b82c4674e1905bb8c6a94972d344d564e73ec1f312514bd9205547985ccbc1c703f0ea597ba0bad -Size (braintree-4.18.1.tar.gz) = 82823 bytes +BLAKE2s (braintree-4.19.0.tar.gz) = b4f867f03a0c25239a3b7c049460515e13724e8042d5ace3fea2a5a8c82309a4 +SHA512 (braintree-4.19.0.tar.gz) = b255a4975b50164f64f71bde79d121b812c7ff16a9b1b71ed7ba2cebb9926dfbfa127eaad7e834558649b79f9d8cefae47cc03c295ea59ef097ef38d820eae20 +Size (braintree-4.19.0.tar.gz) = 86795 bytes --_----------=_1682349968201240--