Received: by mail.netbsd.org (Postfix, from userid 605) id 927E684D74; Fri, 25 Jan 2019 09:03:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 133C984D69 for ; Fri, 25 Jan 2019 09:03:05 +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 qnoOW03Tf1D7 for ; Fri, 25 Jan 2019 09:03:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6000184D65 for ; Fri, 25 Jan 2019 09:03:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55757FB16; Fri, 25 Jan 2019 09:03:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548406984153740" MIME-Version: 1.0 Date: Fri, 25 Jan 2019 09:03:04 +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: <20190125090304.55757FB16@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. --_----------=_1548406984153740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 25 09:03:04 UTC 2019 Modified Files: pkgsrc/finance/py-braintree: Makefile PLIST distinfo Log Message: py-braintree: updated to 3.51.0 3.51.0 Add Hiper card type support Add Hipercard card type support Add bin to PaymentMethodNonceDetails Clarify support for Python versions 3.6.x and 3.7.x Add Error indicating pdf uploads too long for dispute evidence. Add GrantedPaymentMethodRevoked webhook response objects To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/finance/py-braintree/Makefile \ pkgsrc/finance/py-braintree/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-braintree/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1548406984153740 Content-Disposition: inline Content-Length: 3254 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.15 pkgsrc/finance/py-braintree/Makefile:1.16 --- pkgsrc/finance/py-braintree/Makefile:1.15 Thu Dec 13 07:13:28 2018 +++ pkgsrc/finance/py-braintree/Makefile Fri Jan 25 09:03:03 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/12/13 07:13:28 adam Exp $ +# $NetBSD: Makefile,v 1.16 2019/01/25 09:03:03 adam Exp $ -DISTNAME= braintree-3.50.0 +DISTNAME= braintree-3.51.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.15 pkgsrc/finance/py-braintree/distinfo:1.16 --- pkgsrc/finance/py-braintree/distinfo:1.15 Thu Dec 13 07:13:28 2018 +++ pkgsrc/finance/py-braintree/distinfo Fri Jan 25 09:03:03 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2018/12/13 07:13:28 adam Exp $ +$NetBSD: distinfo,v 1.16 2019/01/25 09:03:03 adam Exp $ -SHA1 (braintree-3.50.0.tar.gz) = 0ae4c1af5ede8a20ad2e4b1cd9a62eaf33208784 -RMD160 (braintree-3.50.0.tar.gz) = c9e5681b61a056298740b482c07d30ba44d74326 -SHA512 (braintree-3.50.0.tar.gz) = 068719e4432b9f629d128aea8685010f2b8fe28bf64d4f7491ad4043d6d2734964fdca414996fdbe3d22564311a39c865953b23f59c074d77c06f18d31a8bcef -Size (braintree-3.50.0.tar.gz) = 76183 bytes +SHA1 (braintree-3.51.0.tar.gz) = 0e94caf3a99c01bb192be7ba75b5037fbbfcf2cf +RMD160 (braintree-3.51.0.tar.gz) = ca2582145817e5c2c04803fa1fdbb58c31be24d6 +SHA512 (braintree-3.51.0.tar.gz) = 75d645a04fa77bc55e8a56b34cb442563d6b3992e3f1bd7d08c7d2ef1ba4130386a992ea883a643626c5b5b8285ebff09f87a6e8daeda161072b1eadfe5e87a3 +Size (braintree-3.51.0.tar.gz) = 76784 bytes Index: pkgsrc/finance/py-braintree/PLIST diff -u pkgsrc/finance/py-braintree/PLIST:1.9 pkgsrc/finance/py-braintree/PLIST:1.10 --- pkgsrc/finance/py-braintree/PLIST:1.9 Thu Dec 13 07:13:28 2018 +++ pkgsrc/finance/py-braintree/PLIST Fri Jan 25 09:03:03 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2018/12/13 07:13:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2019/01/25 09:03:03 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -293,6 +293,9 @@ ${PYSITELIB}/braintree/payment_method_no ${PYSITELIB}/braintree/payment_method_nonce_gateway.py ${PYSITELIB}/braintree/payment_method_nonce_gateway.pyc ${PYSITELIB}/braintree/payment_method_nonce_gateway.pyo +${PYSITELIB}/braintree/payment_method_parser.py +${PYSITELIB}/braintree/payment_method_parser.pyc +${PYSITELIB}/braintree/payment_method_parser.pyo ${PYSITELIB}/braintree/paypal_account.py ${PYSITELIB}/braintree/paypal_account.pyc ${PYSITELIB}/braintree/paypal_account.pyo @@ -314,6 +317,9 @@ ${PYSITELIB}/braintree/resource.pyo ${PYSITELIB}/braintree/resource_collection.py ${PYSITELIB}/braintree/resource_collection.pyc ${PYSITELIB}/braintree/resource_collection.pyo +${PYSITELIB}/braintree/revoked_payment_method_metadata.py +${PYSITELIB}/braintree/revoked_payment_method_metadata.pyc +${PYSITELIB}/braintree/revoked_payment_method_metadata.pyo ${PYSITELIB}/braintree/risk_data.py ${PYSITELIB}/braintree/risk_data.pyc ${PYSITELIB}/braintree/risk_data.pyo --_----------=_1548406984153740--