From b9c6888ae1b3699e36f36c4fe64a2388b96d259ecd20a09c83586051df65b5e4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 17 Jun 2024 05:57:46 +0000 Subject: [PATCH] - update to 2.20.0: * extra AI api endpoints * more api endpoints * moved 2.20.* warnings into a proper Python PendingDeprecationWarning message * reduce processing of OpenAPI logic when content-type is application/json * warning now in its own file and warning sent to stderr or logging only if release number 2.20 or above * HTTPError can show up when you plan with the URL value OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=38 --- cloudflare-2.19.4.tar.gz | 3 --- cloudflare-2.20.0.tar.gz | 3 +++ python-cloudflare.changes | 14 ++++++++++++++ python-cloudflare.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 cloudflare-2.19.4.tar.gz create mode 100644 cloudflare-2.20.0.tar.gz diff --git a/cloudflare-2.19.4.tar.gz b/cloudflare-2.19.4.tar.gz deleted file mode 100644 index 81ef2b6..0000000 --- a/cloudflare-2.19.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b6000a01a237c23bccfdf6d20256ea5111ec74a826ae9e74f9f0e5bb5b2383f -size 118374 diff --git a/cloudflare-2.20.0.tar.gz b/cloudflare-2.20.0.tar.gz new file mode 100644 index 0000000..70297e4 --- /dev/null +++ b/cloudflare-2.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46aefc39dfaa2365d639b423cec2cd5350ae11153c7247d3eb3545bdcf01a68a +size 120190 diff --git a/python-cloudflare.changes b/python-cloudflare.changes index 1eafa0a..c1fb360 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 17 05:56:13 UTC 2024 - Dirk Müller + +- update to 2.20.0: + * extra AI api endpoints + * more api endpoints + * moved 2.20.* warnings into + a proper Python PendingDeprecationWarning message + * reduce processing of + OpenAPI logic when content-type is application/json + * warning now in its own file and warning sent to stderr + or logging only if release number 2.20 or above + * HTTPError can show up when you plan with the URL value + ------------------------------------------------------------------- Fri May 3 07:31:33 UTC 2024 - Dirk Müller diff --git a/python-cloudflare.spec b/python-cloudflare.spec index 77d3891..b910158 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cloudflare -Version: 2.19.4 +Version: 2.20.0 Release: 0 Summary: Python wrapper for the Cloudflare v4 API License: MIT