15
0

- 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
This commit is contained in:
2023-11-29 12:12:08 +00:00
committed by Git OBS Bridge
parent ddd27b7a59
commit b10dcae365
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:517f11382ea92fc591f36cc9ba95243da73e68345e52f221f03d51d6e8d786a5
size 85422

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

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 29 12:09:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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