pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/py-braintree



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 13 07:13:28 UTC 2018

Modified Files:
        pkgsrc/finance/py-braintree: Makefile PLIST distinfo

Log Message:
py-braintree: updated to 3.50.0

3.50.0
Add fraud_service_provider field to risk_data
Add authorization_expires_at to Transaction
Remove invalid transaction tests
Allow PayPal payment ID and payer ID to be passed during transaction create
Add travel_flight support to industry-specific data
Add processor_response_type to Transaction, AuthorizationAdjustment, and CreditCardVerification.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/finance/py-braintree/Makefile \
    pkgsrc/finance/py-braintree/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/py-braintree/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-braintree/Makefile
diff -u pkgsrc/finance/py-braintree/Makefile:1.14 pkgsrc/finance/py-braintree/Makefile:1.15
--- pkgsrc/finance/py-braintree/Makefile:1.14   Thu Oct 11 10:44:19 2018
+++ pkgsrc/finance/py-braintree/Makefile        Thu Dec 13 07:13:28 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/10/11 10:44:19 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/12/13 07:13:28 adam Exp $
 
-DISTNAME=      braintree-3.49.0
+DISTNAME=      braintree-3.50.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.14 pkgsrc/finance/py-braintree/distinfo:1.15
--- pkgsrc/finance/py-braintree/distinfo:1.14   Thu Oct 11 10:44:19 2018
+++ pkgsrc/finance/py-braintree/distinfo        Thu Dec 13 07:13:28 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/10/11 10:44:19 adam Exp $
+$NetBSD: distinfo,v 1.15 2018/12/13 07:13:28 adam Exp $
 
-SHA1 (braintree-3.49.0.tar.gz) = 02cb9d81aedee80f344c8dab5155aeccf0873bbd
-RMD160 (braintree-3.49.0.tar.gz) = 5f9690225fd39f07bb9b5a3f03a7759924ee11b1
-SHA512 (braintree-3.49.0.tar.gz) = e402d5ef026216fb40aafa5a8369ad4a43886327b80fc173910434af28cc8b655f8388314fb11c6565eceee91db274dbf594eb628eb440a0d805e40de2aaa028
-Size (braintree-3.49.0.tar.gz) = 75347 bytes
+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

Index: pkgsrc/finance/py-braintree/PLIST
diff -u pkgsrc/finance/py-braintree/PLIST:1.8 pkgsrc/finance/py-braintree/PLIST:1.9
--- pkgsrc/finance/py-braintree/PLIST:1.8       Thu Oct 11 10:44:19 2018
+++ pkgsrc/finance/py-braintree/PLIST   Thu Dec 13 07:13:28 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/10/11 10:44:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/12/13 07:13:28 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -305,6 +305,9 @@ ${PYSITELIB}/braintree/plan.pyo
 ${PYSITELIB}/braintree/plan_gateway.py
 ${PYSITELIB}/braintree/plan_gateway.pyc
 ${PYSITELIB}/braintree/plan_gateway.pyo
+${PYSITELIB}/braintree/processor_response_types.py
+${PYSITELIB}/braintree/processor_response_types.pyc
+${PYSITELIB}/braintree/processor_response_types.pyo
 ${PYSITELIB}/braintree/resource.py
 ${PYSITELIB}/braintree/resource.pyc
 ${PYSITELIB}/braintree/resource.pyo



Home | Main Index | Thread Index | Old Index