Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sqbJqpXw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Csp1T1mZ Received: by mail.netbsd.org (Postfix, from userid 605) id D8B4D84D67; Fri, 10 May 2024 04:50:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715316637; bh=3WCgzIPHDUMIcxGNIbNWljz9XsJCUhPwW88PCN8zIwg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=sqbJqpXwCUh3JceMeRkVBLszrjDWBhdoIjYJtRHN3zVnPgIq//0bCJHoPgX1Adt39 MQhttjojEOIqwQVPISGfz3Fy+WS3sxurlADYVSLcvxKwEZdTF53n2LhpJpLTu6Gk/3 IM1cq7ukXruegzIkJD8E6RWr3/IcE2+61kQ4iD+c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF9C084D67 for ; Fri, 10 May 2024 04:50:35 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J5BlbL699bxn for ; Fri, 10 May 2024 04:50:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A135D84D24 for ; Fri, 10 May 2024 04:50:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715316634; bh=3WCgzIPHDUMIcxGNIbNWljz9XsJCUhPwW88PCN8zIwg=; h=Date:From:Subject:To:Reply-To; b=Csp1T1mZlLZwJtZl0BpEbFCoIf66Y/4byWNah7sK8WC5yhg/ABdzeVMAQEh4+d18A 1Jhg76BxS96ugDM5jjRl9HSu4kTryXhNnDlFrbapGZErJ4NjRAJgg+mi++nE7VaG44 X+lVYg55RPVuGX5UdUnk094MjtQzf4r3F4l/DoIg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DF1CFA2C; Fri, 10 May 2024 04:50:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715316634175100" MIME-Version: 1.0 Date: Fri, 10 May 2024 04:50:34 +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: <20240510045034.8DF1CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715316634175100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 10 04:50:34 UTC 2024 Modified Files: pkgsrc/finance/py-stripe: Makefile PLIST distinfo Log Message: py-stripe: updated to 9.6.0 9.6.0 - 2024-05-09 * Update generated code * Add support for `allow_redisplay` on resource class `stripe.ConfirmationToken.PaymentMethodPreview` and resource `stripe.PaymentMethod` * Add support for `preview_mode` on parameter classes `stripe.Invoice.CreatePreviewParams`, `stripe.Invoice.UpcomingLinesParams`, and `stripe.Invoice.UpcomingParams` * Add support for `_cls_update` on resources `stripe.treasury.OutboundPayment` and `stripe.treasury.OutboundTransfer` * Add support for `tracking_details` on resources `stripe.treasury.OutboundPayment` and `stripe.treasury.OutboundTransfer` * Add support for `update` on resources `stripe.treasury.OutboundPayment` and `stripe.treasury.OutboundTransfer` * Add support for `treasury.outbound_payment.tracking_details_updated` on enums `stripe.Event.type`, `stripe.WebhookEndpoint.CreateParams.enabled_events`, and `stripe.WebhookEndpoint.ModifyParams.enabled_events` * Add support for `treasury.outbound_transfer.tracking_details_updated` on enums `stripe.Event.type`, `stripe.WebhookEndpoint.CreateParams.enabled_events`, and `stripe.WebhookEndpoint.ModifyParams.enabled_events` 9.5.0 - 2024-05-02 * Update generated code * Add support for `paypal` on resource class `stripe.Dispute.PaymentMethodDetails` * Add support for `payment_method_types` on parameter class `stripe.PaymentIntent.ConfirmParams` * Add support for `ship_from_details` on parameter class `stripe.tax.Calculation.CreateParams` and resources `stripe.tax.Calculation` and `stripe.tax.Transaction` * Add support for `bh`, `eg`, `ge`, `ke`, `kz`, `ng`, `om` on resource class `stripe.tax.Registration.CountryOptions` and parameter class `stripe.tax.Registration.CreateParamsCountryOptions` * Add support for `paypal` on enum `stripe.Dispute.PaymentMethodDetails.type` * Add support for `shipping_address_invalid` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code` * Change type of `metadata` on `stripe.entitlements.Feature.ModifyParams` from `Dict[str, str]` to `Literal['']|Dict[str, str]` * Fix type change entries in Python Changelog 9.4.0 - 2024-04-25 * Update generated code * Add support for `amazon_pay` on resource classes `stripe.Mandate.PaymentMethodDetails` and `stripe.SetupAttempt.PaymentMethodDetails` * Add support for `revolut_pay` on resource classes `stripe.Mandate.PaymentMethodDetails` and `stripe.SetupAttempt.PaymentMethodDetails` * Add support for `setup_future_usage` on resource classes `stripe.PaymentIntent.PaymentMethodOptions.AmazonPay`, `stripe.PaymentIntent.PaymentMethodOptions.RevolutPay`, `stripe.checkout.Session.PaymentMethodOptions.AmazonPay`, and `stripe.checkout.Session.PaymentMethodOptions.RevolutPay` * Add support for `mobilepay` on parameter classes `stripe.PaymentMethodConfiguration.CreateParams` and `stripe.PaymentMethodConfiguration.ModifyParams` and resource `stripe.PaymentMethodConfiguration` * Add support for `ending_before` on parameter class `stripe.PaymentMethodConfiguration.ListParams` * Add support for `limit` on parameter class `stripe.PaymentMethodConfiguration.ListParams` * Add support for `starting_after` on parameter class `stripe.PaymentMethodConfiguration.ListParams` * Change type of `feature` on `stripe.entitlements.ActiveEntitlement` from `str` to `ExpandableField[Feature]` * Add support for `amazon_pay` on enums `stripe.Invoice.PaymentSettings.payment_method_types`, `stripe.Invoice.CreateParamsPaymentSettings.payment_method_types`, `stripe.Invoice.ModifyParamsPaymentSettings.payment_method_types`, `stripe.Subscription.PaymentSettings.payment_method_types`, `stripe.Subscription.CreateParamsPaymentSettings.payment_method_types`, and `stripe.Subscription.ModifyParamsPaymentSettings.payment_method_types` * Add support for `revolut_pay` on enums `stripe.Invoice.PaymentSettings.payment_method_types`, `stripe.Invoice.CreateParamsPaymentSettings.payment_method_types`, `stripe.Invoice.ModifyParamsPaymentSettings.payment_method_types`, `stripe.Subscription.PaymentSettings.payment_method_types`, `stripe.Subscription.CreateParamsPaymentSettings.payment_method_types`, and `stripe.Subscription.ModifyParamsPaymentSettings.payment_method_types` * Remove support for inadvertently released identity verification features `email` and `phone` on parameter classes `stripe.identity.VerificationSession.CreateParamsOptions` and `stripe.identity.VerificationSession.ModifyParamsOptions` * Bump aiohttp from 3.9.2 to 3.9.4 To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/finance/py-stripe/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/finance/py-stripe/PLIST cvs rdiff -u -r1.63 -r1.64 pkgsrc/finance/py-stripe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715316634175100 Content-Disposition: inline Content-Length: 3360 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.66 pkgsrc/finance/py-stripe/Makefile:1.67 --- pkgsrc/finance/py-stripe/Makefile:1.66 Wed Apr 10 07:40:08 2024 +++ pkgsrc/finance/py-stripe/Makefile Fri May 10 04:50:34 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2024/04/10 07:40:08 adam Exp $ +# $NetBSD: Makefile,v 1.67 2024/05/10 04:50:34 adam Exp $ -DISTNAME= stripe-8.11.0 +DISTNAME= stripe-9.6.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.33 pkgsrc/finance/py-stripe/PLIST:1.34 --- pkgsrc/finance/py-stripe/PLIST:1.33 Wed Apr 10 07:40:08 2024 +++ pkgsrc/finance/py-stripe/PLIST Fri May 10 04:50:34 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2024/04/10 07:40:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.34 2024/05/10 04:50:34 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD @@ -793,6 +793,9 @@ ${PYSITELIB}/stripe/api_resources/entitl ${PYSITELIB}/stripe/api_resources/entitlements/active_entitlement.py ${PYSITELIB}/stripe/api_resources/entitlements/active_entitlement.pyc ${PYSITELIB}/stripe/api_resources/entitlements/active_entitlement.pyo +${PYSITELIB}/stripe/api_resources/entitlements/active_entitlement_summary.py +${PYSITELIB}/stripe/api_resources/entitlements/active_entitlement_summary.pyc +${PYSITELIB}/stripe/api_resources/entitlements/active_entitlement_summary.pyo ${PYSITELIB}/stripe/api_resources/entitlements/feature.py ${PYSITELIB}/stripe/api_resources/entitlements/feature.pyc ${PYSITELIB}/stripe/api_resources/entitlements/feature.pyo @@ -1220,6 +1223,9 @@ ${PYSITELIB}/stripe/entitlements/_active ${PYSITELIB}/stripe/entitlements/_active_entitlement_service.py ${PYSITELIB}/stripe/entitlements/_active_entitlement_service.pyc ${PYSITELIB}/stripe/entitlements/_active_entitlement_service.pyo +${PYSITELIB}/stripe/entitlements/_active_entitlement_summary.py +${PYSITELIB}/stripe/entitlements/_active_entitlement_summary.pyc +${PYSITELIB}/stripe/entitlements/_active_entitlement_summary.pyo ${PYSITELIB}/stripe/entitlements/_feature.py ${PYSITELIB}/stripe/entitlements/_feature.pyc ${PYSITELIB}/stripe/entitlements/_feature.pyo Index: pkgsrc/finance/py-stripe/distinfo diff -u pkgsrc/finance/py-stripe/distinfo:1.63 pkgsrc/finance/py-stripe/distinfo:1.64 --- pkgsrc/finance/py-stripe/distinfo:1.63 Wed Apr 10 07:40:08 2024 +++ pkgsrc/finance/py-stripe/distinfo Fri May 10 04:50:34 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.63 2024/04/10 07:40:08 adam Exp $ +$NetBSD: distinfo,v 1.64 2024/05/10 04:50:34 adam Exp $ -BLAKE2s (stripe-8.11.0.tar.gz) = e23b2a1eff08788bcaa3e6e91c5a9f899713114bbdf9a9d1a22ae754c9d5dac2 -SHA512 (stripe-8.11.0.tar.gz) = 9d53ed3e253f18de36dfaf3c28fbcba7ef957f35b6f117c0dcb50040e0484f6fde1f3deb816d51aac62ddad64a20ae344acd25d680ec10c7fa7ddde1cf16c0ec -Size (stripe-8.11.0.tar.gz) = 1215071 bytes +BLAKE2s (stripe-9.6.0.tar.gz) = 817a5e638ceef08185f9ffe6680b0b65d63c7a13fc75ea01dea9e89669aef95d +SHA512 (stripe-9.6.0.tar.gz) = d93349c85791abec7d691c2aa726996e3110117dfda5608aa63e39463399200a4f8427dc609fc2a32c7eea005e4a79fd93cffa76762e0914efcd89b83baa58c2 +Size (stripe-9.6.0.tar.gz) = 1265189 bytes --_----------=_1715316634175100--