From b10dcae3655633aa270b1370a94278ed66c9862cdb66d7971bd50ebeb1c63542 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Nov 2023 12:12:08 +0000 Subject: [PATCH] - update to 2.14.2: * added AI info * account name via -a flag now. should not be needed * stable diffusion example * move config info into code * first pass a new AI API calls * cleanup of usage, added more flag descriptions * cleanup of usage and getops values - now consistent * timeout values now work from config or api call, added support for image binary results, fixed logging if binary * handle raw byte output either via --image flag or if return from api is bytes * more api endpoints * added ips and issue114 tests * add importlib_resources info for older Python versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=26 --- cloudflare-2.12.4.tar.gz | 3 --- cloudflare-2.14.2.tar.gz | 3 +++ python-cloudflare.changes | 19 +++++++++++++++++++ python-cloudflare.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 cloudflare-2.12.4.tar.gz create mode 100644 cloudflare-2.14.2.tar.gz diff --git a/cloudflare-2.12.4.tar.gz b/cloudflare-2.12.4.tar.gz deleted file mode 100644 index 76a81f7..0000000 --- a/cloudflare-2.12.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517f11382ea92fc591f36cc9ba95243da73e68345e52f221f03d51d6e8d786a5 -size 85422 diff --git a/cloudflare-2.14.2.tar.gz b/cloudflare-2.14.2.tar.gz new file mode 100644 index 0000000..df73703 --- /dev/null +++ b/cloudflare-2.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de49a889288d82dc5c0f2a2a746552967b99d96063f5df3a57a703642e240b4 +size 89773 diff --git a/python-cloudflare.changes b/python-cloudflare.changes index 5ec27be..30be1c3 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Nov 29 12:09:24 UTC 2023 - Dirk Müller + +- update to 2.14.2: + * added AI info + * account name via -a flag now. should not be needed + * stable diffusion example + * move config info into code + * first pass a new AI API calls + * cleanup of usage, added more flag descriptions + * cleanup of usage and getops values - now consistent + * timeout values now work from config or api call, + added support for image binary results, fixed logging if binary + * handle raw byte output either via --image flag or if return + from api is bytes + * more api endpoints + * added ips and issue114 tests + * add importlib_resources info for older Python versions + ------------------------------------------------------------------- Thu Oct 5 09:47:35 UTC 2023 - Dirk Müller diff --git a/python-cloudflare.spec b/python-cloudflare.spec index a018203..4ec96bf 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cloudflare -Version: 2.12.4 +Version: 2.14.2 Release: 0 Summary: Python wrapper for the Cloudflare v4 API License: MIT