Mon Jan 16 10:44:05 2023 UTC ()
py-braintree: updated to 4.18.0

4.18.0

Replace nose usage for tests with unittest (Thanks @arthurzam)
Remove mock dev dependency (Thanks @arthurzam)
Add ExcessiveRetry to GatewayRejectionReason
Add pre_dispute_program to Dispute and DisputeSearch
Add AutoAccepted status to Dispute
Add DisputeAutoAccepted to WebhookNotification.Kind
Deprecate chargeback_protection_level and add protection_level to Dispute and DisputeSearch
Add shipping object to submit_for_settlement_signature
Add SEPADirectDebitAccount payment method
Add SEPADirectDebitAccount to transaction object
Add SEPA_DIRECT_DEBIT_ACCOUNT to PaymentInstrumentType
Add sepa_debit_paypal_v2_order_id to TransactionSearch
Add sepa_direct_debit_accounts to Customer
Add SEPA Direct Debit specific error codes


(adam)
diff -r1.43 -r1.44 pkgsrc/finance/py-braintree/Makefile
diff -r1.20 -r1.21 pkgsrc/finance/py-braintree/PLIST
diff -r1.44 -r1.45 pkgsrc/finance/py-braintree/distinfo

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

--- pkgsrc/finance/py-braintree/Makefile 2022/11/22 19:17:10 1.43
+++ pkgsrc/finance/py-braintree/Makefile 2023/01/16 10:44:05 1.44
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.43 2022/11/22 19:17:10 adam Exp $ 1# $NetBSD: Makefile,v 1.44 2023/01/16 10:44:05 adam Exp $
2 2
3DISTNAME= braintree-4.17.1 3DISTNAME= braintree-4.18.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.20 -r1.21 pkgsrc/finance/py-braintree/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/py-braintree/PLIST 2022/07/29 10:42:47 1.20
+++ pkgsrc/finance/py-braintree/PLIST 2023/01/16 10:44:05 1.21
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.20 2022/07/29 10:42:47 adam Exp $ 1@comment $NetBSD: PLIST,v 1.21 2023/01/16 10:44:05 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
@@ -364,26 +364,32 @@ ${PYSITELIB}/braintree/resource_collecti @@ -364,26 +364,32 @@ ${PYSITELIB}/braintree/resource_collecti
364${PYSITELIB}/braintree/resource_collection.pyo 364${PYSITELIB}/braintree/resource_collection.pyo
365${PYSITELIB}/braintree/revoked_payment_method_metadata.py 365${PYSITELIB}/braintree/revoked_payment_method_metadata.py
366${PYSITELIB}/braintree/revoked_payment_method_metadata.pyc 366${PYSITELIB}/braintree/revoked_payment_method_metadata.pyc
367${PYSITELIB}/braintree/revoked_payment_method_metadata.pyo 367${PYSITELIB}/braintree/revoked_payment_method_metadata.pyo
368${PYSITELIB}/braintree/risk_data.py 368${PYSITELIB}/braintree/risk_data.py
369${PYSITELIB}/braintree/risk_data.pyc 369${PYSITELIB}/braintree/risk_data.pyc
370${PYSITELIB}/braintree/risk_data.pyo 370${PYSITELIB}/braintree/risk_data.pyo
371${PYSITELIB}/braintree/samsung_pay_card.py 371${PYSITELIB}/braintree/samsung_pay_card.py
372${PYSITELIB}/braintree/samsung_pay_card.pyc 372${PYSITELIB}/braintree/samsung_pay_card.pyc
373${PYSITELIB}/braintree/samsung_pay_card.pyo 373${PYSITELIB}/braintree/samsung_pay_card.pyo
374${PYSITELIB}/braintree/search.py 374${PYSITELIB}/braintree/search.py
375${PYSITELIB}/braintree/search.pyc 375${PYSITELIB}/braintree/search.pyc
376${PYSITELIB}/braintree/search.pyo 376${PYSITELIB}/braintree/search.pyo
 377${PYSITELIB}/braintree/sepa_direct_debit_account.py
 378${PYSITELIB}/braintree/sepa_direct_debit_account.pyc
 379${PYSITELIB}/braintree/sepa_direct_debit_account.pyo
 380${PYSITELIB}/braintree/sepa_direct_debit_account_gateway.py
 381${PYSITELIB}/braintree/sepa_direct_debit_account_gateway.pyc
 382${PYSITELIB}/braintree/sepa_direct_debit_account_gateway.pyo
377${PYSITELIB}/braintree/settlement_batch_summary.py 383${PYSITELIB}/braintree/settlement_batch_summary.py
378${PYSITELIB}/braintree/settlement_batch_summary.pyc 384${PYSITELIB}/braintree/settlement_batch_summary.pyc
379${PYSITELIB}/braintree/settlement_batch_summary.pyo 385${PYSITELIB}/braintree/settlement_batch_summary.pyo
380${PYSITELIB}/braintree/settlement_batch_summary_gateway.py 386${PYSITELIB}/braintree/settlement_batch_summary_gateway.py
381${PYSITELIB}/braintree/settlement_batch_summary_gateway.pyc 387${PYSITELIB}/braintree/settlement_batch_summary_gateway.pyc
382${PYSITELIB}/braintree/settlement_batch_summary_gateway.pyo 388${PYSITELIB}/braintree/settlement_batch_summary_gateway.pyo
383${PYSITELIB}/braintree/signature_service.py 389${PYSITELIB}/braintree/signature_service.py
384${PYSITELIB}/braintree/signature_service.pyc 390${PYSITELIB}/braintree/signature_service.pyc
385${PYSITELIB}/braintree/signature_service.pyo 391${PYSITELIB}/braintree/signature_service.pyo
386${PYSITELIB}/braintree/ssl/api_braintreegateway_com.ca.crt 392${PYSITELIB}/braintree/ssl/api_braintreegateway_com.ca.crt
387${PYSITELIB}/braintree/status_event.py 393${PYSITELIB}/braintree/status_event.py
388${PYSITELIB}/braintree/status_event.pyc 394${PYSITELIB}/braintree/status_event.pyc
389${PYSITELIB}/braintree/status_event.pyo 395${PYSITELIB}/braintree/status_event.pyo

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

--- pkgsrc/finance/py-braintree/distinfo 2022/11/22 19:17:10 1.44
+++ pkgsrc/finance/py-braintree/distinfo 2023/01/16 10:44:05 1.45
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.44 2022/11/22 19:17:10 adam Exp $ 1$NetBSD: distinfo,v 1.45 2023/01/16 10:44:05 adam Exp $
2 2
3BLAKE2s (braintree-4.17.1.tar.gz) = 52c89c329d46b97c9d4d3d9d0c456ba84d5686b2adfd08d52db8057fb2364882 3BLAKE2s (braintree-4.18.0.tar.gz) = 94789426b317ccec0ba238ca026533403975803ec5afe08c1385bcd379196077
4SHA512 (braintree-4.17.1.tar.gz) = 0f65325993e6b47fda4bb05225838e3335724d1c3c1defbd5e053b76fc4761b8462220cd19a6336a6f4225114c0f29e0a1cac80cb8e4ba7c0e987f0d9d7d4c1d 4SHA512 (braintree-4.18.0.tar.gz) = c2173d5fdb1686382eb6ebc47a8543bbeaea20e98261ec79685349e039612e156b8ec40c7a2c12365c5954e78a45f0be413f66e81f31743fc0a08ba80da9aa00
5Size (braintree-4.17.1.tar.gz) = 81343 bytes 5Size (braintree-4.18.0.tar.gz) = 82705 bytes