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:           Sun Feb 15 12:59:36 UTC 2026

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

Log Message:
py-braintree: updated to 4.42.0

4.42.0

Update requests to not create a new request for every session
Add accept_partial_authorization to Transaction Gateway and partially_authorized to Transaction
Deprecate transactions for visa_checkout_card and maintain search functionality
Add ach_type to options -> us_bank_account in Transaction.create
Add ach_type and requested_ach_type response fields to Transaction


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/finance/py-braintree/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/finance/py-braintree/PLIST
cvs rdiff -u -r1.67 -r1.68 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.68 pkgsrc/finance/py-braintree/Makefile:1.69
--- pkgsrc/finance/py-braintree/Makefile:1.68   Fri Dec 26 11:14:40 2025
+++ pkgsrc/finance/py-braintree/Makefile        Sun Feb 15 12:59:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2025/12/26 11:14:40 adam Exp $
+# $NetBSD: Makefile,v 1.69 2026/02/15 12:59:36 adam Exp $
 
-DISTNAME=      braintree-4.41.0
+DISTNAME=      braintree-4.42.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.32 pkgsrc/finance/py-braintree/PLIST:1.33
--- pkgsrc/finance/py-braintree/PLIST:1.32      Tue Nov 11 12:57:56 2025
+++ pkgsrc/finance/py-braintree/PLIST   Sun Feb 15 12:59:36 2026
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.32 2025/11/11 12:57:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2026/02/15 12:59:36 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/braintree/__init__.py
 ${PYSITELIB}/braintree/__init__.pyc

Index: pkgsrc/finance/py-braintree/distinfo
diff -u pkgsrc/finance/py-braintree/distinfo:1.67 pkgsrc/finance/py-braintree/distinfo:1.68
--- pkgsrc/finance/py-braintree/distinfo:1.67   Fri Dec 26 11:14:40 2025
+++ pkgsrc/finance/py-braintree/distinfo        Sun Feb 15 12:59:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2025/12/26 11:14:40 adam Exp $
+$NetBSD: distinfo,v 1.68 2026/02/15 12:59:36 adam Exp $
 
-BLAKE2s (braintree-4.41.0.tar.gz) = 70f1b701b5e36522f71de97e4ec5e13d940eb0f0029d80076d6a1a87ab45c252
-SHA512 (braintree-4.41.0.tar.gz) = 941b0d0318a4ded751fd8003a8c3f1f57907d1bd9987dbfcaf694be890ee7a16ca23e209772df00b79dca7b2713d4bdca86ec2e06f4ff14d1e7616c054c6223f
-Size (braintree-4.41.0.tar.gz) = 106746 bytes
+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



Home | Main Index | Thread Index | Old Index