diff --git a/python-stripe.changes b/python-stripe.changes index 018be3b..45e77d5 100644 --- a/python-stripe.changes +++ b/python-stripe.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 25 11:28:04 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 12.5.1 + * #1563 fix: Paginate backwards if `starting_after == None` + * Addresses an #1562 where List iteration would be forwards when + `starting_after` was set to `None` but backwards if it was not + set at all. Now, it will paginate backwards in both cases. +- Use Python 3.11 on SLE-15 by default + ------------------------------------------------------------------- Fri Sep 5 20:08:01 UTC 2025 - Dirk Müller diff --git a/python-stripe.spec b/python-stripe.spec index 979672e..31e6966 100644 --- a/python-stripe.spec +++ b/python-stripe.spec @@ -15,9 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%{?sle15_python_module_pythons} Name: python-stripe -Version: 12.5.0 +Version: 12.5.1 Release: 0 Summary: Python bindings for the Stripe API License: MIT diff --git a/stripe-12.5.0.tar.gz b/stripe-12.5.0.tar.gz deleted file mode 100644 index 97c4310..0000000 --- a/stripe-12.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd2b8e71216b6aed5dc1e9b5e6f658b5e21d69a60d44fb8c08f41e1f7bddedd0 -size 1432368 diff --git a/stripe-12.5.1.tar.gz b/stripe-12.5.1.tar.gz new file mode 100644 index 0000000..f4a4457 --- /dev/null +++ b/stripe-12.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5407d092c355c31393e767d2dcb2d5a8c3980caa9a073acb32d0ccb3c01b04b5 +size 1432826