Received: by mail.netbsd.org (Postfix, from userid 605) id 085A084D03; Mon, 12 Feb 2018 08:34:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74F5784E4C for ; Mon, 12 Feb 2018 08:34:01 +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 rB57oulcg67j for ; Mon, 12 Feb 2018 08:34:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F034D84C82 for ; Mon, 12 Feb 2018 08:34:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE221FB40; Mon, 12 Feb 2018 08:34:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518424440117040" MIME-Version: 1.0 Date: Mon, 12 Feb 2018 08:34:00 +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: <20180212083400.EE221FB40@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. --_----------=_1518424440117040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 12 08:34:00 UTC 2018 Modified Files: pkgsrc/finance/py-braintree: Makefile distinfo Log Message: py-braintree: updated to 3.41.0 3.41.0 Deprecated LineItem/DiscountAmountMustBeGreaterThanZero error in favor of DiscountAmountCannotBeNegative Deprecated LineItem/UnitTaxAmountMustBeGreaterThanZero error in favor of UnitTaxAmountCannotBeNegative Add support for tax_amount field on transaction line_items Add support for source_merchant_id on webhooks Add find_all static method to TransactionLineItem class To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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. --_----------=_1518424440117040 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.5 pkgsrc/finance/py-braintree/Makefile:1.6 --- pkgsrc/finance/py-braintree/Makefile:1.5 Sun Jan 21 12:17:25 2018 +++ pkgsrc/finance/py-braintree/Makefile Mon Feb 12 08:34:00 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2018/01/21 12:17:25 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/02/12 08:34:00 adam Exp $ -DISTNAME= braintree-3.40.0 +DISTNAME= braintree-3.41.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.5 pkgsrc/finance/py-braintree/distinfo:1.6 --- pkgsrc/finance/py-braintree/distinfo:1.5 Sun Jan 21 12:17:25 2018 +++ pkgsrc/finance/py-braintree/distinfo Mon Feb 12 08:34:00 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/01/21 12:17:25 adam Exp $ +$NetBSD: distinfo,v 1.6 2018/02/12 08:34:00 adam Exp $ -SHA1 (braintree-3.40.0.tar.gz) = 6f640c34d50c532a02c94ad9cc538afe93e043f7 -RMD160 (braintree-3.40.0.tar.gz) = 17a2d29e4fe6b95524c44ebcb9c9387faae61636 -SHA512 (braintree-3.40.0.tar.gz) = 7569c25151cc69e79690a69387e0f858a2a144c2d9ceea790337a76345bbb40a513600a9ca7c50b02c45da914eae24794f0e3c2466ea3e9c2f94b6ea17ad9bbd -Size (braintree-3.40.0.tar.gz) = 70538 bytes +SHA1 (braintree-3.41.0.tar.gz) = ef1733227fc2a0b1b30fd8b7a0e41fb31eb58b0c +RMD160 (braintree-3.41.0.tar.gz) = dda2bbea52d5e15efad581c9715f7626d2144e11 +SHA512 (braintree-3.41.0.tar.gz) = 69ea89ded482966e3f46bbd978e73c88075a60841f166fe27cff8374c68447ed59e83b2adc532ea697737d5b68f67f99bbf4a9fd84d4e399b545aed895675785 +Size (braintree-3.41.0.tar.gz) = 72283 bytes --_----------=_1518424440117040--