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 Oct  7 12:39:13 UTC 2024

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

Log Message:
py-braintree: updated to 4.30.0

4.30.0

Add payer_name, bic and iban_last_chars to LocalPaymentCompleted webhook
Add edit_paypal_vault_id to PayPalAccount
Add ani_first_name_response_code and ani_last_name_response_code to CreditCardVerification
Add shippingTaxAmount to Transaction
Add network_tokenization_attributes parameter to Transaction.sale
Add validation error code NetworkTokenizationAttributeCryptogramIsRequired to CreditCard


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/finance/py-braintree/Makefile
cvs rdiff -u -r1.57 -r1.58 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.56 pkgsrc/finance/py-braintree/Makefile:1.57
--- pkgsrc/finance/py-braintree/Makefile:1.56   Wed Jul 24 06:45:46 2024
+++ pkgsrc/finance/py-braintree/Makefile        Mon Oct  7 12:39:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2024/07/24 06:45:46 adam Exp $
+# $NetBSD: Makefile,v 1.57 2024/10/07 12:39:12 adam Exp $
 
-DISTNAME=      braintree-4.29.0
+DISTNAME=      braintree-4.30.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/braintree/}
@@ -16,7 +16,5 @@ DEPENDS+=     ${PYPKGPREFIX}-requests>=0.11.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-braintree/distinfo
diff -u pkgsrc/finance/py-braintree/distinfo:1.57 pkgsrc/finance/py-braintree/distinfo:1.58
--- pkgsrc/finance/py-braintree/distinfo:1.57   Wed Jul 24 06:45:46 2024
+++ pkgsrc/finance/py-braintree/distinfo        Mon Oct  7 12:39:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.57 2024/07/24 06:45:46 adam Exp $
+$NetBSD: distinfo,v 1.58 2024/10/07 12:39:12 adam Exp $
 
-BLAKE2s (braintree-4.29.0.tar.gz) = 5707a77e1d67e5a124e1e12f616f5a5d445c40afb4a60a06da6644be03521161
-SHA512 (braintree-4.29.0.tar.gz) = 9631cff1ecd68b25f645d3b4e05e4fff5c3cbece327dbf2060fb197a19cb521ae539fae00cdc20b9d1fce1bbc30af732eedeab5e8450e5c696080d6c099bcad3
-Size (braintree-4.29.0.tar.gz) = 95805 bytes
+BLAKE2s (braintree-4.30.0.tar.gz) = 4faa61ec6753f16ce955b02c349a4c157f41b34c6bc00fc44daa0ea7235a8d55
+SHA512 (braintree-4.30.0.tar.gz) = 3dbbd9081d1181e294e1f717dd32ca8f63dbbbbc2be3ef34cccd7dc519a5908ab881988673e24236be321b86153624f698ebc6814748233eb096c3ffd889ce6e
+Size (braintree-4.30.0.tar.gz) = 95937 bytes



Home | Main Index | Thread Index | Old Index