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 Mar  9 06:59:23 UTC 2024

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

Log Message:
py-stripe: updated to 8.6.0

8.6.0 - 2024-03-07
* Update generated code
  * Add support for `documents` on `AccountSession.Components`
  * Add support for `request_three_d_secure` on `Checkout.Session.PaymentMethodOptionsCard` and `Checkout.Session.CreateParams.PaymentMethodOptionsCard`
  * Add support for `created` on `CreditNote.ListParams`
  * Add support for `sepa_debit` on `Invoice.PaymentSettings.PaymentMethodOptions`, `InvoiceCreateParams.PaymentSettings.PaymentMethodOptions`, and 
`InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions`
* Update README.md

8.5.0 - 2024-02-29
* Update generated code
  * Change `identity.VerificationReport.type` to be required
  * Change type of `identity.VerificationSession.type` from `Optional[Literal["document", "id_number"]]` to `Literal["document", "id_number"]`
  * Add support for `number` on `Invoice.CreateParams` and `Invoice.ModifyParams`
  * Add support for `enable_customer_cancellation` on `terminal.Reader.Action.ProcessPaymentIntent.process_config`, `Terminal.Reader.Action.ProcessSetupIntent.process_config`, 
`Terminal.Reader.ProcessPaymentIntentParams.process_config`, and `Terminal.Reader.ProcessSetupIntentParams.process_config`
  * Add support for `refund_payment_config` on `Terminal.Reader.Action.refund_payment` and `Terminal.Reader.RefundPaymentParams`
  * Add support for `payment_method` on `Token.CreateParams.bank_account`
  * Add `list_refunds` and `retrieve_refund` methods on resource `Charge`.
* Update README to use add_beta_version
* Fix type of ErrorObject.code


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.60 -r1.61 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.63 pkgsrc/finance/py-stripe/Makefile:1.64
--- pkgsrc/finance/py-stripe/Makefile:1.63      Fri Feb 23 12:20:19 2024
+++ pkgsrc/finance/py-stripe/Makefile   Sat Mar  9 06:59:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2024/02/23 12:20:19 adam Exp $
+# $NetBSD: Makefile,v 1.64 2024/03/09 06:59:23 adam Exp $
 
-DISTNAME=      stripe-8.4.0
+DISTNAME=      stripe-8.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stripe/}

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.60 pkgsrc/finance/py-stripe/distinfo:1.61
--- pkgsrc/finance/py-stripe/distinfo:1.60      Fri Feb 23 12:20:19 2024
+++ pkgsrc/finance/py-stripe/distinfo   Sat Mar  9 06:59:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2024/02/23 12:20:19 adam Exp $
+$NetBSD: distinfo,v 1.61 2024/03/09 06:59:23 adam Exp $
 
-BLAKE2s (stripe-8.4.0.tar.gz) = c40f5be181394e8200d0ef8f50f93955fe787cb68b9c5afdd1e57a74aad39b18
-SHA512 (stripe-8.4.0.tar.gz) = b7ddb5a11c379492f5a7eafcc44197e026e3020420a83c294db6bbe2d73b39c4af38746817d0684e84f09232b12b45280d919090a331a9a0d03af4d02e59ef99
-Size (stripe-8.4.0.tar.gz) = 1071302 bytes
+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



Home | Main Index | Thread Index | Old Index