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:           Wed May 20 11:32:55 UTC 2026

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

Log Message:
py-braintree: updated to 4.43.0

4.43.0

Add Local Payment Context support with LocalPaymentContextGateway.create and LocalPaymentContextGateway.find methods
Add support for MBWAY and CRYPTO payment types
Add acquirerReferenceNumber to transaction search object
Add international_phone to Customer in Transaction
Deprecate merchant create functionality
Remove account_funding_transaction from the Transaction request
Add api_request_key (idempotency) support for Transaction.sale(), Transaction.credit(), Transaction.submit_for_settlement(), Transaction.submit_for_partial_settlement(), Transaction.void(), and 
Transaction.refund()
Add surchargeAmount to transaction object
Add max_connection_idle_seconds for request configuration
Add support for apple pay card verifications


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/finance/py-braintree/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/finance/py-braintree/PLIST
cvs rdiff -u -r1.68 -r1.69 pkgsrc/finance/py-braintree/distinfo

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.69 pkgsrc/finance/py-braintree/Makefile:1.70
--- pkgsrc/finance/py-braintree/Makefile:1.69   Sun Feb 15 12:59:36 2026
+++ pkgsrc/finance/py-braintree/Makefile        Wed May 20 11:32:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2026/02/15 12:59:36 adam Exp $
+# $NetBSD: Makefile,v 1.70 2026/05/20 11:32:54 adam Exp $
 
-DISTNAME=      braintree-4.42.0
+DISTNAME=      braintree-4.43.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/braintree/}

Index: pkgsrc/finance/py-braintree/PLIST
diff -u pkgsrc/finance/py-braintree/PLIST:1.33 pkgsrc/finance/py-braintree/PLIST:1.34
--- pkgsrc/finance/py-braintree/PLIST:1.33      Sun Feb 15 12:59:36 2026
+++ pkgsrc/finance/py-braintree/PLIST   Wed May 20 11:32:54 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2026/02/15 12:59:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.34 2026/05/20 11:32:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -268,9 +268,15 @@ ${PYSITELIB}/braintree/graphql/enums/rec
 ${PYSITELIB}/braintree/graphql/inputs/__init__.py
 ${PYSITELIB}/braintree/graphql/inputs/__init__.pyc
 ${PYSITELIB}/braintree/graphql/inputs/__init__.pyo
+${PYSITELIB}/braintree/graphql/inputs/billing_address_input.py
+${PYSITELIB}/braintree/graphql/inputs/billing_address_input.pyc
+${PYSITELIB}/braintree/graphql/inputs/billing_address_input.pyo
 ${PYSITELIB}/braintree/graphql/inputs/create_customer_session_input.py
 ${PYSITELIB}/braintree/graphql/inputs/create_customer_session_input.pyc
 ${PYSITELIB}/braintree/graphql/inputs/create_customer_session_input.pyo
+${PYSITELIB}/braintree/graphql/inputs/create_local_payment_context_input.py
+${PYSITELIB}/braintree/graphql/inputs/create_local_payment_context_input.pyc
+${PYSITELIB}/braintree/graphql/inputs/create_local_payment_context_input.pyo
 ${PYSITELIB}/braintree/graphql/inputs/customer_recommendations_input.py
 ${PYSITELIB}/braintree/graphql/inputs/customer_recommendations_input.pyc
 ${PYSITELIB}/braintree/graphql/inputs/customer_recommendations_input.pyo
@@ -280,6 +286,9 @@ ${PYSITELIB}/braintree/graphql/inputs/cu
 ${PYSITELIB}/braintree/graphql/inputs/monetary_amount_input.py
 ${PYSITELIB}/braintree/graphql/inputs/monetary_amount_input.pyc
 ${PYSITELIB}/braintree/graphql/inputs/monetary_amount_input.pyo
+${PYSITELIB}/braintree/graphql/inputs/payer_info_input.py
+${PYSITELIB}/braintree/graphql/inputs/payer_info_input.pyc
+${PYSITELIB}/braintree/graphql/inputs/payer_info_input.pyo
 ${PYSITELIB}/braintree/graphql/inputs/paypal_payee_input.py
 ${PYSITELIB}/braintree/graphql/inputs/paypal_payee_input.pyc
 ${PYSITELIB}/braintree/graphql/inputs/paypal_payee_input.pyo
