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:           Fri Nov 17 20:49:49 UTC 2023

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

Log Message:
py-braintree: updated to 4.24.0

4.24.0

Add SubscriptionBillingSkipped to WebhookNotification.Kind
Add arrivalDate and ticketIssuerAddress to Transaction.sale request and industry data support for Transaction.submitForSettlement
Add date_of_birth and country_code to IndustryData params
Add MetaCheckoutCard, MetaCheckoutToken payment methods
Add MetaCheckoutCardDetails, MetaCheckoutTokenDetails to Transaction
Add verification_add_ons to PaymentMethod create options for ACH NetworkCheck
Fix unittest compatibility with Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/finance/py-braintree/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/finance/py-braintree/PLIST
cvs rdiff -u -r1.51 -r1.52 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.50 pkgsrc/finance/py-braintree/Makefile:1.51
--- pkgsrc/finance/py-braintree/Makefile:1.50   Thu Oct 12 15:33:35 2023
+++ pkgsrc/finance/py-braintree/Makefile        Fri Nov 17 20:49:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2023/10/12 15:33:35 adam Exp $
+# $NetBSD: Makefile,v 1.51 2023/11/17 20:49:49 adam Exp $
 
-DISTNAME=      braintree-4.23.0
+DISTNAME=      braintree-4.24.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.21 pkgsrc/finance/py-braintree/PLIST:1.22
--- pkgsrc/finance/py-braintree/PLIST:1.21      Mon Jan 16 10:44:05 2023
+++ pkgsrc/finance/py-braintree/PLIST   Fri Nov 17 20:49:49 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2023/01/16 10:44:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2023/11/17 20:49:49 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -293,6 +293,12 @@ ${PYSITELIB}/braintree/merchant_account_
 ${PYSITELIB}/braintree/merchant_gateway.py
 ${PYSITELIB}/braintree/merchant_gateway.pyc
 ${PYSITELIB}/braintree/merchant_gateway.pyo
+${PYSITELIB}/braintree/meta_checkout_card.py
+${PYSITELIB}/braintree/meta_checkout_card.pyc
+${PYSITELIB}/braintree/meta_checkout_card.pyo
+${PYSITELIB}/braintree/meta_checkout_token.py
+${PYSITELIB}/braintree/meta_checkout_token.pyc
+${PYSITELIB}/braintree/meta_checkout_token.pyo
 ${PYSITELIB}/braintree/modification.py
 ${PYSITELIB}/braintree/modification.pyc
 ${PYSITELIB}/braintree/modification.pyo

Index: pkgsrc/finance/py-braintree/distinfo
diff -u pkgsrc/finance/py-braintree/distinfo:1.51 pkgsrc/finance/py-braintree/distinfo:1.52
--- pkgsrc/finance/py-braintree/distinfo:1.51   Thu Oct 12 15:33:35 2023
+++ pkgsrc/finance/py-braintree/distinfo        Fri Nov 17 20:49:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2023/10/12 15:33:35 adam Exp $
+$NetBSD: distinfo,v 1.52 2023/11/17 20:49:49 adam Exp $
 
-BLAKE2s (braintree-4.23.0.tar.gz) = d814d94159e6bcbb0b6ea73e3ccc14763cb010641e404c542ffb1043a5272ce2
-SHA512 (braintree-4.23.0.tar.gz) = bfc7363b86ae64ee894c8622aa4988304d279c35e1869d3e5ddda10560926c7b6a8601d1ea39e04bea0b1ca07db3b2aa13dfb5d9e16f7423ae185c5f58de0440
-Size (braintree-4.23.0.tar.gz) = 92696 bytes
+BLAKE2s (braintree-4.24.0.tar.gz) = 3162c75fd87ad88ac2c84f527587cc7c0d0903b96e9a2bef58b2282cd2c19119
+SHA512 (braintree-4.24.0.tar.gz) = 30e310917cd1752ed7fd3b2d9183a29f152e35160f6500d7ceaffabffe53acd6c9f1f882a52a62e742eccfef3692166a4177363a00e0f8d0db886e834431abcf
+Size (braintree-4.24.0.tar.gz) = 93620 bytes



Home | Main Index | Thread Index | Old Index