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:           Thu Apr  5 08:15:56 UTC 2018

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

Log Message:
py-braintree: updated to 3.43.0

3.43.0
Add oauth_access_revocation to WebhookNotifications
Add support for customer_id, disbursement_date and history_event_effective_date in DisputeSearch
Remove sepa_mandate_type and sepa_mandate_acceptance_location params from ClientToken
Add support for VCR compelling evidence dispute representment


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/finance/py-braintree/Makefile \
    pkgsrc/finance/py-braintree/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-braintree/PLIST

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.7 pkgsrc/finance/py-braintree/Makefile:1.8
--- pkgsrc/finance/py-braintree/Makefile:1.7    Thu Mar  1 08:03:51 2018
+++ pkgsrc/finance/py-braintree/Makefile        Thu Apr  5 08:15:56 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/03/01 08:03:51 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/04/05 08:15:56 adam Exp $
 
-DISTNAME=      braintree-3.42.0
+DISTNAME=      braintree-3.43.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/braintree/}
Index: pkgsrc/finance/py-braintree/distinfo
diff -u pkgsrc/finance/py-braintree/distinfo:1.7 pkgsrc/finance/py-braintree/distinfo:1.8
--- pkgsrc/finance/py-braintree/distinfo:1.7    Thu Mar  1 08:03:51 2018
+++ pkgsrc/finance/py-braintree/distinfo        Thu Apr  5 08:15:56 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/03/01 08:03:51 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/04/05 08:15:56 adam Exp $
 
-SHA1 (braintree-3.42.0.tar.gz) = 9e6ed06a6db62f3b3fe1413f7ea9a214a41e6f17
-RMD160 (braintree-3.42.0.tar.gz) = 1b0ddeaf3c6f7c63dae280c1088283a1dccec46c
-SHA512 (braintree-3.42.0.tar.gz) = 171a393faad88945408fe6063136432303dda0bed587532b767e64ea5c60328ef4d89a2fb87765fc2c9821a1eed324568d503c7c41e0996af498cb69e4534f91
-Size (braintree-3.42.0.tar.gz) = 70731 bytes
+SHA1 (braintree-3.43.0.tar.gz) = 78749540056304d3a2601bd174981d42da272406
+RMD160 (braintree-3.43.0.tar.gz) = ca11032ca799791441b3bfef0947388a2dab4358
+SHA512 (braintree-3.43.0.tar.gz) = 4e23de1dba29dd49a8d0d4c07e0ff4c0b2fde8f60b87e4387098b1b47d926162e0bdeb22428a78c0c780e26b41d89fda23260585f516990f882cae235ca4f6e6
+Size (braintree-3.43.0.tar.gz) = 73028 bytes

Index: pkgsrc/finance/py-braintree/PLIST
diff -u pkgsrc/finance/py-braintree/PLIST:1.4 pkgsrc/finance/py-braintree/PLIST:1.5
--- pkgsrc/finance/py-braintree/PLIST:1.4       Sun Jan 21 12:17:25 2018
+++ pkgsrc/finance/py-braintree/PLIST   Thu Apr  5 08:15:56 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/01/21 12:17:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/04/05 08:15:56 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -257,6 +257,9 @@ ${PYSITELIB}/braintree/merchant_gateway.
 ${PYSITELIB}/braintree/modification.py
 ${PYSITELIB}/braintree/modification.pyc
 ${PYSITELIB}/braintree/modification.pyo
+${PYSITELIB}/braintree/oauth_access_revocation.py
+${PYSITELIB}/braintree/oauth_access_revocation.pyc
+${PYSITELIB}/braintree/oauth_access_revocation.pyo
 ${PYSITELIB}/braintree/oauth_credentials.py
 ${PYSITELIB}/braintree/oauth_credentials.pyc
 ${PYSITELIB}/braintree/oauth_credentials.pyo



Home | Main Index | Thread Index | Old Index