@@ -289,6 +298,9 @@ ${PYSITELIB}/braintree/graphql/inputs/pa
 ${PYSITELIB}/braintree/graphql/inputs/phone_input.py
 ${PYSITELIB}/braintree/graphql/inputs/phone_input.pyc
 ${PYSITELIB}/braintree/graphql/inputs/phone_input.pyo
+${PYSITELIB}/braintree/graphql/inputs/shipping_address_input.py
+${PYSITELIB}/braintree/graphql/inputs/shipping_address_input.pyc
+${PYSITELIB}/braintree/graphql/inputs/shipping_address_input.pyo
 ${PYSITELIB}/braintree/graphql/inputs/update_customer_session_input.py
 ${PYSITELIB}/braintree/graphql/inputs/update_customer_session_input.pyc
 ${PYSITELIB}/braintree/graphql/inputs/update_customer_session_input.pyo
@@ -325,6 +337,12 @@ ${PYSITELIB}/braintree/local_payment.pyo
 ${PYSITELIB}/braintree/local_payment_completed.py
 ${PYSITELIB}/braintree/local_payment_completed.pyc
 ${PYSITELIB}/braintree/local_payment_completed.pyo
+${PYSITELIB}/braintree/local_payment_context.py
+${PYSITELIB}/braintree/local_payment_context.pyc
+${PYSITELIB}/braintree/local_payment_context.pyo
+${PYSITELIB}/braintree/local_payment_context_gateway.py
+${PYSITELIB}/braintree/local_payment_context_gateway.pyc
+${PYSITELIB}/braintree/local_payment_context_gateway.pyo
 ${PYSITELIB}/braintree/local_payment_expired.py
 ${PYSITELIB}/braintree/local_payment_expired.pyc
 ${PYSITELIB}/braintree/local_payment_expired.pyo
@@ -334,6 +352,9 @@ ${PYSITELIB}/braintree/local_payment_fun
 ${PYSITELIB}/braintree/local_payment_reversed.py
 ${PYSITELIB}/braintree/local_payment_reversed.pyc
 ${PYSITELIB}/braintree/local_payment_reversed.pyo
+${PYSITELIB}/braintree/local_payment_type.py
+${PYSITELIB}/braintree/local_payment_type.pyc
+${PYSITELIB}/braintree/local_payment_type.pyo
 ${PYSITELIB}/braintree/masterpass_card.py
 ${PYSITELIB}/braintree/masterpass_card.pyc
 ${PYSITELIB}/braintree/masterpass_card.pyo

Index: pkgsrc/finance/py-braintree/distinfo
diff -u pkgsrc/finance/py-braintree/distinfo:1.68 pkgsrc/finance/py-braintree/distinfo:1.69
--- pkgsrc/finance/py-braintree/distinfo:1.68   Sun Feb 15 12:59:36 2026
+++ pkgsrc/finance/py-braintree/distinfo        Wed May 20 11:32:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2026/02/15 12:59:36 adam Exp $
+$NetBSD: distinfo,v 1.69 2026/05/20 11:32:54 adam Exp $
 
-BLAKE2s (braintree-4.42.0.tar.gz) = 8b69e99fca864d88b132a57ea10ad196c314c9941bdd7e77598a18f74c983adc
-SHA512 (braintree-4.42.0.tar.gz) = a8e2013330941775cb2f50982f7286a3ac9a8900878498ada06f4d8fabf9347c7f7f33b5f7d79db074f76242b151742afdb1e9bc64b86cdabd92f2467787dbb5
-Size (braintree-4.42.0.tar.gz) = 108017 bytes
+BLAKE2s (braintree-4.43.0.tar.gz) = 14b1ca60613ba5c0186b371fe564dd2e19db547d706841b691358363d63de69f
+SHA512 (braintree-4.43.0.tar.gz) = 6353c2ed5b29b0823dadd6662d3532b03b9ba9b7e5295ce437ec67b2034d3476c2e27b29c7f72992159d3f91f3452cf741c0895d47d04c98bce8d42d4c3efb4f
+Size (braintree-4.43.0.tar.gz) = 112544 bytes



Home | Main Index | Thread Index | Old Index