14
0
forked from pool/python-stripe

Accepting request 939938 from Application:ERP:Tryton:6.0

- version 2.63.0
  * skip python2
  * API Updates 
  ** Add support for new resource ShippingRate 
  ** Add support for expire method on resource Checkout.Session 
  ** Add support for list_payment_methods method on resource Customer
  * Stop sending raw exception message as part of Stripe user agent.

OBS-URL: https://build.opensuse.org/request/show/939938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=5
This commit is contained in:
2021-12-11 23:57:02 +00:00
committed by Git OBS Bridge
parent 054b6c9c1d
commit 02226bb074
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 11 16:24:22 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 2.63.0
* skip python2
* API Updates
** Add support for new resource ShippingRate
** Add support for expire method on resource Checkout.Session
** Add support for list_payment_methods method on resource Customer
* Stop sending raw exception message as part of Stripe user agent.
-------------------------------------------------------------------
Fri Aug 13 08:34:39 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>