py-stripe: updated to 2.35.1
2.35.1: * Fix automatic retries of failed requests * Clarify what `max_network_retries` does 2.35.0: * Add `SubscriptionItem.create_usage_record` method 2.34.0: * Remove subscription schedule revisions - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused. 2.33.2: * Add support for passing full objects instead of IDs to custom methods * Bump vendored six to latest version 2.33.1: * Fix `del` statement to not raise `KeyError` 2.33.0: * Listing `BalanceTransaction` objects now uses `/v1/balance_transactions` instead of `/v1/balance/history` 2.32.1: * Fix argument name conflict 2.32.0: * Add support for the `SetupIntent` resource and APIs 2.31.0: * Enable request latency telemetry by default 2.30.1: * Fix support for `CustomerBalanceTransaction` 2.30.0: * Add support for `CustomerBalanceTransaction` resource and APIs 2.29.4: * Remove Poetry and reinstate `setup.py` 2.29.3: Version 2.29.2 was non-functional due to a bugged `version.py` file. This release is identical to 2.29.2 save for the version number. 2.29.2: * Replace pipenv with poetry 2.29.1: * Verify signatures before deserializing events 2.29.0: * Add support for `radar.early_fraud_warning` resource 2.28.2: * Fix a few more code quality issues 2.28.1: * Fix a few code quality issues 2.28.0: * Add support for the `Capability` resource and APIs
This commit is contained in:
parent
4436c00a57
commit
f23b1d2288
3 changed files with 23 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.16 2019/04/25 05:06:20 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2019/08/26 14:26:43 adam Exp $
|
||||
|
||||
DISTNAME= stripe-2.27.0
|
||||
DISTNAME= stripe-2.35.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2019/04/25 05:06:20 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2019/08/26 14:26:43 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -77,6 +77,9 @@ ${PYSITELIB}/stripe/api_resources/bitcoin_receiver.pyo
|
|||
${PYSITELIB}/stripe/api_resources/bitcoin_transaction.py
|
||||
${PYSITELIB}/stripe/api_resources/bitcoin_transaction.pyc
|
||||
${PYSITELIB}/stripe/api_resources/bitcoin_transaction.pyo
|
||||
${PYSITELIB}/stripe/api_resources/capability.py
|
||||
${PYSITELIB}/stripe/api_resources/capability.pyc
|
||||
${PYSITELIB}/stripe/api_resources/capability.pyo
|
||||
${PYSITELIB}/stripe/api_resources/card.py
|
||||
${PYSITELIB}/stripe/api_resources/card.pyc
|
||||
${PYSITELIB}/stripe/api_resources/card.pyo
|
||||
|
@ -101,6 +104,9 @@ ${PYSITELIB}/stripe/api_resources/credit_note.pyo
|
|||
${PYSITELIB}/stripe/api_resources/customer.py
|
||||
${PYSITELIB}/stripe/api_resources/customer.pyc
|
||||
${PYSITELIB}/stripe/api_resources/customer.pyo
|
||||
${PYSITELIB}/stripe/api_resources/customer_balance_transaction.py
|
||||
${PYSITELIB}/stripe/api_resources/customer_balance_transaction.pyc
|
||||
${PYSITELIB}/stripe/api_resources/customer_balance_transaction.pyo
|
||||
${PYSITELIB}/stripe/api_resources/dispute.py
|
||||
${PYSITELIB}/stripe/api_resources/dispute.pyc
|
||||
${PYSITELIB}/stripe/api_resources/dispute.pyo
|
||||
|
@ -185,6 +191,9 @@ ${PYSITELIB}/stripe/api_resources/product.pyo
|
|||
${PYSITELIB}/stripe/api_resources/radar/__init__.py
|
||||
${PYSITELIB}/stripe/api_resources/radar/__init__.pyc
|
||||
${PYSITELIB}/stripe/api_resources/radar/__init__.pyo
|
||||
${PYSITELIB}/stripe/api_resources/radar/early_fraud_warning.py
|
||||
${PYSITELIB}/stripe/api_resources/radar/early_fraud_warning.pyc
|
||||
${PYSITELIB}/stripe/api_resources/radar/early_fraud_warning.pyo
|
||||
${PYSITELIB}/stripe/api_resources/radar/value_list.py
|
||||
${PYSITELIB}/stripe/api_resources/radar/value_list.pyc
|
||||
${PYSITELIB}/stripe/api_resources/radar/value_list.pyo
|
||||
|
@ -215,6 +224,9 @@ ${PYSITELIB}/stripe/api_resources/reversal.pyo
|
|||
${PYSITELIB}/stripe/api_resources/review.py
|
||||
${PYSITELIB}/stripe/api_resources/review.pyc
|
||||
${PYSITELIB}/stripe/api_resources/review.pyo
|
||||
${PYSITELIB}/stripe/api_resources/setup_intent.py
|
||||
${PYSITELIB}/stripe/api_resources/setup_intent.pyc
|
||||
${PYSITELIB}/stripe/api_resources/setup_intent.pyo
|
||||
${PYSITELIB}/stripe/api_resources/sigma/__init__.py
|
||||
${PYSITELIB}/stripe/api_resources/sigma/__init__.pyc
|
||||
${PYSITELIB}/stripe/api_resources/sigma/__init__.pyo
|
||||
|
@ -239,9 +251,6 @@ ${PYSITELIB}/stripe/api_resources/subscription_item.pyo
|
|||
${PYSITELIB}/stripe/api_resources/subscription_schedule.py
|
||||
${PYSITELIB}/stripe/api_resources/subscription_schedule.pyc
|
||||
${PYSITELIB}/stripe/api_resources/subscription_schedule.pyo
|
||||
${PYSITELIB}/stripe/api_resources/subscription_schedule_revision.py
|
||||
${PYSITELIB}/stripe/api_resources/subscription_schedule_revision.pyc
|
||||
${PYSITELIB}/stripe/api_resources/subscription_schedule_revision.pyo
|
||||
${PYSITELIB}/stripe/api_resources/tax_id.py
|
||||
${PYSITELIB}/stripe/api_resources/tax_id.pyc
|
||||
${PYSITELIB}/stripe/api_resources/tax_id.pyo
|
||||
|
@ -297,6 +306,9 @@ ${PYSITELIB}/stripe/oauth.pyo
|
|||
${PYSITELIB}/stripe/oauth_error.py
|
||||
${PYSITELIB}/stripe/oauth_error.pyc
|
||||
${PYSITELIB}/stripe/oauth_error.pyo
|
||||
${PYSITELIB}/stripe/object_classes.py
|
||||
${PYSITELIB}/stripe/object_classes.pyc
|
||||
${PYSITELIB}/stripe/object_classes.pyo
|
||||
${PYSITELIB}/stripe/request_metrics.py
|
||||
${PYSITELIB}/stripe/request_metrics.pyc
|
||||
${PYSITELIB}/stripe/request_metrics.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2019/04/25 05:06:20 adam Exp $
|
||||
$NetBSD: distinfo,v 1.15 2019/08/26 14:26:43 adam Exp $
|
||||
|
||||
SHA1 (stripe-2.27.0.tar.gz) = 40e038e76aea6a348cdabb3607684d0070dd3a53
|
||||
RMD160 (stripe-2.27.0.tar.gz) = c2b11a81c1261817f34d60c14c1ef3b3446b03d6
|
||||
SHA512 (stripe-2.27.0.tar.gz) = 10240b447982ceb359899861df238b25f8d6b4231d29b7787b6e266e0813984e660464cc487bd2d1260c3ab10b0378ce20d8fa768e611f8e9275172d4b6b25fe
|
||||
Size (stripe-2.27.0.tar.gz) = 204019 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue