15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=36
This commit is contained in:
2024-05-03 07:33:47 +00:00
committed by Git OBS Bridge
parent 627981e428
commit cb9ab4a50a
4 changed files with 34 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri May 3 07:31:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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