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


(adam)
diff -r1.50 -r1.51 pkgsrc/finance/py-braintree/Makefile
diff -r1.21 -r1.22 pkgsrc/finance/py-braintree/PLIST
diff -r1.51 -r1.52 pkgsrc/finance/py-braintree/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/finance/py-braintree/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/py-braintree/Makefile 2023/10/12 15:33:35 1.50
+++ pkgsrc/finance/py-braintree/Makefile 2023/11/17 20:49:49 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2023/10/12 15:33:35 adam Exp $ 1# $NetBSD: Makefile,v 1.51 2023/11/17 20:49:49 adam Exp $
2 2
3DISTNAME= braintree-4.23.0 3DISTNAME= braintree-4.24.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= finance python 5CATEGORIES= finance python
6MASTER_SITES= ${MASTER_SITE_PYPI:=b/braintree/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=b/braintree/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/braintree/braintree_python 9HOMEPAGE= https://github.com/braintree/braintree_python
10COMMENT= Braintree Python Library 10COMMENT= Braintree Python Library
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-requests>=0.11.1:../../devel/py-requests 13DEPENDS+= ${PYPKGPREFIX}-requests>=0.11.1:../../devel/py-requests
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.21 -r1.22 pkgsrc/finance/py-braintree/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/py-braintree/PLIST 2023/01/16 10:44:05 1.21
+++ pkgsrc/finance/py-braintree/PLIST 2023/11/17 20:49:49 1.22
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.21 2023/01/16 10:44:05 adam Exp $ 1@comment $NetBSD: PLIST,v 1.22 2023/11/17 20:49:49 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/braintree/__init__.py 8${PYSITELIB}/braintree/__init__.py
9${PYSITELIB}/braintree/__init__.pyc 9${PYSITELIB}/braintree/__init__.pyc
10${PYSITELIB}/braintree/__init__.pyo 10${PYSITELIB}/braintree/__init__.pyo
11${PYSITELIB}/braintree/account_updater_daily_report.py 11${PYSITELIB}/braintree/account_updater_daily_report.py
12${PYSITELIB}/braintree/account_updater_daily_report.pyc 12${PYSITELIB}/braintree/account_updater_daily_report.pyc
13${PYSITELIB}/braintree/account_updater_daily_report.pyo 13${PYSITELIB}/braintree/account_updater_daily_report.pyo
14${PYSITELIB}/braintree/ach_mandate.py 14${PYSITELIB}/braintree/ach_mandate.py
@@ -283,26 +283,32 @@ ${PYSITELIB}/braintree/merchant_account/ @@ -283,26 +283,32 @@ ${PYSITELIB}/braintree/merchant_account/
283${PYSITELIB}/braintree/merchant_account/funding_details.pyo 283${PYSITELIB}/braintree/merchant_account/funding_details.pyo
284${PYSITELIB}/braintree/merchant_account/individual_details.py 284${PYSITELIB}/braintree/merchant_account/individual_details.py
285${PYSITELIB}/braintree/merchant_account/individual_details.pyc 285${PYSITELIB}/braintree/merchant_account/individual_details.pyc
286${PYSITELIB}/braintree/merchant_account/individual_details.pyo 286${PYSITELIB}/braintree/merchant_account/individual_details.pyo
287${PYSITELIB}/braintree/merchant_account/merchant_account.py 287${PYSITELIB}/braintree/merchant_account/merchant_account.py
288${PYSITELIB}/braintree/merchant_account/merchant_account.pyc 288${PYSITELIB}/braintree/merchant_account/merchant_account.pyc
289${PYSITELIB}/braintree/merchant_account/merchant_account.pyo 289${PYSITELIB}/braintree/merchant_account/merchant_account.pyo
290${PYSITELIB}/braintree/merchant_account_gateway.py 290${PYSITELIB}/braintree/merchant_account_gateway.py
291${PYSITELIB}/braintree/merchant_account_gateway.pyc 291${PYSITELIB}/braintree/merchant_account_gateway.pyc
292${PYSITELIB}/braintree/merchant_account_gateway.pyo 292${PYSITELIB}/braintree/merchant_account_gateway.pyo
293${PYSITELIB}/braintree/merchant_gateway.py 293${PYSITELIB}/braintree/merchant_gateway.py
294${PYSITELIB}/braintree/merchant_gateway.pyc 294${PYSITELIB}/braintree/merchant_gateway.pyc
295${PYSITELIB}/braintree/merchant_gateway.pyo 295${PYSITELIB}/braintree/merchant_gateway.pyo
 296${PYSITELIB}/braintree/meta_checkout_card.py
 297${PYSITELIB}/braintree/meta_checkout_card.pyc
 298${PYSITELIB}/braintree/meta_checkout_card.pyo
 299${PYSITELIB}/braintree/meta_checkout_token.py
 300${PYSITELIB}/braintree/meta_checkout_token.pyc
 301${PYSITELIB}/braintree/meta_checkout_token.pyo
296${PYSITELIB}/braintree/modification.py 302${PYSITELIB}/braintree/modification.py
297${PYSITELIB}/braintree/modification.pyc 303${PYSITELIB}/braintree/modification.pyc
298${PYSITELIB}/braintree/modification.pyo 304${PYSITELIB}/braintree/modification.pyo
299${PYSITELIB}/braintree/montary_amount.py 305${PYSITELIB}/braintree/montary_amount.py
300${PYSITELIB}/braintree/montary_amount.pyc 306${PYSITELIB}/braintree/montary_amount.pyc
301${PYSITELIB}/braintree/montary_amount.pyo 307${PYSITELIB}/braintree/montary_amount.pyo
302${PYSITELIB}/braintree/oauth_access_revocation.py 308${PYSITELIB}/braintree/oauth_access_revocation.py
303${PYSITELIB}/braintree/oauth_access_revocation.pyc 309${PYSITELIB}/braintree/oauth_access_revocation.pyc
304${PYSITELIB}/braintree/oauth_access_revocation.pyo 310${PYSITELIB}/braintree/oauth_access_revocation.pyo
305${PYSITELIB}/braintree/oauth_credentials.py 311${PYSITELIB}/braintree/oauth_credentials.py
306${PYSITELIB}/braintree/oauth_credentials.pyc 312${PYSITELIB}/braintree/oauth_credentials.pyc
307${PYSITELIB}/braintree/oauth_credentials.pyo 313${PYSITELIB}/braintree/oauth_credentials.pyo
308${PYSITELIB}/braintree/oauth_gateway.py 314${PYSITELIB}/braintree/oauth_gateway.py

cvs diff -r1.51 -r1.52 pkgsrc/finance/py-braintree/distinfo (expand / switch to unified diff)

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