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:           Mon Apr  8 14:27:41 UTC 2024

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

Log Message:
py-stripe: updated to 8.10.0

v8.10.0

Add async support to stripe-python. To use it, add an _async suffix to any request-making method.
Update generated code
Bump aiohttp from 3.9.0 to 3.9.2


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.61 -r1.62 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.64 pkgsrc/finance/py-stripe/Makefile:1.65
--- pkgsrc/finance/py-stripe/Makefile:1.64      Sat Mar  9 06:59:23 2024
+++ pkgsrc/finance/py-stripe/Makefile   Mon Apr  8 14:27:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2024/03/09 06:59:23 adam Exp $
+# $NetBSD: Makefile,v 1.65 2024/04/08 14:27:41 adam Exp $
 
-DISTNAME=      stripe-8.6.0
+DISTNAME=      stripe-8.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stripe/}

Index: pkgsrc/finance/py-stripe/PLIST
diff -u pkgsrc/finance/py-stripe/PLIST:1.31 pkgsrc/finance/py-stripe/PLIST:1.32
--- pkgsrc/finance/py-stripe/PLIST:1.31 Fri Feb 23 12:20:19 2024
+++ pkgsrc/finance/py-stripe/PLIST      Mon Apr  8 14:27:41 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2024/02/23 12:20:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2024/04/08 14:27:41 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -37,6 +37,9 @@ ${PYSITELIB}/stripe/_account_session.pyo
 ${PYSITELIB}/stripe/_account_session_service.py
 ${PYSITELIB}/stripe/_account_session_service.pyc
 ${PYSITELIB}/stripe/_account_session_service.pyo
+${PYSITELIB}/stripe/_any_iterator.py
+${PYSITELIB}/stripe/_any_iterator.pyc
+${PYSITELIB}/stripe/_any_iterator.pyo
 ${PYSITELIB}/stripe/_api_mode.py
 ${PYSITELIB}/stripe/_api_mode.pyc
 ${PYSITELIB}/stripe/_api_mode.pyo
@@ -97,6 +100,9 @@ ${PYSITELIB}/stripe/_base_address.pyo
 ${PYSITELIB}/stripe/_billing_portal_service.py
 ${PYSITELIB}/stripe/_billing_portal_service.pyc
 ${PYSITELIB}/stripe/_billing_portal_service.pyo
+${PYSITELIB}/stripe/_billing_service.py
+${PYSITELIB}/stripe/_billing_service.pyc
+${PYSITELIB}/stripe/_billing_service.pyo
 ${PYSITELIB}/stripe/_capability.py
 ${PYSITELIB}/stripe/_capability.pyc
 ${PYSITELIB}/stripe/_capability.pyo
@@ -121,6 +127,12 @@ ${PYSITELIB}/stripe/_client_options.pyo
 ${PYSITELIB}/stripe/_climate_service.py
 ${PYSITELIB}/stripe/_climate_service.pyc
 ${PYSITELIB}/stripe/_climate_service.pyo
+${PYSITELIB}/stripe/_confirmation_token.py
+${PYSITELIB}/stripe/_confirmation_token.pyc
+${PYSITELIB}/stripe/_confirmation_token.pyo
+${PYSITELIB}/stripe/_confirmation_token_service.py
+${PYSITELIB}/stripe/_confirmation_token_service.pyc
+${PYSITELIB}/stripe/_confirmation_token_service.pyo
 ${PYSITELIB}/stripe/_connect_collection_transfer.py
 ${PYSITELIB}/stripe/_connect_collection_transfer.pyc
 ${PYSITELIB}/stripe/_connect_collection_transfer.pyo
@@ -253,6 +265,9 @@ ${PYSITELIB}/stripe/_file_service.pyo
 ${PYSITELIB}/stripe/_financial_connections_service.py
 ${PYSITELIB}/stripe/_financial_connections_service.pyc
 ${PYSITELIB}/stripe/_financial_connections_service.pyo
