14
0
forked from pool/python-stripe

- Update to 11.5.0:

* Fix regression when using httpx HTTP client
  * Change the pinned API version to 2024-12-18.acacia.
  * Deserialize into correct v2 EventData types
  * update object tags for meter-related classes
  * Update the class for ThinEvent to include livemode
  * Add method to list invoice line items
  * Bump aiohttp from 3.9.0 to 3.9.4
  * Use stdlib AsyncMock when available
  * Add TaxIds API
  * Remove http client base
  * Testing: unify http client mock
  * Remove broken child methods
  * Move StripeClient usage collection onto StripeService
  * Measure StripeClient usage
  * Introduce StripeClient and a service-based call pattern.
- Do not run stripe-mock during check, the testsuite handles it for us.
- Drop patch use-sys-executable.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=10
This commit is contained in:
2025-02-05 05:12:11 +00:00
committed by Git OBS Bridge
parent 93a67a8ad7
commit c6bf516114
5 changed files with 37 additions and 43 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Feb 5 05:11:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 11.5.0:
* Fix regression when using httpx HTTP client
* Change the pinned API version to 2024-12-18.acacia.
* Deserialize into correct v2 EventData types
* update object tags for meter-related classes
* Update the class for ThinEvent to include livemode
* Add method to list invoice line items
* Bump aiohttp from 3.9.0 to 3.9.4
* Use stdlib AsyncMock when available
* Add TaxIds API
* Remove http client base
* Testing: unify http client mock
* Remove broken child methods
* Move StripeClient usage collection onto StripeService
* Measure StripeClient usage
* Introduce StripeClient and a service-based call pattern.
- Do not run stripe-mock during check, the testsuite handles it for us.
- Drop patch use-sys-executable.patch, included upstream.
-------------------------------------------------------------------
Fri Jan 19 03:23:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>