py-braintree: updated to 3.47.0
3.47.0 Add processor respone code and processor response text to authorization adjustments subfield in transaction response. Add support for Samsung Pay
This commit is contained in:
parent
6e082b76cd
commit
6868c6394a
3 changed files with 12 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.11 2018/05/23 07:46:23 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2018/08/02 15:26:03 adam Exp $
|
||||
|
||||
DISTNAME= braintree-3.46.0
|
||||
DISTNAME= braintree-3.47.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=b/braintree/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://developers.braintreepayments.com/python/sdk/server/overview
|
||||
HOMEPAGE= https://github.com/braintree/braintree_python
|
||||
COMMENT= Braintree Python Library
|
||||
LICENSE= mit
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2018/04/26 13:25:32 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2018/08/02 15:26:03 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -311,6 +311,9 @@ ${PYSITELIB}/braintree/resource_collection.pyo
|
|||
${PYSITELIB}/braintree/risk_data.py
|
||||
${PYSITELIB}/braintree/risk_data.pyc
|
||||
${PYSITELIB}/braintree/risk_data.pyo
|
||||
${PYSITELIB}/braintree/samsung_pay_card.py
|
||||
${PYSITELIB}/braintree/samsung_pay_card.pyc
|
||||
${PYSITELIB}/braintree/samsung_pay_card.pyo
|
||||
${PYSITELIB}/braintree/search.py
|
||||
${PYSITELIB}/braintree/search.pyc
|
||||
${PYSITELIB}/braintree/search.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2018/05/23 07:46:23 adam Exp $
|
||||
$NetBSD: distinfo,v 1.12 2018/08/02 15:26:03 adam Exp $
|
||||
|
||||
SHA1 (braintree-3.46.0.tar.gz) = 39049005fda25e89673dbffe6d09046e2206fcf3
|
||||
RMD160 (braintree-3.46.0.tar.gz) = 8697eba5bae2f9da0e64be889c072fa94beace27
|
||||
SHA512 (braintree-3.46.0.tar.gz) = 6b7cad3d1d370a79876c0e2cc2b8079c062720f69a44c15e717df994a66aa4cd60c633e9ce1a407f881e63f3236c3f5bd4e96b614c6326c56b9c4c8e30e1bf61
|
||||
Size (braintree-3.46.0.tar.gz) = 72821 bytes
|
||||
SHA1 (braintree-3.47.0.tar.gz) = a0708efb15587136d76d656e916a103d28811375
|
||||
RMD160 (braintree-3.47.0.tar.gz) = 9377ca76a4d160d193f1e23d4ae9a2b083bea6ef
|
||||
SHA512 (braintree-3.47.0.tar.gz) = 0f6d76b28e75b17c4ae5e586e0fe98bb3176b79fbcfb6d74154928e3d057a18dec858cc61f190064c1aeab189bfd6539cf404f910b807669f15cababf3743ec5
|
||||
Size (braintree-3.47.0.tar.gz) = 72087 bytes
|
||||
|
|
Loading…
Reference in a new issue