+${PYSITELIB}/stripe/_forwarding_service.py
+${PYSITELIB}/stripe/_forwarding_service.pyc
+${PYSITELIB}/stripe/_forwarding_service.pyo
 ${PYSITELIB}/stripe/_funding_instructions.py
 ${PYSITELIB}/stripe/_funding_instructions.pyc
 ${PYSITELIB}/stripe/_funding_instructions.pyo
@@ -673,6 +688,21 @@ ${PYSITELIB}/stripe/api_resources/balanc
 ${PYSITELIB}/stripe/api_resources/bank_account.py
 ${PYSITELIB}/stripe/api_resources/bank_account.pyc
 ${PYSITELIB}/stripe/api_resources/bank_account.pyo
+${PYSITELIB}/stripe/api_resources/billing/__init__.py
+${PYSITELIB}/stripe/api_resources/billing/__init__.pyc
+${PYSITELIB}/stripe/api_resources/billing/__init__.pyo
+${PYSITELIB}/stripe/api_resources/billing/meter.py
+${PYSITELIB}/stripe/api_resources/billing/meter.pyc
+${PYSITELIB}/stripe/api_resources/billing/meter.pyo
+${PYSITELIB}/stripe/api_resources/billing/meter_event.py
+${PYSITELIB}/stripe/api_resources/billing/meter_event.pyc
+${PYSITELIB}/stripe/api_resources/billing/meter_event.pyo
+${PYSITELIB}/stripe/api_resources/billing/meter_event_adjustment.py
+${PYSITELIB}/stripe/api_resources/billing/meter_event_adjustment.pyc
+${PYSITELIB}/stripe/api_resources/billing/meter_event_adjustment.pyo
+${PYSITELIB}/stripe/api_resources/billing/meter_event_summary.py
+${PYSITELIB}/stripe/api_resources/billing/meter_event_summary.pyc
+${PYSITELIB}/stripe/api_resources/billing/meter_event_summary.pyo
 ${PYSITELIB}/stripe/api_resources/billing_portal/__init__.py
 ${PYSITELIB}/stripe/api_resources/billing_portal/__init__.pyc
 ${PYSITELIB}/stripe/api_resources/billing_portal/__init__.pyo
@@ -712,6 +742,9 @@ ${PYSITELIB}/stripe/api_resources/climat
 ${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/confirmation_token.py
+${PYSITELIB}/stripe/api_resources/confirmation_token.pyc
+${PYSITELIB}/stripe/api_resources/confirmation_token.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
@@ -781,6 +814,12 @@ ${PYSITELIB}/stripe/api_resources/financ
 ${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/forwarding/__init__.py
+${PYSITELIB}/stripe/api_resources/forwarding/__init__.pyc
+${PYSITELIB}/stripe/api_resources/forwarding/__init__.pyo
+${PYSITELIB}/stripe/api_resources/forwarding/request.py
+${PYSITELIB}/stripe/api_resources/forwarding/request.pyc
+${PYSITELIB}/stripe/api_resources/forwarding/request.pyo
 ${PYSITELIB}/stripe/api_resources/funding_instructions.py
 ${PYSITELIB}/stripe/api_resources/funding_instructions.pyc
 ${PYSITELIB}/stripe/api_resources/funding_instructions.pyo
@@ -817,6 +856,12 @@ ${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/personalization_design.py
+${PYSITELIB}/stripe/api_resources/issuing/personalization_design.pyc
+${PYSITELIB}/stripe/api_resources/issuing/personalization_design.pyo
+${PYSITELIB}/stripe/api_resources/issuing/physical_bundle.py
+${PYSITELIB}/stripe/api_resources/issuing/physical_bundle.pyc
+${PYSITELIB}/stripe/api_resources/issuing/physical_bundle.pyo
 ${PYSITELIB}/stripe/api_resources/issuing/token.py
 ${PYSITELIB}/stripe/api_resources/issuing/token.pyc
 ${PYSITELIB}/stripe/api_resources/issuing/token.pyo
@@ -1069,6 +1114,33 @@ ${PYSITELIB}/stripe/apps/_secret.pyo
 ${PYSITELIB}/stripe/apps/_secret_service.py
 ${PYSITELIB}/stripe/apps/_secret_service.pyc
 ${PYSITELIB}/stripe/apps/_secret_service.pyo
+${PYSITELIB}/stripe/billing/__init__.py
+${PYSITELIB}/stripe/billing/__init__.pyc
+${PYSITELIB}/stripe/billing/__init__.pyo
+${PYSITELIB}/stripe/billing/_meter.py
+${PYSITELIB}/stripe/billing/_meter.pyc
+${PYSITELIB}/stripe/billing/_meter.pyo
+${PYSITELIB}/stripe/billing/_meter_event.py
+${PYSITELIB}/stripe/billing/_meter_event.pyc
+${PYSITELIB}/stripe/billing/_meter_event.pyo
+${PYSITELIB}/stripe/billing/_meter_event_adjustment.py
+${PYSITELIB}/stripe/billing/_meter_event_adjustment.pyc
+${PYSITELIB}/stripe/billing/_meter_event_adjustment.pyo
+${PYSITELIB}/stripe/billing/_meter_event_adjustment_service.py
+${PYSITELIB}/stripe/billing/_meter_event_adjustment_service.pyc
+${PYSITELIB}/stripe/billing/_meter_event_adjustment_service.pyo
+${PYSITELIB}/stripe/billing/_meter_event_service.py
+${PYSITELIB}/stripe/billing/_meter_event_service.pyc
+${PYSITELIB}/stripe/billing/_meter_event_service.pyo
+${PYSITELIB}/stripe/billing/_meter_event_summary.py
+${PYSITELIB}/stripe/billing/_meter_event_summary.pyc
+${PYSITELIB}/stripe/billing/_meter_event_summary.pyo
+${PYSITELIB}/stripe/billing/_meter_event_summary_service.py
+${PYSITELIB}/stripe/billing/_meter_event_summary_service.pyc
+${PYSITELIB}/stripe/billing/_meter_event_summary_service.pyo
+${PYSITELIB}/stripe/billing/_meter_service.py
+${PYSITELIB}/stripe/billing/_meter_service.pyc
+${PYSITELIB}/stripe/billing/_meter_service.pyo
 ${PYSITELIB}/stripe/billing_portal/__init__.py
 ${PYSITELIB}/stripe/billing_portal/__init__.pyc
 ${PYSITELIB}/stripe/billing_portal/__init__.pyo
@@ -1151,6 +1223,15 @@ ${PYSITELIB}/stripe/financial_connection
 ${PYSITELIB}/stripe/financial_connections/_transaction_service.py
 ${PYSITELIB}/stripe/financial_connections/_transaction_service.pyc
 ${PYSITELIB}/stripe/financial_connections/_transaction_service.pyo
+${PYSITELIB}/stripe/forwarding/__init__.py
+${PYSITELIB}/stripe/forwarding/__init__.pyc
+${PYSITELIB}/stripe/forwarding/__init__.pyo
+${PYSITELIB}/stripe/forwarding/_request.py
+${PYSITELIB}/stripe/forwarding/_request.pyc
+${PYSITELIB}/stripe/forwarding/_request.pyo
+${PYSITELIB}/stripe/forwarding/_request_service.py
+${PYSITELIB}/stripe/forwarding/_request_service.pyc
+${PYSITELIB}/stripe/forwarding/_request_service.pyo
 ${PYSITELIB}/stripe/http_client.py
 ${PYSITELIB}/stripe/http_client.pyc
 ${PYSITELIB}/stripe/http_client.pyo
@@ -1196,6 +1277,18 @@ ${PYSITELIB}/stripe/issuing/_dispute.pyo
 ${PYSITELIB}/stripe/issuing/_dispute_service.py
 ${PYSITELIB}/stripe/issuing/_dispute_service.pyc
 ${PYSITELIB}/stripe/issuing/_dispute_service.pyo
+${PYSITELIB}/stripe/issuing/_personalization_design.py
+${PYSITELIB}/stripe/issuing/_personalization_design.pyc
+${PYSITELIB}/stripe/issuing/_personalization_design.pyo
+${PYSITELIB}/stripe/issuing/_personalization_design_service.py
+${PYSITELIB}/stripe/issuing/_personalization_design_service.pyc
+${PYSITELIB}/stripe/issuing/_personalization_design_service.pyo
+${PYSITELIB}/stripe/issuing/_physical_bundle.py
+${PYSITELIB}/stripe/issuing/_physical_bundle.pyc
+${PYSITELIB}/stripe/issuing/_physical_bundle.pyo
+${PYSITELIB}/stripe/issuing/_physical_bundle_service.py
+${PYSITELIB}/stripe/issuing/_physical_bundle_service.pyc
+${PYSITELIB}/stripe/issuing/_physical_bundle_service.pyo
 ${PYSITELIB}/stripe/issuing/_token.py
 ${PYSITELIB}/stripe/issuing/_token.pyc
 ${PYSITELIB}/stripe/issuing/_token.pyo
@@ -1344,6 +1437,9 @@ ${PYSITELIB}/stripe/terminal/_reader_ser
 ${PYSITELIB}/stripe/test_helpers/__init__.py
 ${PYSITELIB}/stripe/test_helpers/__init__.pyc
 ${PYSITELIB}/stripe/test_helpers/__init__.pyo
+${PYSITELIB}/stripe/test_helpers/_confirmation_token_service.py
+${PYSITELIB}/stripe/test_helpers/_confirmation_token_service.pyc
+${PYSITELIB}/stripe/test_helpers/_confirmation_token_service.pyo
 ${PYSITELIB}/stripe/test_helpers/_customer_service.py
 ${PYSITELIB}/stripe/test_helpers/_customer_service.pyc
 ${PYSITELIB}/stripe/test_helpers/_customer_service.pyo
@@ -1374,6 +1470,9 @@ ${PYSITELIB}/stripe/test_helpers/issuing
 ${PYSITELIB}/stripe/test_helpers/issuing/_card_service.py
 ${PYSITELIB}/stripe/test_helpers/issuing/_card_service.pyc
 ${PYSITELIB}/stripe/test_helpers/issuing/_card_service.pyo
+${PYSITELIB}/stripe/test_helpers/issuing/_personalization_design_service.py
+${PYSITELIB}/stripe/test_helpers/issuing/_personalization_design_service.pyc
+${PYSITELIB}/stripe/test_helpers/issuing/_personalization_design_service.pyo
 ${PYSITELIB}/stripe/test_helpers/issuing/_transaction_service.py
 ${PYSITELIB}/stripe/test_helpers/issuing/_transaction_service.pyc
 ${PYSITELIB}/stripe/test_helpers/issuing/_transaction_service.pyo

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.61 pkgsrc/finance/py-stripe/distinfo:1.62
--- pkgsrc/finance/py-stripe/distinfo:1.61      Sat Mar  9 06:59:23 2024
+++ pkgsrc/finance/py-stripe/distinfo   Mon Apr  8 14:27:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2024/03/09 06:59:23 adam Exp $
+$NetBSD: distinfo,v 1.62 2024/04/08 14:27:41 adam Exp $
 
-BLAKE2s (stripe-8.6.0.tar.gz) = 90b713626bd380b1f4e78c27b26b9511ee5780342f2aae6c4866ca75b8ce8f7a
-SHA512 (stripe-8.6.0.tar.gz) = 25fc7396ea0d5cc448a8c9c00f5dfac7ea5181a4c82d7f1b3d81d0e54b55876213ffddcb478391604f228ff5a7bbe6adcfdee0cdfce3ed385be8432c400053bf
-Size (stripe-8.6.0.tar.gz) = 1075310 bytes
+BLAKE2s (stripe-8.10.0.tar.gz) = bfbc756def5b60799c12e88588d6ab70f433b071cfa0655d0938047c603e5bbe
+SHA512 (stripe-8.10.0.tar.gz) = 58c9d7b2b28304b37f616e4017a6119ec7efdb8d32d0a19c1c8e2511c72d3b0af5876407ada6db8150bb83b0fa04ac45789635d53766a1c7cc1721478b701a2b
+Size (stripe-8.10.0.tar.gz) = 1208587 bytes



Home | Main Index | Thread Index | Old Index