summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-01-08 11:19:03 +0000
committeradam <adam@pkgsrc.org>2020-01-08 11:19:03 +0000
commit713a5dbb725ccc0ef008d68a3b92a3a83d1fa8b0 (patch)
tree81f9e4bd02091376efa4205f30ddcb12a5c64b7e /finance
parenta6339cc0dc6997eb3dc4f6fb4866161b78a69b8e (diff)
downloadpkgsrc-713a5dbb725ccc0ef008d68a3b92a3a83d1fa8b0.tar.gz
py-stripe: updated to 2.41.1
2.41.1: * Fix uploading files with Unicode names (Python 2.7) * Update Python API docs inline link * Update `proxy.py` 2.41.0: * Add support for `CreditNote` preview 2.40.0: * Add list_usage_record_summaries and list_source_transactions 2.39.0: * Add support for `Mandate` 2.38.0: * Add support for reverse pagination * Contributor Convenant 2.37.2: * Implement support for stripe-should-retry and retry-after headers 2.37.1: * Check that `error` is a dict before trying to use it to create a `StripeError` 2.37.0: * Add `ErrorObject` to `StripeError` exceptions * Pass `CFLAGS` and `LDFLAGS` when running tests 2.36.2: * Use `OrderedDict` to maintain key order in API requests and responses 2.36.1: * Use `ListObject` properties as default values in request methods 2.36.0: * Add support for header parameters in `ListObject` request methods
Diffstat (limited to 'finance')
-rw-r--r--finance/py-stripe/Makefile4
-rw-r--r--finance/py-stripe/PLIST8
-rw-r--r--finance/py-stripe/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile
index b3ad57d7aaa..3b1185b396e 100644
--- a/finance/py-stripe/Makefile
+++ b/finance/py-stripe/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/08/26 14:26:43 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/08 11:19:03 adam Exp $
-DISTNAME= stripe-2.35.1
+DISTNAME= stripe-2.41.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/}
diff --git a/finance/py-stripe/PLIST b/finance/py-stripe/PLIST
index dc0ebfdca33..d371c2d1d72 100644
--- a/finance/py-stripe/PLIST
+++ b/finance/py-stripe/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/08/26 14:26:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/01/08 11:19:03 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -113,6 +113,9 @@ ${PYSITELIB}/stripe/api_resources/dispute.pyo
${PYSITELIB}/stripe/api_resources/ephemeral_key.py
${PYSITELIB}/stripe/api_resources/ephemeral_key.pyc
${PYSITELIB}/stripe/api_resources/ephemeral_key.pyo
+${PYSITELIB}/stripe/api_resources/error_object.py
+${PYSITELIB}/stripe/api_resources/error_object.pyc
+${PYSITELIB}/stripe/api_resources/error_object.pyo
${PYSITELIB}/stripe/api_resources/event.py
${PYSITELIB}/stripe/api_resources/event.pyc
${PYSITELIB}/stripe/api_resources/event.pyo
@@ -164,6 +167,9 @@ ${PYSITELIB}/stripe/api_resources/list_object.pyo
${PYSITELIB}/stripe/api_resources/login_link.py
${PYSITELIB}/stripe/api_resources/login_link.pyc
${PYSITELIB}/stripe/api_resources/login_link.pyo
+${PYSITELIB}/stripe/api_resources/mandate.py
+${PYSITELIB}/stripe/api_resources/mandate.pyc
+${PYSITELIB}/stripe/api_resources/mandate.pyo
${PYSITELIB}/stripe/api_resources/order.py
${PYSITELIB}/stripe/api_resources/order.pyc
${PYSITELIB}/stripe/api_resources/order.pyo
diff --git a/finance/py-stripe/distinfo b/finance/py-stripe/distinfo
index 0debba488d1..1582b50c05f 100644
--- a/finance/py-stripe/distinfo
+++ b/finance/py-stripe/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/08/26 14:26:43 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/01/08 11:19:03 adam Exp $
-SHA1 (stripe-2.35.1.tar.gz) = c18ae8dd0cc2c04ab9b321680d42d84a2cbf17f2
-RMD160 (stripe-2.35.1.tar.gz) = accfa92516f72696df78e593263f502586171c79
-SHA512 (stripe-2.35.1.tar.gz) = ee7b2dcc4aba422a48f971034d5a861202d4df743fc8be6411ac0d736836aedc730c35b7ce56caba8caadcbd2614bf166505f895f7b4909bd32a10c620b8be2b
-Size (stripe-2.35.1.tar.gz) = 207237 bytes
+SHA1 (stripe-2.41.1.tar.gz) = dfca3a790460f73aa24d945a5d04b74bd5d038e4
+RMD160 (stripe-2.41.1.tar.gz) = edf7c1ecbdd74703df1d5553d7085e0984ce2b64
+SHA512 (stripe-2.41.1.tar.gz) = 34939964c99f42a31efe83a458a85f139e36b8869e78e63020259eff1737c11628ce6e24825e8ade57700d24a9ac78cfa32478406be11a0901fca688cbf1e841
+Size (stripe-2.41.1.tar.gz) = 217323 bytes