pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/py-stripe



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan  6 18:39:19 UTC 2024

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

Log Message:
py-stripe: updated to 7.11.0

7.11.0 - 2024-01-04
* Update generated code
 * Add support for `retrieve` on resource `tax.Registration`
 * Change type from `Optional[PaymentDetails]` to `PaymentDetails` of `payment_details` on field `AccountSession.Components`
 * Change type from `Optional[Payments]` to `Payments` of `payments` on field `AccountSession.Components`
 * Change type from `Optional[Payouts]` to `Payouts` of `payouts` on field `AccountSession.Components`
 * Change type from `Optional[Features]` to `Features` of `features` on fields `AccountSession.Components.PaymentDetails`, `AccountSession.Components.Payments`, and `AccountSession.Components.Payouts`
 * Change type from `Optional[InvoiceSettings]` to `InvoiceSettings` of `invoice_settings` on field `SubscriptionSchedule.DefaultSettings`

7.10.0 - 2023-12-22
* Update generated code
 * Add support for new resource `FinancialConnections.Transaction`
 * Add support for `list` and `retrieve` methods on resource `Transaction`
 * Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
 * Add support for `features` on `AccountSessionCreateParams.components.payouts`
 * Add support for `edit_payout_schedule`, `instant_payouts`, and `standard_payouts` on `AccountSession.components.payouts.features`
 * Change type of `Checkout.Session.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`Checkout.SessionCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`PaymentIntent.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntent.payment_method_options.us_bank_account.financi
al_connections.prefetch[]`, `SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, 
`SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, and 
`SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]` from `literal('balances')` to `enum('balances'|'transactions')`
 * Add support for new value `financial_connections.account.refreshed_transactions` on enum `Event.type`
 * Add support for new value `transactions` on enum `FinancialConnections.AccountRefreshParams.features[]`
 * Add support for `subscriptions` and `transaction_refresh` on `FinancialConnections.Account`
 * Add support for `next_refresh_available_at` on `FinancialConnections.Account.balance_refresh`
 * Add support for new value `transactions` on enums `FinancialConnections.Session.prefetch[]` and `FinancialConnections.SessionCreateParams.prefetch[]`
 * Add support for new value `unknown` on enums `Issuing.Authorization.verification_data.authentication_exemption.type` and 
`Issuing.AuthorizationCreateParams.testHelpers.verification_data.authentication_exemption.type`
 * Add support for new value `challenge` on enums `PaymentIntent.payment_method_options.card.request_three_d_secure`, `PaymentIntentConfirmParams.payment_method_options.card.request_three_d_secure`, 
