diff --git a/cloudflare-2.16.0.tar.gz b/cloudflare-2.16.0.tar.gz deleted file mode 100644 index 2b9e3e9..0000000 --- a/cloudflare-2.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42ddf55d15152696ff1b6f99ef84f68fa3dd5aac2d94b6ccb365d860e651977d -size 101425 diff --git a/cloudflare-2.17.0.tar.gz b/cloudflare-2.17.0.tar.gz new file mode 100644 index 0000000..ffdddd7 --- /dev/null +++ b/cloudflare-2.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0768d321844aaccbbe3d77f7ce27f15b9356dffac81ea94fae012b39bb8ee83e +size 106509 diff --git a/python-cloudflare.changes b/python-cloudflare.changes index 2f0a175..bf554da 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jan 30 12:08:42 UTC 2024 - Dirk Müller + +- update to 2.17.0: + * handle case where zone and account disallow load balancing + * make 4xx error handling more generic + * testing load balancers becuase they return 412 HTTP errors + * debug messages line lenght needs to be longer so that error + return messages are shown clearly + * issue-181 HTTP response code 412 not handled + * handle 404 errors with invalid API error structure + * test get/put/patch/delete and post with no data - all expected + return error + * now testing api calls with four id values + * now testing api calls with three id values + * improve error message responses for 400-405 http reponses code + they now decode + ------------------------------------------------------------------- Mon Jan 8 21:01:29 UTC 2024 - Dirk Müller diff --git a/python-cloudflare.spec b/python-cloudflare.spec index e694798..e0cbf4c 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cloudflare -Version: 2.16.0 +Version: 2.17.0 Release: 0 Summary: Python wrapper for the Cloudflare v4 API License: MIT @@ -38,7 +38,7 @@ Requires: python-beautifulsoup4 Requires: python-jsonlines Requires: python-requests >= 2.4.2 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages