Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=KLHnUa4u; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LrfI6hfz Received: by mail.netbsd.org (Postfix, from userid 605) id DE2AC84F40; Mon, 8 Apr 2024 14:27:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712586464; bh=1RYzYVTYZnsRGoX4UX0b54zDWC2vtzLNdOhD/lk/iK8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=KLHnUa4ukTEHxCrXL9yP7MW7Bck1miB4Pf2fMkbKTvIMgR2N+fKYt4vwhwnqPpv73 t5rlC0f01awHt2fQjOTbbBE5+F5vglCfFcWeL+0lA61VjjeCbbgnFX4TOAzytpNqGV M4eCyLrWf+xorARNRiTBwASgPE4dQI5OQm9uh+i4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1FD384F28 for ; Mon, 8 Apr 2024 14:27:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id E548jaMLXsRI for ; Mon, 8 Apr 2024 14:27:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8C5B084F1A for ; Mon, 8 Apr 2024 14:27:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712586461; bh=1RYzYVTYZnsRGoX4UX0b54zDWC2vtzLNdOhD/lk/iK8=; h=Date:From:Subject:To:Reply-To; b=LrfI6hfzHl3GfQrtHwOSB6u4QPf0OnuU4VM6Opx74KEJaJY73kEngMUTsReD/UJnp 5PoTQtTcWiZeEcGp3Sp69TGKpwSqE7oUXeUVFYI0CKnC41didPiD/NatY2zpEyU6A1 L1MoXgNWQwS6koy6+EhPHdGAsJ7AN53D1Ozrdd1U= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81287FA2C; Mon, 8 Apr 2024 14:27:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712586461274060" MIME-Version: 1.0 Date: Mon, 8 Apr 2024 14:27:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-stripe To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240408142741.81287FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712586461274060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1712586461274060 Content-Disposition: inline Content-Length: 12385 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1712586461274060--