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:           Mon Jan 16 10:44:05 UTC 2023

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/finance/py-braintree/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/finance/py-braintree/PLIST
cvs rdiff -u -r1.44 -r1.45 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.43 pkgsrc/finance/py-braintree/Makefile:1.44
--- pkgsrc/finance/py-braintree/Makefile:1.43   Tue Nov 22 19:17:10 2022
+++ pkgsrc/finance/py-braintree/Makefile        Mon Jan 16 10:44:05 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2022/11/22 19:17:10 adam Exp $
+# $NetBSD: Makefile,v 1.44 2023/01/16 10:44:05 adam Exp $
 
-DISTNAME=      braintree-4.17.1
+DISTNAME=      braintree-4.18.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.20 pkgsrc/finance/py-braintree/PLIST:1.21
--- pkgsrc/finance/py-braintree/PLIST:1.20      Fri Jul 29 10:42:47 2022
+++ pkgsrc/finance/py-braintree/PLIST   Mon Jan 16 10:44:05 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2022/07/29 10:42:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2023/01/16 10:44:05 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -374,6 +374,12 @@ ${PYSITELIB}/braintree/samsung_pay_card.
 ${PYSITELIB}/braintree/search.py
 ${PYSITELIB}/braintree/search.pyc
 ${PYSITELIB}/braintree/search.pyo
+${PYSITELIB}/braintree/sepa_direct_debit_account.py
+${PYSITELIB}/braintree/sepa_direct_debit_account.pyc
+${PYSITELIB}/braintree/sepa_direct_debit_account.pyo
+${PYSITELIB}/braintree/sepa_direct_debit_account_gateway.py
+${PYSITELIB}/braintree/sepa_direct_debit_account_gateway.pyc
+${PYSITELIB}/braintree/sepa_direct_debit_account_gateway.pyo
 ${PYSITELIB}/braintree/settlement_batch_summary.py
 ${PYSITELIB}/braintree/settlement_batch_summary.pyc
 ${PYSITELIB}/braintree/settlement_batch_summary.pyo

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



Home | Main Index | Thread Index | Old Index