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 Jan 19 10:52:41 UTC 2024

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

Log Message:
py-stripe: updated to 7.13.0

7.13.0 - 2024-01-18
* Update generated code
  * Add support for providing details about `BankAccount`, `Card`, and `CardToken` on `Account.CreateExternalAccountParams.external_account` and `Account.CreateParams.external_account`
  * Add support for new value `nn` on enums `Charge.PaymentMethodDetails.Ideal.bank`, `PaymentIntent.ConfirmParamsPaymentMethodDataIdeal.bank`, `PaymentIntent.CreateParamsPaymenMethodDataIdeal.bank`, 
`PaymentIntent.UpdateParamsPaymentMethodDataIdeal.bank`, `PaymentMethod.Ideal.bank`, `PaymentMethod.CreateParamsIdeal.bank`, `SetupAttempt.PaymentMethodDetails.Ideal.bank`, 
`SetupIntent.ConfirmParamsPaymenMethodDataIdeal.bank`, `SetupIntent.CreateParamsPaymenMethodDataIdeal.bank`, and `SetupIntent.UpdateParamsPaymenMethodDataIdeal.bank`
  * Add support for new value `NNBANL2G` on enums `Charge.PaymentMethodDetails.Ideal.bic`, `PaymentMethod.Ideal.bic`, and `SetupAttempt.PaymentMethodDetails.Ideal.bic`
  * Change `CustomerSession.Components.buy_button` and `CustomerSession.Components.pricing_table` to be required
  * Add support for `issuer` on `Invoice.CreateParams`, `Invoice.UpcomingLinesParams`, `Invoice.UpcomingParams`, `Invoice.UpdateParams`, and `Invoice`
  * Add support for `liability` on `Invoice.automatic_tax`, `Invoice.CreateParams.automatic_tax`, `Invoice.UpcomingLinesParams.automatic_tax`, `Invoice.UpcomingParams.automatic_tax`, 
`Invoice.UpdateParams.automatic_tax`, `Subscription.automatic_tax`, `Subscription.CreateParams.automatic_tax`, and `Subscription.UpdateParams.automatic_tax`
  * Add support for `on_behalf_of` on `Invoice.UpcomingLinesParams` and `Invoice.UpcomingParams`
  * Add support for `pin` on `issuing.Card.CreateParams`
  * Add support for `revocation_reason` on `Mandate.PaymentMethodDetails.bacs_debit`
  * Add support for `customer_balance` on `PaymentMethodConfiguration.CreateParams`, `PaymentMethodConfiguration.UpdateParams`, and `PaymentMethodConfiguration`
  * Add support for `invoice_settings` on `Subscription.CreateParams` and `Subscription.UpdateParams`


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.57 -r1.58 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.60 pkgsrc/finance/py-stripe/Makefile:1.61
--- pkgsrc/finance/py-stripe/Makefile:1.60      Sun Jan 14 15:19:03 2024
+++ pkgsrc/finance/py-stripe/Makefile   Fri Jan 19 10:52:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2024/01/14 15:19:03 adam Exp $
+# $NetBSD: Makefile,v 1.61 2024/01/19 10:52:41 adam Exp $
 
-DISTNAME=      stripe-7.12.0
+DISTNAME=      stripe-7.13.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.57 pkgsrc/finance/py-stripe/distinfo:1.58
--- pkgsrc/finance/py-stripe/distinfo:1.57      Sun Jan 14 15:19:03 2024
+++ pkgsrc/finance/py-stripe/distinfo   Fri Jan 19 10:52:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.57 2024/01/14 15:19:03 adam Exp $
+$NetBSD: distinfo,v 1.58 2024/01/19 10:52:41 adam Exp $
 
-BLAKE2s (stripe-7.12.0.tar.gz) = c87a7fe7155450b56f128e0de8a03acb9eaba52f73c48e388bea3a9607b073f3
-SHA512 (stripe-7.12.0.tar.gz) = 819aa9f4ec1d7269d14d43abd2c4ec7b20b76bdd4f290962ac51b89926ab2e1f1644dd9c653556673b7a65e97510e6d588052fcc4a7e3c05464a0564bb8d8ed0
-Size (stripe-7.12.0.tar.gz) = 783948 bytes
+BLAKE2s (stripe-7.13.0.tar.gz) = 0fedb471b1a5942af213393179ebd7bc9d0c7af6c228da305333dcb4c8ad9c0c
+SHA512 (stripe-7.13.0.tar.gz) = 0ed4d7d1781236f8e6bb3685680f59cf9c3bdf8645e0f5cd17753d079e42965660666ec76cb65ee6d4145514706fd39f6c0f1af331033d0eb3f47f8445082be7
+Size (stripe-7.13.0.tar.gz) = 789362 bytes



Home | Main Index | Thread Index | Old Index