forked from pool/python-stripe
Accepting request 1323242 from devel:languages:python
- Update to 14.1.0:
* Update generated code based on incoming API changes in the
2025-12-15.clover API version.
* Updated bundled CA certificates
* Add create_async method to EphemeralKey
- Dropped patch suport-pytest-9.patch, included upstream.
OBS-URL: https://build.opensuse.org/request/show/1323242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stripe?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 01:08:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 14.1.0:
|
||||
* Update generated code based on incoming API changes in the
|
||||
2025-12-15.clover API version.
|
||||
* Updated bundled CA certificates
|
||||
* Add create_async method to EphemeralKey
|
||||
- Dropped patch suport-pytest-9.patch, included upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 03:57:54 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -18,14 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-stripe
|
||||
Version: 14.0.1
|
||||
Version: 14.1.0
|
||||
Release: 0
|
||||
Summary: Python bindings for the Stripe API
|
||||
License: MIT
|
||||
URL: https://github.com/stripe/stripe-python
|
||||
Source: https://files.pythonhosted.org/packages/source/s/stripe/stripe-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM gh#stripe/stripe-python#1700
|
||||
Patch0: suport-pytest-9.patch
|
||||
BuildRequires: %{python_module aiohttp >= 3.9.4}
|
||||
BuildRequires: %{python_module anyio}
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2d56345bf5d41c1f21f814b00174a3173a0b5eb4e8fc46a8f779e3d7a2efc6e
|
||||
size 1362960
|
||||
3
stripe-14.1.0.tar.gz
Normal file
3
stripe-14.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d002ecd2966a984a52a43e865bc9346c389f20e768e13fdbbe9cb9474f917c23
|
||||
size 1449934
|
||||
@@ -1,12 +0,0 @@
|
||||
Index: stripe-14.0.1/tests/test_integration.py
|
||||
===================================================================
|
||||
--- stripe-14.0.1.orig/tests/test_integration.py
|
||||
+++ stripe-14.0.1/tests/test_integration.py
|
||||
@@ -335,7 +335,6 @@ class TestIntegration(object):
|
||||
usage = telemetry["last_request_metrics"]["usage"]
|
||||
assert usage == ["stripe_client", "async"]
|
||||
|
||||
- @pytest.mark.anyio
|
||||
@pytest.fixture(params=["aiohttp", "httpx"])
|
||||
async def async_http_client(self, request, anyio_backend):
|
||||
if request.param == "httpx":
|
||||
Reference in New Issue
Block a user