`PaymentIntentCreateParams.payment_method_options.card.request_three_d_secure`, `PaymentIntentUpdateParams.payment_method_options.card.request_three_d_secure`, 
`SetupIntent.payment_method_options.card.request_three_d_secure`, `SetupIntentConfirmParams.payment_method_options.card.request_three_d_secure`, 
`SetupIntentCreateParams.payment_method_options.card.request_three_d_secure`, and `SetupIntentUpdateParams.payment_method_options.card.request_three_d_secure`
 * Add support for `revolut_pay` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
 * Change type of `Quote.invoice_settings` from `InvoiceSettingQuoteSetting | null` to `InvoiceSettingQuoteSetting`
 * Add support for `destination_details` on `Refund`
 * Add support for new value `financial_connections.account.refreshed_transactions` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`

* Update generated code
* Remove api_base from RequestOptions type
* Support accessing reserved word resource properties via attribute

7.9.0 - 2023-12-14
* Update generated code

 * Add support for `payment_method_reuse_agreement` on resource classes `PaymentLink.ConsentCollection` and `checkout.Session.ConsentCollection` and parameter classes 
`PaymentLink.CreateParamsConsentCollection` and `checkout.Session.CreateParamsConsentCollection`
 * Add support for `after_submit` on parameter classes `PaymentLink.CreateParamsCustomText`, `PaymentLink.ModifyParamsCustomText`, and `checkout.Session.CreateParamsCustomText` and resource classes 
`PaymentLink.CustomText` and `checkout.Session.CustomText`
 * Add support for `created` on parameter class `radar.EarlyFraudWarning.ListParams`
* Track usage of deprecated `save`
 * Reports uses of the deprecated `.save` in `X-Stripe-Client-Telemetry`. (You can disable telemetry via `stripe.enable_telemetry = false`, see the 
[README](https://github.com/stripe/stripe-python/blob/master/README.md#telemetry).)
* Mark defunct and internal methods as deprecated
* Add more types to _http_client.py

7.8.2 - 2023-12-11
* Do not raise a DeprecationWarning in `stripe.app_info`

7.8.1 - 2023-12-08
* Fix __getattr__ to raise AttributeError rather than returning None. This fixes a regression in 7.8.0 that caused `stripe.checkout`/`stripe.issuing` etc. to return `None`.
* Add missing explicit reexport for `OAuth`, `Webhook`, `WebhookSignature`


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/finance/py-stripe/distinfo

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-stripe/Makefile
diff -u pkgsrc/finance/py-stripe/Makefile:1.58 pkgsrc/finance/py-stripe/Makefile:1.59
--- pkgsrc/finance/py-stripe/Makefile:1.58      Tue Jun  6 12:41:22 2023
+++ pkgsrc/finance/py-stripe/Makefile   Sat Jan  6 18:39:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2023/06/06 12:41:22 riastradh Exp $
+# $NetBSD: Makefile,v 1.59 2024/01/06 18:39:18 adam Exp $
 
-DISTNAME=      stripe-4.2.0
+DISTNAME=      stripe-7.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stripe/}
@@ -10,20 +10,18 @@ HOMEPAGE=   https://github.com/stripe/stri
 COMMENT=       Stripe python bindings
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.5.0:../../devel/py-typing-extensions
 # tests require stripe-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.5:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.7:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.22:../../devel/py-test-xdist
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/py-stripe/PLIST
diff -u pkgsrc/finance/py-stripe/PLIST:1.27 pkgsrc/finance/py-stripe/PLIST:1.28
--- pkgsrc/finance/py-stripe/PLIST:1.27 Mon Aug 22 06:50:21 2022
+++ pkgsrc/finance/py-stripe/PLIST      Sat Jan  6 18:39:18 2024
@@ -1,13 +1,321 @@
-@comment $NetBSD: PLIST,v 1.27 2022/08/22 06:50:21 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.28 2024/01/06 18:39:18 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/stripe/__init__.py
 ${PYSITELIB}/stripe/__init__.pyc
 ${PYSITELIB}/stripe/__init__.pyo
+${PYSITELIB}/stripe/_account.py
+${PYSITELIB}/stripe/_account.pyc
+${PYSITELIB}/stripe/_account.pyo
+${PYSITELIB}/stripe/_account_link.py
+${PYSITELIB}/stripe/_account_link.pyc
+${PYSITELIB}/stripe/_account_link.pyo
+${PYSITELIB}/stripe/_account_session.py
+${PYSITELIB}/stripe/_account_session.pyc
+${PYSITELIB}/stripe/_account_session.pyo
+${PYSITELIB}/stripe/_api_requestor.py
+${PYSITELIB}/stripe/_api_requestor.pyc
+${PYSITELIB}/stripe/_api_requestor.pyo
+${PYSITELIB}/stripe/_api_resource.py
+${PYSITELIB}/stripe/_api_resource.pyc
+${PYSITELIB}/stripe/_api_resource.pyo
+${PYSITELIB}/stripe/_api_version.py
+${PYSITELIB}/stripe/_api_version.pyc
+${PYSITELIB}/stripe/_api_version.pyo
+${PYSITELIB}/stripe/_app_info.py
+${PYSITELIB}/stripe/_app_info.pyc
+${PYSITELIB}/stripe/_app_info.pyo
+${PYSITELIB}/stripe/_apple_pay_domain.py
+${PYSITELIB}/stripe/_apple_pay_domain.pyc
+${PYSITELIB}/stripe/_apple_pay_domain.pyo
+${PYSITELIB}/stripe/_application.py
+${PYSITELIB}/stripe/_application.pyc
+${PYSITELIB}/stripe/_application.pyo
+${PYSITELIB}/stripe/_application_fee.py
+${PYSITELIB}/stripe/_application_fee.pyc
+${PYSITELIB}/stripe/_application_fee.pyo
+${PYSITELIB}/stripe/_application_fee_refund.py
+${PYSITELIB}/stripe/_application_fee_refund.pyc
+${PYSITELIB}/stripe/_application_fee_refund.pyo
+${PYSITELIB}/stripe/_balance.py
+${PYSITELIB}/stripe/_balance.pyc
+${PYSITELIB}/stripe/_balance.pyo
+${PYSITELIB}/stripe/_balance_transaction.py
+${PYSITELIB}/stripe/_balance_transaction.pyc
+${PYSITELIB}/stripe/_balance_transaction.pyo
+${PYSITELIB}/stripe/_bank_account.py
+${PYSITELIB}/stripe/_bank_account.pyc
+${PYSITELIB}/stripe/_bank_account.pyo
+${PYSITELIB}/stripe/_capability.py
+${PYSITELIB}/stripe/_capability.pyc
+${PYSITELIB}/stripe/_capability.pyo
+${PYSITELIB}/stripe/_card.py
+${PYSITELIB}/stripe/_card.pyc
+${PYSITELIB}/stripe/_card.pyo
+${PYSITELIB}/stripe/_cash_balance.py
+${PYSITELIB}/stripe/_cash_balance.pyc
+${PYSITELIB}/stripe/_cash_balance.pyo
+${PYSITELIB}/stripe/_charge.py
+${PYSITELIB}/stripe/_charge.pyc
+${PYSITELIB}/stripe/_charge.pyo
+${PYSITELIB}/stripe/_connect_collection_transfer.py
+${PYSITELIB}/stripe/_connect_collection_transfer.pyc
+${PYSITELIB}/stripe/_connect_collection_transfer.pyo
+${PYSITELIB}/stripe/_country_spec.py
+${PYSITELIB}/stripe/_country_spec.pyc
+${PYSITELIB}/stripe/_country_spec.pyo
+${PYSITELIB}/stripe/_coupon.py
+${PYSITELIB}/stripe/_coupon.pyc
+${PYSITELIB}/stripe/_coupon.pyo
+${PYSITELIB}/stripe/_createable_api_resource.py
+${PYSITELIB}/stripe/_createable_api_resource.pyc
+${PYSITELIB}/stripe/_createable_api_resource.pyo
+${PYSITELIB}/stripe/_credit_note.py
+${PYSITELIB}/stripe/_credit_note.pyc
+${PYSITELIB}/stripe/_credit_note.pyo
+${PYSITELIB}/stripe/_credit_note_line_item.py
+${PYSITELIB}/stripe/_credit_note_line_item.pyc
+${PYSITELIB}/stripe/_credit_note_line_item.pyo
+${PYSITELIB}/stripe/_custom_method.py
+${PYSITELIB}/stripe/_custom_method.pyc
+${PYSITELIB}/stripe/_custom_method.pyo
+${PYSITELIB}/stripe/_customer.py
+${PYSITELIB}/stripe/_customer.pyc
+${PYSITELIB}/stripe/_customer.pyo
+${PYSITELIB}/stripe/_customer_balance_transaction.py
+${PYSITELIB}/stripe/_customer_balance_transaction.pyc
+${PYSITELIB}/stripe/_customer_balance_transaction.pyo
+${PYSITELIB}/stripe/_customer_cash_balance_transaction.py
+${PYSITELIB}/stripe/_customer_cash_balance_transaction.pyc
+${PYSITELIB}/stripe/_customer_cash_balance_transaction.pyo
+${PYSITELIB}/stripe/_deletable_api_resource.py
+${PYSITELIB}/stripe/_deletable_api_resource.pyc
+${PYSITELIB}/stripe/_deletable_api_resource.pyo
+${PYSITELIB}/stripe/_discount.py
+${PYSITELIB}/stripe/_discount.pyc
+${PYSITELIB}/stripe/_discount.pyo
+${PYSITELIB}/stripe/_dispute.py
+${PYSITELIB}/stripe/_dispute.pyc
+${PYSITELIB}/stripe/_dispute.pyo
+${PYSITELIB}/stripe/_encode.py
+${PYSITELIB}/stripe/_encode.pyc
+${PYSITELIB}/stripe/_encode.pyo
+${PYSITELIB}/stripe/_ephemeral_key.py
+${PYSITELIB}/stripe/_ephemeral_key.pyc
+${PYSITELIB}/stripe/_ephemeral_key.pyo
+${PYSITELIB}/stripe/_error.py
+${PYSITELIB}/stripe/_error.pyc
+${PYSITELIB}/stripe/_error.pyo
+${PYSITELIB}/stripe/_error_object.py
+${PYSITELIB}/stripe/_error_object.pyc
+${PYSITELIB}/stripe/_error_object.pyo
+${PYSITELIB}/stripe/_event.py
+${PYSITELIB}/stripe/_event.pyc
+${PYSITELIB}/stripe/_event.pyo
+${PYSITELIB}/stripe/_exchange_rate.py
+${PYSITELIB}/stripe/_exchange_rate.pyc
+${PYSITELIB}/stripe/_exchange_rate.pyo
+${PYSITELIB}/stripe/_expandable_field.py
+${PYSITELIB}/stripe/_expandable_field.pyc
+${PYSITELIB}/stripe/_expandable_field.pyo
+${PYSITELIB}/stripe/_file.py
+${PYSITELIB}/stripe/_file.pyc
+${PYSITELIB}/stripe/_file.pyo
+${PYSITELIB}/stripe/_file_link.py
+${PYSITELIB}/stripe/_file_link.pyc
+${PYSITELIB}/stripe/_file_link.pyo
+${PYSITELIB}/stripe/_funding_instructions.py
+${PYSITELIB}/stripe/_funding_instructions.pyc
+${PYSITELIB}/stripe/_funding_instructions.pyo
+${PYSITELIB}/stripe/_http_client.py
+${PYSITELIB}/stripe/_http_client.pyc
+${PYSITELIB}/stripe/_http_client.pyo
+${PYSITELIB}/stripe/_invoice.py
+${PYSITELIB}/stripe/_invoice.pyc
+${PYSITELIB}/stripe/_invoice.pyo
+${PYSITELIB}/stripe/_invoice_item.py
+${PYSITELIB}/stripe/_invoice_item.pyc
+${PYSITELIB}/stripe/_invoice_item.pyo
+${PYSITELIB}/stripe/_invoice_line_item.py
+${PYSITELIB}/stripe/_invoice_line_item.pyc
+${PYSITELIB}/stripe/_invoice_line_item.pyo
+${PYSITELIB}/stripe/_line_item.py
+${PYSITELIB}/stripe/_line_item.pyc
+${PYSITELIB}/stripe/_line_item.pyo
+${PYSITELIB}/stripe/_list_object.py
+${PYSITELIB}/stripe/_list_object.pyc
+${PYSITELIB}/stripe/_list_object.pyo
+${PYSITELIB}/stripe/_listable_api_resource.py
+${PYSITELIB}/stripe/_listable_api_resource.pyc
+${PYSITELIB}/stripe/_listable_api_resource.pyo
+${PYSITELIB}/stripe/_login_link.py
+${PYSITELIB}/stripe/_login_link.pyc
+${PYSITELIB}/stripe/_login_link.pyo
+${PYSITELIB}/stripe/_mandate.py
+${PYSITELIB}/stripe/_mandate.pyc
+${PYSITELIB}/stripe/_mandate.pyo
+${PYSITELIB}/stripe/_multipart_data_generator.py
+${PYSITELIB}/stripe/_multipart_data_generator.pyc
+${PYSITELIB}/stripe/_multipart_data_generator.pyo
+${PYSITELIB}/stripe/_nested_resource_class_methods.py
+${PYSITELIB}/stripe/_nested_resource_class_methods.pyc
+${PYSITELIB}/stripe/_nested_resource_class_methods.pyo
+${PYSITELIB}/stripe/_oauth.py
+${PYSITELIB}/stripe/_oauth.pyc
+${PYSITELIB}/stripe/_oauth.pyo
+${PYSITELIB}/stripe/_object_classes.py
+${PYSITELIB}/stripe/_object_classes.pyc
+${PYSITELIB}/stripe/_object_classes.pyo
+${PYSITELIB}/stripe/_payment_intent.py
+${PYSITELIB}/stripe/_payment_intent.pyc
+${PYSITELIB}/stripe/_payment_intent.pyo
+${PYSITELIB}/stripe/_payment_link.py
+${PYSITELIB}/stripe/_payment_link.pyc
+${PYSITELIB}/stripe/_payment_link.pyo
+${PYSITELIB}/stripe/_payment_method.py
+${PYSITELIB}/stripe/_payment_method.pyc
+${PYSITELIB}/stripe/_payment_method.pyo
+${PYSITELIB}/stripe/_payment_method_configuration.py
+${PYSITELIB}/stripe/_payment_method_configuration.pyc
+${PYSITELIB}/stripe/_payment_method_configuration.pyo
+${PYSITELIB}/stripe/_payment_method_domain.py
+${PYSITELIB}/stripe/_payment_method_domain.pyc
+${PYSITELIB}/stripe/_payment_method_domain.pyo
+${PYSITELIB}/stripe/_payout.py
+${PYSITELIB}/stripe/_payout.pyc
+${PYSITELIB}/stripe/_payout.pyo
+${PYSITELIB}/stripe/_person.py
+${PYSITELIB}/stripe/_person.pyc
+${PYSITELIB}/stripe/_person.pyo
+${PYSITELIB}/stripe/_plan.py
+${PYSITELIB}/stripe/_plan.pyc
+${PYSITELIB}/stripe/_plan.pyo
+${PYSITELIB}/stripe/_platform_tax_fee.py
+${PYSITELIB}/stripe/_platform_tax_fee.pyc
+${PYSITELIB}/stripe/_platform_tax_fee.pyo
+${PYSITELIB}/stripe/_price.py
+${PYSITELIB}/stripe/_price.pyc
+${PYSITELIB}/stripe/_price.pyo
+${PYSITELIB}/stripe/_product.py
+${PYSITELIB}/stripe/_product.pyc
+${PYSITELIB}/stripe/_product.pyo
+${PYSITELIB}/stripe/_promotion_code.py
+${PYSITELIB}/stripe/_promotion_code.pyc
+${PYSITELIB}/stripe/_promotion_code.pyo
+${PYSITELIB}/stripe/_quote.py
+${PYSITELIB}/stripe/_quote.pyc
+${PYSITELIB}/stripe/_quote.pyo
+${PYSITELIB}/stripe/_refund.py
+${PYSITELIB}/stripe/_refund.pyc
+${PYSITELIB}/stripe/_refund.pyo
+${PYSITELIB}/stripe/_request_metrics.py
+${PYSITELIB}/stripe/_request_metrics.pyc
+${PYSITELIB}/stripe/_request_metrics.pyo
+${PYSITELIB}/stripe/_request_options.py
+${PYSITELIB}/stripe/_request_options.pyc
+${PYSITELIB}/stripe/_request_options.pyo
+${PYSITELIB}/stripe/_reserve_transaction.py
+${PYSITELIB}/stripe/_reserve_transaction.pyc
+${PYSITELIB}/stripe/_reserve_transaction.pyo
+${PYSITELIB}/stripe/_reversal.py
+${PYSITELIB}/stripe/_reversal.pyc
+${PYSITELIB}/stripe/_reversal.pyo
+${PYSITELIB}/stripe/_review.py
+${PYSITELIB}/stripe/_review.pyc
+${PYSITELIB}/stripe/_review.pyo
+${PYSITELIB}/stripe/_search_result_object.py
+${PYSITELIB}/stripe/_search_result_object.pyc
+${PYSITELIB}/stripe/_search_result_object.pyo
+${PYSITELIB}/stripe/_searchable_api_resource.py
+${PYSITELIB}/stripe/_searchable_api_resource.pyc
+${PYSITELIB}/stripe/_searchable_api_resource.pyo
+${PYSITELIB}/stripe/_setup_attempt.py
+${PYSITELIB}/stripe/_setup_attempt.pyc
+${PYSITELIB}/stripe/_setup_attempt.pyo
+${PYSITELIB}/stripe/_setup_intent.py
+${PYSITELIB}/stripe/_setup_intent.pyc
+${PYSITELIB}/stripe/_setup_intent.pyo
+${PYSITELIB}/stripe/_shipping_rate.py
+${PYSITELIB}/stripe/_shipping_rate.pyc
+${PYSITELIB}/stripe/_shipping_rate.pyo
+${PYSITELIB}/stripe/_singleton_api_resource.py
+${PYSITELIB}/stripe/_singleton_api_resource.pyc
+${PYSITELIB}/stripe/_singleton_api_resource.pyo
+${PYSITELIB}/stripe/_source.py
+${PYSITELIB}/stripe/_source.pyc
+${PYSITELIB}/stripe/_source.pyo
+${PYSITELIB}/stripe/_source_mandate_notification.py
+${PYSITELIB}/stripe/_source_mandate_notification.pyc
+${PYSITELIB}/stripe/_source_mandate_notification.pyo
+${PYSITELIB}/stripe/_source_transaction.py
+${PYSITELIB}/stripe/_source_transaction.pyc
+${PYSITELIB}/stripe/_source_transaction.pyo
+${PYSITELIB}/stripe/_stripe_object.py
+${PYSITELIB}/stripe/_stripe_object.pyc
+${PYSITELIB}/stripe/_stripe_object.pyo
+${PYSITELIB}/stripe/_stripe_response.py
+${PYSITELIB}/stripe/_stripe_response.pyc
+${PYSITELIB}/stripe/_stripe_response.pyo
+${PYSITELIB}/stripe/_subscription.py
+${PYSITELIB}/stripe/_subscription.pyc
+${PYSITELIB}/stripe/_subscription.pyo
+${PYSITELIB}/stripe/_subscription_item.py
+${PYSITELIB}/stripe/_subscription_item.pyc
+${PYSITELIB}/stripe/_subscription_item.pyo
+${PYSITELIB}/stripe/_subscription_schedule.py
+${PYSITELIB}/stripe/_subscription_schedule.pyc
+${PYSITELIB}/stripe/_subscription_schedule.pyo
+${PYSITELIB}/stripe/_tax_code.py
+${PYSITELIB}/stripe/_tax_code.pyc
+${PYSITELIB}/stripe/_tax_code.pyo
+${PYSITELIB}/stripe/_tax_deducted_at_source.py
+${PYSITELIB}/stripe/_tax_deducted_at_source.pyc
+${PYSITELIB}/stripe/_tax_deducted_at_source.pyo
+${PYSITELIB}/stripe/_tax_id.py
+${PYSITELIB}/stripe/_tax_id.pyc
+${PYSITELIB}/stripe/_tax_id.pyo
+${PYSITELIB}/stripe/_tax_rate.py
+${PYSITELIB}/stripe/_tax_rate.pyc
+${PYSITELIB}/stripe/_tax_rate.pyo
+${PYSITELIB}/stripe/_test_helpers.py
+${PYSITELIB}/stripe/_test_helpers.pyc
+${PYSITELIB}/stripe/_test_helpers.pyo
+${PYSITELIB}/stripe/_token.py
+${PYSITELIB}/stripe/_token.pyc
+${PYSITELIB}/stripe/_token.pyo
+${PYSITELIB}/stripe/_topup.py
+${PYSITELIB}/stripe/_topup.pyc
+${PYSITELIB}/stripe/_topup.pyo
+${PYSITELIB}/stripe/_transfer.py
+${PYSITELIB}/stripe/_transfer.pyc
+${PYSITELIB}/stripe/_transfer.pyo
+${PYSITELIB}/stripe/_updateable_api_resource.py
+${PYSITELIB}/stripe/_updateable_api_resource.pyc
+${PYSITELIB}/stripe/_updateable_api_resource.pyo
+${PYSITELIB}/stripe/_usage_record.py
+${PYSITELIB}/stripe/_usage_record.pyc
+${PYSITELIB}/stripe/_usage_record.pyo
+${PYSITELIB}/stripe/_usage_record_summary.py
+${PYSITELIB}/stripe/_usage_record_summary.pyc
+${PYSITELIB}/stripe/_usage_record_summary.pyo
+${PYSITELIB}/stripe/_util.py
+${PYSITELIB}/stripe/_util.pyc
+${PYSITELIB}/stripe/_util.pyo
+${PYSITELIB}/stripe/_verify_mixin.py
+${PYSITELIB}/stripe/_verify_mixin.pyc
+${PYSITELIB}/stripe/_verify_mixin.pyo
+${PYSITELIB}/stripe/_version.py
+${PYSITELIB}/stripe/_version.pyc
+${PYSITELIB}/stripe/_version.pyo
+${PYSITELIB}/stripe/_webhook.py
+${PYSITELIB}/stripe/_webhook.pyc
+${PYSITELIB}/stripe/_webhook.pyo
+${PYSITELIB}/stripe/_webhook_endpoint.py
+${PYSITELIB}/stripe/_webhook_endpoint.pyc
+${PYSITELIB}/stripe/_webhook_endpoint.pyo
 ${PYSITELIB}/stripe/api_requestor.py
 ${PYSITELIB}/stripe/api_requestor.pyc
 ${PYSITELIB}/stripe/api_requestor.pyo
@@ -56,9 +364,15 @@ ${PYSITELIB}/stripe/api_resources/accoun
 ${PYSITELIB}/stripe/api_resources/account_link.py
 ${PYSITELIB}/stripe/api_resources/account_link.pyc
 ${PYSITELIB}/stripe/api_resources/account_link.pyo
+${PYSITELIB}/stripe/api_resources/account_session.py
+${PYSITELIB}/stripe/api_resources/account_session.pyc
+${PYSITELIB}/stripe/api_resources/account_session.pyo
 ${PYSITELIB}/stripe/api_resources/apple_pay_domain.py
 ${PYSITELIB}/stripe/api_resources/apple_pay_domain.pyc
 ${PYSITELIB}/stripe/api_resources/apple_pay_domain.pyo
+${PYSITELIB}/stripe/api_resources/application.py
+${PYSITELIB}/stripe/api_resources/application.pyc
+${PYSITELIB}/stripe/api_resources/application.pyo
 ${PYSITELIB}/stripe/api_resources/application_fee.py
 ${PYSITELIB}/stripe/api_resources/application_fee.pyc
 ${PYSITELIB}/stripe/api_resources/application_fee.pyo
@@ -107,6 +421,21 @@ ${PYSITELIB}/stripe/api_resources/checko
 ${PYSITELIB}/stripe/api_resources/checkout/session.py
 ${PYSITELIB}/stripe/api_resources/checkout/session.pyc
 ${PYSITELIB}/stripe/api_resources/checkout/session.pyo
+${PYSITELIB}/stripe/api_resources/climate/__init__.py
+${PYSITELIB}/stripe/api_resources/climate/__init__.pyc
+${PYSITELIB}/stripe/api_resources/climate/__init__.pyo
+${PYSITELIB}/stripe/api_resources/climate/order.py
+${PYSITELIB}/stripe/api_resources/climate/order.pyc
+${PYSITELIB}/stripe/api_resources/climate/order.pyo
+${PYSITELIB}/stripe/api_resources/climate/product.py
+${PYSITELIB}/stripe/api_resources/climate/product.pyc
+${PYSITELIB}/stripe/api_resources/climate/product.pyo
+${PYSITELIB}/stripe/api_resources/climate/supplier.py
+${PYSITELIB}/stripe/api_resources/climate/supplier.pyc
+${PYSITELIB}/stripe/api_resources/climate/supplier.pyo
+${PYSITELIB}/stripe/api_resources/connect_collection_transfer.py
+${PYSITELIB}/stripe/api_resources/connect_collection_transfer.pyc
+${PYSITELIB}/stripe/api_resources/connect_collection_transfer.pyo
 ${PYSITELIB}/stripe/api_resources/country_spec.py
 ${PYSITELIB}/stripe/api_resources/country_spec.pyc
 ${PYSITELIB}/stripe/api_resources/country_spec.pyo
@@ -128,6 +457,9 @@ ${PYSITELIB}/stripe/api_resources/custom
 ${PYSITELIB}/stripe/api_resources/customer_cash_balance_transaction.py
 ${PYSITELIB}/stripe/api_resources/customer_cash_balance_transaction.pyc
 ${PYSITELIB}/stripe/api_resources/customer_cash_balance_transaction.pyo
+${PYSITELIB}/stripe/api_resources/discount.py
+${PYSITELIB}/stripe/api_resources/discount.pyc
+${PYSITELIB}/stripe/api_resources/discount.pyo
 ${PYSITELIB}/stripe/api_resources/dispute.py
 ${PYSITELIB}/stripe/api_resources/dispute.pyc
 ${PYSITELIB}/stripe/api_resources/dispute.pyo
@@ -164,6 +496,9 @@ ${PYSITELIB}/stripe/api_resources/financ
 ${PYSITELIB}/stripe/api_resources/financial_connections/session.py
 ${PYSITELIB}/stripe/api_resources/financial_connections/session.pyc
 ${PYSITELIB}/stripe/api_resources/financial_connections/session.pyo
+${PYSITELIB}/stripe/api_resources/financial_connections/transaction.py
+${PYSITELIB}/stripe/api_resources/financial_connections/transaction.pyc
+${PYSITELIB}/stripe/api_resources/financial_connections/transaction.pyo
 ${PYSITELIB}/stripe/api_resources/funding_instructions.py
 ${PYSITELIB}/stripe/api_resources/funding_instructions.pyc
 ${PYSITELIB}/stripe/api_resources/funding_instructions.pyo
@@ -200,6 +535,9 @@ ${PYSITELIB}/stripe/api_resources/issuin
 ${PYSITELIB}/stripe/api_resources/issuing/dispute.py
 ${PYSITELIB}/stripe/api_resources/issuing/dispute.pyc
 ${PYSITELIB}/stripe/api_resources/issuing/dispute.pyo
+${PYSITELIB}/stripe/api_resources/issuing/token.py
+${PYSITELIB}/stripe/api_resources/issuing/token.pyc
+${PYSITELIB}/stripe/api_resources/issuing/token.pyo
 ${PYSITELIB}/stripe/api_resources/issuing/transaction.py
 ${PYSITELIB}/stripe/api_resources/issuing/transaction.pyc
 ${PYSITELIB}/stripe/api_resources/issuing/transaction.pyo
@@ -215,9 +553,6 @@ ${PYSITELIB}/stripe/api_resources/login_
 ${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
 ${PYSITELIB}/stripe/api_resources/payment_intent.py
 ${PYSITELIB}/stripe/api_resources/payment_intent.pyc
 ${PYSITELIB}/stripe/api_resources/payment_intent.pyo
@@ -227,6 +562,12 @@ ${PYSITELIB}/stripe/api_resources/paymen
 ${PYSITELIB}/stripe/api_resources/payment_method.py
 ${PYSITELIB}/stripe/api_resources/payment_method.pyc
 ${PYSITELIB}/stripe/api_resources/payment_method.pyo
+${PYSITELIB}/stripe/api_resources/payment_method_configuration.py
+${PYSITELIB}/stripe/api_resources/payment_method_configuration.pyc
+${PYSITELIB}/stripe/api_resources/payment_method_configuration.pyo
+${PYSITELIB}/stripe/api_resources/payment_method_domain.py
+${PYSITELIB}/stripe/api_resources/payment_method_domain.pyc
+${PYSITELIB}/stripe/api_resources/payment_method_domain.pyo
 ${PYSITELIB}/stripe/api_resources/payout.py
 ${PYSITELIB}/stripe/api_resources/payout.pyc
 ${PYSITELIB}/stripe/api_resources/payout.pyo
@@ -236,6 +577,9 @@ ${PYSITELIB}/stripe/api_resources/person
 ${PYSITELIB}/stripe/api_resources/plan.py
 ${PYSITELIB}/stripe/api_resources/plan.pyc
 ${PYSITELIB}/stripe/api_resources/plan.pyo
+${PYSITELIB}/stripe/api_resources/platform_tax_fee.py
+${PYSITELIB}/stripe/api_resources/platform_tax_fee.pyc
+${PYSITELIB}/stripe/api_resources/platform_tax_fee.pyo
 ${PYSITELIB}/stripe/api_resources/price.py
 ${PYSITELIB}/stripe/api_resources/price.pyc
 ${PYSITELIB}/stripe/api_resources/price.pyo
@@ -275,6 +619,9 @@ ${PYSITELIB}/stripe/api_resources/report
 ${PYSITELIB}/stripe/api_resources/reporting/report_type.py
 ${PYSITELIB}/stripe/api_resources/reporting/report_type.pyc
 ${PYSITELIB}/stripe/api_resources/reporting/report_type.pyo
+${PYSITELIB}/stripe/api_resources/reserve_transaction.py
+${PYSITELIB}/stripe/api_resources/reserve_transaction.pyc
+${PYSITELIB}/stripe/api_resources/reserve_transaction.pyo
 ${PYSITELIB}/stripe/api_resources/reversal.py
 ${PYSITELIB}/stripe/api_resources/reversal.pyc
 ${PYSITELIB}/stripe/api_resources/reversal.pyo
@@ -299,12 +646,12 @@ ${PYSITELIB}/stripe/api_resources/sigma/
 ${PYSITELIB}/stripe/api_resources/sigma/scheduled_query_run.py
 ${PYSITELIB}/stripe/api_resources/sigma/scheduled_query_run.pyc
 ${PYSITELIB}/stripe/api_resources/sigma/scheduled_query_run.pyo
-${PYSITELIB}/stripe/api_resources/sku.py
-${PYSITELIB}/stripe/api_resources/sku.pyc
-${PYSITELIB}/stripe/api_resources/sku.pyo
 ${PYSITELIB}/stripe/api_resources/source.py
 ${PYSITELIB}/stripe/api_resources/source.pyc
 ${PYSITELIB}/stripe/api_resources/source.pyo
+${PYSITELIB}/stripe/api_resources/source_mandate_notification.py
+${PYSITELIB}/stripe/api_resources/source_mandate_notification.pyc
+${PYSITELIB}/stripe/api_resources/source_mandate_notification.pyo
 ${PYSITELIB}/stripe/api_resources/source_transaction.py
 ${PYSITELIB}/stripe/api_resources/source_transaction.pyc
 ${PYSITELIB}/stripe/api_resources/source_transaction.pyo
@@ -317,9 +664,33 @@ ${PYSITELIB}/stripe/api_resources/subscr
 ${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/tax/__init__.py
+${PYSITELIB}/stripe/api_resources/tax/__init__.pyc
+${PYSITELIB}/stripe/api_resources/tax/__init__.pyo
+${PYSITELIB}/stripe/api_resources/tax/calculation.py
+${PYSITELIB}/stripe/api_resources/tax/calculation.pyc
+${PYSITELIB}/stripe/api_resources/tax/calculation.pyo
+${PYSITELIB}/stripe/api_resources/tax/calculation_line_item.py
+${PYSITELIB}/stripe/api_resources/tax/calculation_line_item.pyc
+${PYSITELIB}/stripe/api_resources/tax/calculation_line_item.pyo
+${PYSITELIB}/stripe/api_resources/tax/registration.py
+${PYSITELIB}/stripe/api_resources/tax/registration.pyc
+${PYSITELIB}/stripe/api_resources/tax/registration.pyo
+${PYSITELIB}/stripe/api_resources/tax/settings.py
+${PYSITELIB}/stripe/api_resources/tax/settings.pyc
+${PYSITELIB}/stripe/api_resources/tax/settings.pyo
+${PYSITELIB}/stripe/api_resources/tax/transaction.py
+${PYSITELIB}/stripe/api_resources/tax/transaction.pyc
+${PYSITELIB}/stripe/api_resources/tax/transaction.pyo
+${PYSITELIB}/stripe/api_resources/tax/transaction_line_item.py
+${PYSITELIB}/stripe/api_resources/tax/transaction_line_item.pyc
+${PYSITELIB}/stripe/api_resources/tax/transaction_line_item.pyo
 ${PYSITELIB}/stripe/api_resources/tax_code.py
 ${PYSITELIB}/stripe/api_resources/tax_code.pyc
 ${PYSITELIB}/stripe/api_resources/tax_code.pyo
+${PYSITELIB}/stripe/api_resources/tax_deducted_at_source.py
+${PYSITELIB}/stripe/api_resources/tax_deducted_at_source.pyc
+${PYSITELIB}/stripe/api_resources/tax_deducted_at_source.pyo
 ${PYSITELIB}/stripe/api_resources/tax_id.py
 ${PYSITELIB}/stripe/api_resources/tax_id.pyc
 ${PYSITELIB}/stripe/api_resources/tax_id.pyo
@@ -368,6 +739,9 @@ ${PYSITELIB}/stripe/api_resources/treasu
 ${PYSITELIB}/stripe/api_resources/treasury/financial_account.py
 ${PYSITELIB}/stripe/api_resources/treasury/financial_account.pyc
 ${PYSITELIB}/stripe/api_resources/treasury/financial_account.pyo
+${PYSITELIB}/stripe/api_resources/treasury/financial_account_features.py
+${PYSITELIB}/stripe/api_resources/treasury/financial_account_features.pyc
+${PYSITELIB}/stripe/api_resources/treasury/financial_account_features.pyo
 ${PYSITELIB}/stripe/api_resources/treasury/inbound_transfer.py
 ${PYSITELIB}/stripe/api_resources/treasury/inbound_transfer.pyc
 ${PYSITELIB}/stripe/api_resources/treasury/inbound_transfer.pyo
@@ -401,13 +775,97 @@ ${PYSITELIB}/stripe/api_resources/webhoo
 ${PYSITELIB}/stripe/api_version.py
 ${PYSITELIB}/stripe/api_version.pyc
 ${PYSITELIB}/stripe/api_version.pyo
+${PYSITELIB}/stripe/app_info.py
+${PYSITELIB}/stripe/app_info.pyc
+${PYSITELIB}/stripe/app_info.pyo
+${PYSITELIB}/stripe/apps/__init__.py
+${PYSITELIB}/stripe/apps/__init__.pyc
+${PYSITELIB}/stripe/apps/__init__.pyo
+${PYSITELIB}/stripe/apps/_secret.py
+${PYSITELIB}/stripe/apps/_secret.pyc
+${PYSITELIB}/stripe/apps/_secret.pyo
+${PYSITELIB}/stripe/billing_portal/__init__.py
+${PYSITELIB}/stripe/billing_portal/__init__.pyc
+${PYSITELIB}/stripe/billing_portal/__init__.pyo
+${PYSITELIB}/stripe/billing_portal/_configuration.py
+${PYSITELIB}/stripe/billing_portal/_configuration.pyc
+${PYSITELIB}/stripe/billing_portal/_configuration.pyo
+${PYSITELIB}/stripe/billing_portal/_session.py
+${PYSITELIB}/stripe/billing_portal/_session.pyc
+${PYSITELIB}/stripe/billing_portal/_session.pyo
+${PYSITELIB}/stripe/checkout/__init__.py
+${PYSITELIB}/stripe/checkout/__init__.pyc
+${PYSITELIB}/stripe/checkout/__init__.pyo
+${PYSITELIB}/stripe/checkout/_session.py
+${PYSITELIB}/stripe/checkout/_session.pyc
+${PYSITELIB}/stripe/checkout/_session.pyo
+${PYSITELIB}/stripe/climate/__init__.py
+${PYSITELIB}/stripe/climate/__init__.pyc
+${PYSITELIB}/stripe/climate/__init__.pyo
+${PYSITELIB}/stripe/climate/_order.py
+${PYSITELIB}/stripe/climate/_order.pyc
+${PYSITELIB}/stripe/climate/_order.pyo
+${PYSITELIB}/stripe/climate/_product.py
+${PYSITELIB}/stripe/climate/_product.pyc
+${PYSITELIB}/stripe/climate/_product.pyo
+${PYSITELIB}/stripe/climate/_supplier.py
+${PYSITELIB}/stripe/climate/_supplier.pyc
+${PYSITELIB}/stripe/climate/_supplier.pyo
 ${PYSITELIB}/stripe/data/ca-certificates.crt
 ${PYSITELIB}/stripe/error.py
 ${PYSITELIB}/stripe/error.pyc
 ${PYSITELIB}/stripe/error.pyo
+${PYSITELIB}/stripe/financial_connections/__init__.py
+${PYSITELIB}/stripe/financial_connections/__init__.pyc
+${PYSITELIB}/stripe/financial_connections/__init__.pyo
+${PYSITELIB}/stripe/financial_connections/_account.py
+${PYSITELIB}/stripe/financial_connections/_account.pyc
+${PYSITELIB}/stripe/financial_connections/_account.pyo
+${PYSITELIB}/stripe/financial_connections/_account_owner.py
+${PYSITELIB}/stripe/financial_connections/_account_owner.pyc
+${PYSITELIB}/stripe/financial_connections/_account_owner.pyo
+${PYSITELIB}/stripe/financial_connections/_account_ownership.py
+${PYSITELIB}/stripe/financial_connections/_account_ownership.pyc
+${PYSITELIB}/stripe/financial_connections/_account_ownership.pyo
+${PYSITELIB}/stripe/financial_connections/_session.py
+${PYSITELIB}/stripe/financial_connections/_session.pyc
+${PYSITELIB}/stripe/financial_connections/_session.pyo
+${PYSITELIB}/stripe/financial_connections/_transaction.py
+${PYSITELIB}/stripe/financial_connections/_transaction.pyc
+${PYSITELIB}/stripe/financial_connections/_transaction.pyo
 ${PYSITELIB}/stripe/http_client.py
 ${PYSITELIB}/stripe/http_client.pyc
 ${PYSITELIB}/stripe/http_client.pyo
+${PYSITELIB}/stripe/identity/__init__.py
+${PYSITELIB}/stripe/identity/__init__.pyc
+${PYSITELIB}/stripe/identity/__init__.pyo
+${PYSITELIB}/stripe/identity/_verification_report.py
+${PYSITELIB}/stripe/identity/_verification_report.pyc
+${PYSITELIB}/stripe/identity/_verification_report.pyo
+${PYSITELIB}/stripe/identity/_verification_session.py
+${PYSITELIB}/stripe/identity/_verification_session.pyc
+${PYSITELIB}/stripe/identity/_verification_session.pyo
+${PYSITELIB}/stripe/issuing/__init__.py
+${PYSITELIB}/stripe/issuing/__init__.pyc
+${PYSITELIB}/stripe/issuing/__init__.pyo
+${PYSITELIB}/stripe/issuing/_authorization.py
+${PYSITELIB}/stripe/issuing/_authorization.pyc
+${PYSITELIB}/stripe/issuing/_authorization.pyo
+${PYSITELIB}/stripe/issuing/_card.py
+${PYSITELIB}/stripe/issuing/_card.pyc
+${PYSITELIB}/stripe/issuing/_card.pyo
+${PYSITELIB}/stripe/issuing/_cardholder.py
+${PYSITELIB}/stripe/issuing/_cardholder.pyc
+${PYSITELIB}/stripe/issuing/_cardholder.pyo
+${PYSITELIB}/stripe/issuing/_dispute.py
+${PYSITELIB}/stripe/issuing/_dispute.pyc
+${PYSITELIB}/stripe/issuing/_dispute.pyo
+${PYSITELIB}/stripe/issuing/_token.py
+${PYSITELIB}/stripe/issuing/_token.pyc
+${PYSITELIB}/stripe/issuing/_token.pyo
+${PYSITELIB}/stripe/issuing/_transaction.py
+${PYSITELIB}/stripe/issuing/_transaction.pyc
+${PYSITELIB}/stripe/issuing/_transaction.pyo
 ${PYSITELIB}/stripe/multipart_data_generator.py
 ${PYSITELIB}/stripe/multipart_data_generator.pyc
 ${PYSITELIB}/stripe/multipart_data_generator.pyo
@@ -417,21 +875,124 @@ ${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/py.typed
+${PYSITELIB}/stripe/radar/__init__.py
+${PYSITELIB}/stripe/radar/__init__.pyc
+${PYSITELIB}/stripe/radar/__init__.pyo
+${PYSITELIB}/stripe/radar/_early_fraud_warning.py
+${PYSITELIB}/stripe/radar/_early_fraud_warning.pyc
+${PYSITELIB}/stripe/radar/_early_fraud_warning.pyo
+${PYSITELIB}/stripe/radar/_value_list.py
+${PYSITELIB}/stripe/radar/_value_list.pyc
+${PYSITELIB}/stripe/radar/_value_list.pyo
+${PYSITELIB}/stripe/radar/_value_list_item.py
+${PYSITELIB}/stripe/radar/_value_list_item.pyc
+${PYSITELIB}/stripe/radar/_value_list_item.pyo
+${PYSITELIB}/stripe/reporting/__init__.py
+${PYSITELIB}/stripe/reporting/__init__.pyc
+${PYSITELIB}/stripe/reporting/__init__.pyo
+${PYSITELIB}/stripe/reporting/_report_run.py
+${PYSITELIB}/stripe/reporting/_report_run.pyc
+${PYSITELIB}/stripe/reporting/_report_run.pyo
+${PYSITELIB}/stripe/reporting/_report_type.py
+${PYSITELIB}/stripe/reporting/_report_type.pyc
+${PYSITELIB}/stripe/reporting/_report_type.pyo
 ${PYSITELIB}/stripe/request_metrics.py
 ${PYSITELIB}/stripe/request_metrics.pyc
 ${PYSITELIB}/stripe/request_metrics.pyo
-${PYSITELIB}/stripe/six.py
-${PYSITELIB}/stripe/six.pyc
-${PYSITELIB}/stripe/six.pyo
+${PYSITELIB}/stripe/request_options.py
+${PYSITELIB}/stripe/request_options.pyc
+${PYSITELIB}/stripe/request_options.pyo
+${PYSITELIB}/stripe/sigma/__init__.py
+${PYSITELIB}/stripe/sigma/__init__.pyc
+${PYSITELIB}/stripe/sigma/__init__.pyo
+${PYSITELIB}/stripe/sigma/_scheduled_query_run.py
+${PYSITELIB}/stripe/sigma/_scheduled_query_run.pyc
+${PYSITELIB}/stripe/sigma/_scheduled_query_run.pyo
 ${PYSITELIB}/stripe/stripe_object.py
 ${PYSITELIB}/stripe/stripe_object.pyc
 ${PYSITELIB}/stripe/stripe_object.pyo
 ${PYSITELIB}/stripe/stripe_response.py
 ${PYSITELIB}/stripe/stripe_response.pyc
 ${PYSITELIB}/stripe/stripe_response.pyo
+${PYSITELIB}/stripe/tax/__init__.py
+${PYSITELIB}/stripe/tax/__init__.pyc
+${PYSITELIB}/stripe/tax/__init__.pyo
+${PYSITELIB}/stripe/tax/_calculation.py
+${PYSITELIB}/stripe/tax/_calculation.pyc
+${PYSITELIB}/stripe/tax/_calculation.pyo
+${PYSITELIB}/stripe/tax/_calculation_line_item.py
+${PYSITELIB}/stripe/tax/_calculation_line_item.pyc
+${PYSITELIB}/stripe/tax/_calculation_line_item.pyo
+${PYSITELIB}/stripe/tax/_registration.py
+${PYSITELIB}/stripe/tax/_registration.pyc
+${PYSITELIB}/stripe/tax/_registration.pyo
+${PYSITELIB}/stripe/tax/_settings.py
+${PYSITELIB}/stripe/tax/_settings.pyc
+${PYSITELIB}/stripe/tax/_settings.pyo
+${PYSITELIB}/stripe/tax/_transaction.py
+${PYSITELIB}/stripe/tax/_transaction.pyc
+${PYSITELIB}/stripe/tax/_transaction.pyo
+${PYSITELIB}/stripe/tax/_transaction_line_item.py
+${PYSITELIB}/stripe/tax/_transaction_line_item.pyc
+${PYSITELIB}/stripe/tax/_transaction_line_item.pyo
+${PYSITELIB}/stripe/terminal/__init__.py
+${PYSITELIB}/stripe/terminal/__init__.pyc
+${PYSITELIB}/stripe/terminal/__init__.pyo
+${PYSITELIB}/stripe/terminal/_configuration.py
+${PYSITELIB}/stripe/terminal/_configuration.pyc
+${PYSITELIB}/stripe/terminal/_configuration.pyo
+${PYSITELIB}/stripe/terminal/_connection_token.py
+${PYSITELIB}/stripe/terminal/_connection_token.pyc
+${PYSITELIB}/stripe/terminal/_connection_token.pyo
+${PYSITELIB}/stripe/terminal/_location.py
+${PYSITELIB}/stripe/terminal/_location.pyc
+${PYSITELIB}/stripe/terminal/_location.pyo
+${PYSITELIB}/stripe/terminal/_reader.py
+${PYSITELIB}/stripe/terminal/_reader.pyc
+${PYSITELIB}/stripe/terminal/_reader.pyo
+${PYSITELIB}/stripe/test_helpers/__init__.py
+${PYSITELIB}/stripe/test_helpers/__init__.pyc
+${PYSITELIB}/stripe/test_helpers/__init__.pyo
+${PYSITELIB}/stripe/test_helpers/_test_clock.py
+${PYSITELIB}/stripe/test_helpers/_test_clock.pyc
+${PYSITELIB}/stripe/test_helpers/_test_clock.pyo
+${PYSITELIB}/stripe/treasury/__init__.py
+${PYSITELIB}/stripe/treasury/__init__.pyc
+${PYSITELIB}/stripe/treasury/__init__.pyo
+${PYSITELIB}/stripe/treasury/_credit_reversal.py
+${PYSITELIB}/stripe/treasury/_credit_reversal.pyc
+${PYSITELIB}/stripe/treasury/_credit_reversal.pyo
+${PYSITELIB}/stripe/treasury/_debit_reversal.py
+${PYSITELIB}/stripe/treasury/_debit_reversal.pyc
+${PYSITELIB}/stripe/treasury/_debit_reversal.pyo
+${PYSITELIB}/stripe/treasury/_financial_account.py
+${PYSITELIB}/stripe/treasury/_financial_account.pyc
+${PYSITELIB}/stripe/treasury/_financial_account.pyo
+${PYSITELIB}/stripe/treasury/_financial_account_features.py
+${PYSITELIB}/stripe/treasury/_financial_account_features.pyc
+${PYSITELIB}/stripe/treasury/_financial_account_features.pyo
+${PYSITELIB}/stripe/treasury/_inbound_transfer.py
+${PYSITELIB}/stripe/treasury/_inbound_transfer.pyc
+${PYSITELIB}/stripe/treasury/_inbound_transfer.pyo
+${PYSITELIB}/stripe/treasury/_outbound_payment.py
+${PYSITELIB}/stripe/treasury/_outbound_payment.pyc
+${PYSITELIB}/stripe/treasury/_outbound_payment.pyo
+${PYSITELIB}/stripe/treasury/_outbound_transfer.py
+${PYSITELIB}/stripe/treasury/_outbound_transfer.pyc
+${PYSITELIB}/stripe/treasury/_outbound_transfer.pyo
+${PYSITELIB}/stripe/treasury/_received_credit.py
+${PYSITELIB}/stripe/treasury/_received_credit.pyc
+${PYSITELIB}/stripe/treasury/_received_credit.pyo
+${PYSITELIB}/stripe/treasury/_received_debit.py
+${PYSITELIB}/stripe/treasury/_received_debit.pyc
+${PYSITELIB}/stripe/treasury/_received_debit.pyo
+${PYSITELIB}/stripe/treasury/_transaction.py
+${PYSITELIB}/stripe/treasury/_transaction.pyc
+${PYSITELIB}/stripe/treasury/_transaction.pyo
+${PYSITELIB}/stripe/treasury/_transaction_entry.py
+${PYSITELIB}/stripe/treasury/_transaction_entry.pyc
+${PYSITELIB}/stripe/treasury/_transaction_entry.pyo
 ${PYSITELIB}/stripe/util.py
 ${PYSITELIB}/stripe/util.pyc
 ${PYSITELIB}/stripe/util.pyo

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.55 pkgsrc/finance/py-stripe/distinfo:1.56
--- pkgsrc/finance/py-stripe/distinfo:1.55      Thu Oct 13 08:49:12 2022
+++ pkgsrc/finance/py-stripe/distinfo   Sat Jan  6 18:39:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2022/10/13 08:49:12 adam Exp $
+$NetBSD: distinfo,v 1.56 2024/01/06 18:39:18 adam Exp $
 
-BLAKE2s (stripe-4.2.0.tar.gz) = 4eebeb590f12730e4f384e5050533690e082a0d5ac7859213a0238c5072d3663
-SHA512 (stripe-4.2.0.tar.gz) = 8a2660878838b0a2602afb6716db0dd91c2896b9f27224c2b04c800f32705e876d2915b0c5f4f1bdcf8d3d508ca050660e2e923f999bd0a10f9fdabd3acaa750
-Size (stripe-4.2.0.tar.gz) = 267578 bytes
+BLAKE2s (stripe-7.11.0.tar.gz) = 132ad89184d19468fec4882bcfde55e8b94fa753f0808b47210538069fc015e2
+SHA512 (stripe-7.11.0.tar.gz) = 5cfa650d43745c8a3ab5588f30c6eaab0952aff060b9fdb84027db3422c88002d074eb29b3e2a40ed1457be6e8cd883b3323e8da538af0991114a10976b86842
+Size (stripe-7.11.0.tar.gz) = 783456 bytes



Home | Main Index | Thread Index | Old Index