15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=32
This commit is contained in:
2024-01-30 12:10:36 +00:00
committed by Git OBS Bridge
parent 63fe171e9a
commit 779fdcfeb2
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42ddf55d15152696ff1b6f99ef84f68fa3dd5aac2d94b6ccb365d860e651977d
size 101425

3
cloudflare-2.17.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0768d321844aaccbbe3d77f7ce27f15b9356dffac81ea94fae012b39bb8ee83e
size 106509

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jan 30 12:08:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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