diff --git a/python-stripe.changes b/python-stripe.changes index 8be4e14..e8184da 100644 --- a/python-stripe.changes +++ b/python-stripe.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 17 01:08:48 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-stripe.spec b/python-stripe.spec index 1b28a7a..19ca2d5 100644 --- a/python-stripe.spec +++ b/python-stripe.spec @@ -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} diff --git a/stripe-14.0.1.tar.gz b/stripe-14.0.1.tar.gz deleted file mode 100644 index 3aaa694..0000000 --- a/stripe-14.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2d56345bf5d41c1f21f814b00174a3173a0b5eb4e8fc46a8f779e3d7a2efc6e -size 1362960 diff --git a/stripe-14.1.0.tar.gz b/stripe-14.1.0.tar.gz new file mode 100644 index 0000000..4892c57 --- /dev/null +++ b/stripe-14.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d002ecd2966a984a52a43e865bc9346c389f20e768e13fdbbe9cb9474f917c23 +size 1449934 diff --git a/suport-pytest-9.patch b/suport-pytest-9.patch deleted file mode 100644 index 795b34d..0000000 --- a/suport-pytest-9.patch +++ /dev/null @@ -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":