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:           Fri Jan 12 13:20:52 UTC 2024

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

Log Message:
py-braintree: updated to 4.26.0

4.26.0

Remove usage of standard library deprecated cgi module. Note: this will break integrations on versions of Python below 3.2. However, this is NOT a breaking change to this library, due to our current 
support of Python 3.5+.
Add PackageDetails class.
Add packages to Transaction attributes.
Add package_tracking method to TransactionGateway to make request to add tracking information to transactions.
Add process_debit_as_credit to credit_card field in options field during Transaction create.
Deprecate three_d_secure_token in favor of three_d_secure_authentication_id
Add upc_code, upc_type, and image_url to line_items in transaction
Deprecate venmo_sdk_session and venmo_sdk_payment_method_code


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/finance/py-braintree/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/finance/py-braintree/PLIST
cvs rdiff -u -r1.53 -r1.54 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.52 pkgsrc/finance/py-braintree/Makefile:1.53
--- pkgsrc/finance/py-braintree/Makefile:1.52   Fri Jan  5 20:23:01 2024
+++ pkgsrc/finance/py-braintree/Makefile        Fri Jan 12 13:20:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2024/01/05 20:23:01 adam Exp $
+# $NetBSD: Makefile,v 1.53 2024/01/12 13:20:52 adam Exp $
 
-DISTNAME=      braintree-4.25.0
+DISTNAME=      braintree-4.26.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.23 pkgsrc/finance/py-braintree/PLIST:1.24
--- pkgsrc/finance/py-braintree/PLIST:1.23      Fri Jan  5 20:23:01 2024
+++ pkgsrc/finance/py-braintree/PLIST   Fri Jan 12 13:20:52 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2024/01/05 20:23:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2024/01/12 13:20:52 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -313,6 +313,9 @@ ${PYSITELIB}/braintree/oauth_credentials
 ${PYSITELIB}/braintree/oauth_gateway.py
 ${PYSITELIB}/braintree/oauth_gateway.pyc
 ${PYSITELIB}/braintree/oauth_gateway.pyo
+${PYSITELIB}/braintree/package_details.py
+${PYSITELIB}/braintree/package_details.pyc
+${PYSITELIB}/braintree/package_details.pyo
 ${PYSITELIB}/braintree/paginated_collection.py
 ${PYSITELIB}/braintree/paginated_collection.pyc
 ${PYSITELIB}/braintree/paginated_collection.pyo

Index: pkgsrc/finance/py-braintree/distinfo
diff -u pkgsrc/finance/py-braintree/distinfo:1.53 pkgsrc/finance/py-braintree/distinfo:1.54
--- pkgsrc/finance/py-braintree/distinfo:1.53   Fri Jan  5 20:23:01 2024
+++ pkgsrc/finance/py-braintree/distinfo        Fri Jan 12 13:20:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2024/01/05 20:23:01 adam Exp $
+$NetBSD: distinfo,v 1.54 2024/01/12 13:20:52 adam Exp $
 
-BLAKE2s (braintree-4.25.0.tar.gz) = f33b4e976fd5ec1adfa7650447495167276e2817667caf548dd3e830a7fb998e
-SHA512 (braintree-4.25.0.tar.gz) = 34782db678dba4238dc639184429212987eddb4669f415116eb1b32fbe8e4a5f7a31fe4b9282e6f876bfef97a8f4850d5ce134dae41d6b3675928a9618cb6b8a
-Size (braintree-4.25.0.tar.gz) = 94259 bytes
+BLAKE2s (braintree-4.26.0.tar.gz) = fc6f599d6ef3e766f556009e501d6917e2f2d02a3e877389bcd7598821d845aa
+SHA512 (braintree-4.26.0.tar.gz) = 3250aabae5f70f957e8cab803e13f8ced992e5b0b89696fa2d8a71bdd22c902d880511b031d14da194551514b2e2981f1833f841005e9feec23239bc5149ee4b
+Size (braintree-4.26.0.tar.gz) = 95159 bytes



Home | Main Index | Thread Index | Old Index