diff --git a/cloudflare-2.19.2.tar.gz b/cloudflare-2.19.2.tar.gz deleted file mode 100644 index 522b374..0000000 --- a/cloudflare-2.19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10d4b96b2addee07dfa3699e0a167df77d2a8d5ab7f86e6590eaa6ea87d6dc18 -size 114453 diff --git a/cloudflare-2.19.4.tar.gz b/cloudflare-2.19.4.tar.gz new file mode 100644 index 0000000..81ef2b6 --- /dev/null +++ b/cloudflare-2.19.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6000a01a237c23bccfdf6d20256ea5111ec74a826ae9e74f9f0e5bb5b2383f +size 118374 diff --git a/python-cloudflare.changes b/python-cloudflare.changes index 5b43de8..1eafa0a 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Fri May 3 07:31:33 UTC 2024 - Dirk Müller + +- update to 2.19.4: + * HTTPError can show up when you plan with the URL value + * #186 - explain how to maps arguments + * #188 - url now uses strings - as it should! + * #190 - remove Python 3.5 support because of f-string + * Add version 3.0 code and pinning info to README + * more api endpoints + * now that AI methods are in library - no need for + CLOUDFLARE_API_EXTRAS code more api endpoints + * remove f-string for Python <3.6 compatibility + * added documentation urls, etc for pypi + * finally removed the VOID calls, added /ai/run endpoints + * still testing docs + * start of longstanding need for documentation, update of + copyright string + * moved all requests + code/exceptions into network where it belongs, import + cleanup, exception handling cleanup + * handle python < 3.10 to get utc time correctly + * document cli4 having --header flag + * cli4 has --header flag, plus http_headers needed some + more syntax checking + * added Python 3.5 note + * remove excessive import + * improved date/time rfc/iso + code, lint fixes + ------------------------------------------------------------------- Sat Apr 6 19:26:15 UTC 2024 - Dirk Müller diff --git a/python-cloudflare.spec b/python-cloudflare.spec index 79d5b6d..77d3891 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cloudflare -Version: 2.19.2 +Version: 2.19.4 Release: 0 Summary: Python wrapper for the Cloudflare v4 API License: MIT