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:           Wed Jan 22 21:18:26 UTC 2020

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

Log Message:
py-braintree: updated to 3.58.0

3.58.0
Add support for managing Apple Pay domains
Fix error when running against Python 3.8
Add ProcessorDoesNotSupportMotoForCardType to validation errors
Add Graphql ID to CreditCardVerification, Customer, Dispute, and Transaction


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/finance/py-braintree/Makefile \
    pkgsrc/finance/py-braintree/distinfo
cvs rdiff -u -r1.12 -r1.13 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.22 pkgsrc/finance/py-braintree/Makefile:1.23
--- pkgsrc/finance/py-braintree/Makefile:1.22   Wed Oct 16 14:31:23 2019
+++ pkgsrc/finance/py-braintree/Makefile        Wed Jan 22 21:18:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/10/16 14:31:23 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/01/22 21:18:26 adam Exp $
 
-DISTNAME=      braintree-3.57.1
+DISTNAME=      braintree-3.58.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.22 pkgsrc/finance/py-braintree/distinfo:1.23
--- pkgsrc/finance/py-braintree/distinfo:1.22   Wed Oct 16 14:31:23 2019
+++ pkgsrc/finance/py-braintree/distinfo        Wed Jan 22 21:18:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2019/10/16 14:31:23 adam Exp $
+$NetBSD: distinfo,v 1.23 2020/01/22 21:18:26 adam Exp $
 
-SHA1 (braintree-3.57.1.tar.gz) = 28803427dd4f4da889bc5e6ec2e9541f768aea28
-RMD160 (braintree-3.57.1.tar.gz) = 59dea13e50147cb569f0f4cb8112993cdba261c5
-SHA512 (braintree-3.57.1.tar.gz) = 46ed63b7fa54368d43327e7bbb8d3f7bcebbc481d1604088c6b056465f0fa841cf9f2cfdee9b2e0c2e7eb2e38167f1b3762a59c9c1f110bf815f2fb7eca74a7a
-Size (braintree-3.57.1.tar.gz) = 78617 bytes
+SHA1 (braintree-3.58.0.tar.gz) = 522443319f0866e7f99d9719bd84443a548552ab
+RMD160 (braintree-3.58.0.tar.gz) = c18add4641fa679c14060b35d2ff92f9f9c419c1
+SHA512 (braintree-3.58.0.tar.gz) = 705951e525ba3cc2fa091544da485427bb4cee65cd265dc3dd89a9e225be22ece3886af6b3a4f065e81f64bedefaf7acb7c65fca68d9d8de5131ee2dc9c5a439
+Size (braintree-3.58.0.tar.gz) = 78924 bytes

Index: pkgsrc/finance/py-braintree/PLIST
diff -u pkgsrc/finance/py-braintree/PLIST:1.12 pkgsrc/finance/py-braintree/PLIST:1.13
--- pkgsrc/finance/py-braintree/PLIST:1.12      Sun Aug 11 12:02:17 2019
+++ pkgsrc/finance/py-braintree/PLIST   Wed Jan 22 21:18:26 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/08/11 12:02:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/01/22 21:18:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -35,6 +35,9 @@ ${PYSITELIB}/braintree/android_pay_card.
 ${PYSITELIB}/braintree/apple_pay_card.py
 ${PYSITELIB}/braintree/apple_pay_card.pyc
 ${PYSITELIB}/braintree/apple_pay_card.pyo
+${PYSITELIB}/braintree/apple_pay_gateway.py
+${PYSITELIB}/braintree/apple_pay_gateway.pyc
+${PYSITELIB}/braintree/apple_pay_gateway.pyo
 ${PYSITELIB}/braintree/attribute_getter.py
 ${PYSITELIB}/braintree/attribute_getter.pyc
 ${PYSITELIB}/braintree/attribute_getter.pyo



Home | Main Index | Thread Index | Old Index