Received: by mail.netbsd.org (Postfix, from userid 605) id 75C8084D8D; Tue, 7 Jul 2020 07:06:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAD0084D8A for ; Tue, 7 Jul 2020 07:06:31 +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 Ay7pBHW21-Bh for ; Tue, 7 Jul 2020 07:06:31 +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 4C62F84CCD for ; Tue, 7 Jul 2020 07:06:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48767FB28; Tue, 7 Jul 2020 07:06:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594105591187000" MIME-Version: 1.0 Date: Tue, 7 Jul 2020 07:06:31 +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: <20200707070631.48767FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594105591187000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 7 07:06:31 UTC 2020 Modified Files: pkgsrc/finance/py-braintree: Makefile distinfo Log Message: py-braintree: updated to 4.2.0 4.2.0 Add retrieval_reference_number to Transaction Add network_transaction_id to CreditCardVerification Add product_sku to Transaction Add customer_device_id, customer_location_zip, and customer_tenure to RiskData Add phone_number and shipping_method to Address Add validation error codes: Transaction.ShippingMethodIsInvalid Transaction.ShippingPhoneNumberIsInvalid Transaction.BillingPhoneNumberIsInvalid RiskData.CustomerBrowserIsTooLong RiskData.CustomerDeviceIdIsTooLong RiskData.CustomerLocationZipInvalidCharacters RiskData.CustomerLocationZipIsInvalid RiskData.CustomerLocationZipIsTooLong RiskData.CustomerTenureIsTooLong To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/finance/py-braintree/Makefile \ pkgsrc/finance/py-braintree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594105591187000 Content-Disposition: inline Content-Length: 1718 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.26 pkgsrc/finance/py-braintree/Makefile:1.27 --- pkgsrc/finance/py-braintree/Makefile:1.26 Sat May 16 07:12:43 2020 +++ pkgsrc/finance/py-braintree/Makefile Tue Jul 7 07:06:31 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2020/05/16 07:12:43 adam Exp $ +# $NetBSD: Makefile,v 1.27 2020/07/07 07:06:31 adam Exp $ -DISTNAME= braintree-4.1.0 +DISTNAME= braintree-4.2.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.26 pkgsrc/finance/py-braintree/distinfo:1.27 --- pkgsrc/finance/py-braintree/distinfo:1.26 Sat May 16 07:12:43 2020 +++ pkgsrc/finance/py-braintree/distinfo Tue Jul 7 07:06:31 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2020/05/16 07:12:43 adam Exp $ +$NetBSD: distinfo,v 1.27 2020/07/07 07:06:31 adam Exp $ -SHA1 (braintree-4.1.0.tar.gz) = e40e72117584acc4916e43901dfaa7ec256fac10 -RMD160 (braintree-4.1.0.tar.gz) = 8a128531970ebba5a80152824599192162637451 -SHA512 (braintree-4.1.0.tar.gz) = e24e43d1d72f92b249f76337af4a28769ff12ad44428ae8550c8f097dc7c4e0f60eec82647035615eb42aeede60f0e30e282045ad2db0bb6bfbb72736f068c73 -Size (braintree-4.1.0.tar.gz) = 74245 bytes +SHA1 (braintree-4.2.0.tar.gz) = 0f6867596068acc2405a9f244f7a991e2aedb0c4 +RMD160 (braintree-4.2.0.tar.gz) = c8417ae7c744d58868265241a510d3cce71c6e58 +SHA512 (braintree-4.2.0.tar.gz) = bb79eb5fa046a9fd8ad1112a290db4c3dca0cc9a15e04d2ad9e913e0ebf6b8c08d44b44f607eaa52fbdd9276dfe6e49fedc3332adeb2eba3637daf3da8b8d914 +Size (braintree-4.2.0.tar.gz) = 74491 bytes --_----------=_1594105591187000--