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:           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.

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



Home | Main Index | Thread Index | Old Index