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
This commit is contained in:
adam 2023-11-17 20:49:49 +00:00
parent 8a6c2d8f24
commit dfa2fb047d
3 changed files with 13 additions and 7 deletions

View file

@ -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/}

View file

@ -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_gateway.pyo
${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

View file

@ -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