Revisions of python-cloudflare

buildservice-autocommit accepted request 1171537 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 36)
- 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
buildservice-autocommit accepted request 1165873 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 35)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 34)
- update to 2.19.2:
  * http_headers documentation
  * fix tag name creation
  * added http_headers
  * solidfied the Python3 only mindset
  * brought man page up to date
  * create dummy loa document on-the-fly with very-basic pdf
    content
- update to 2.19.0:
  * CHANGELOG.md pushed to
  * typo introduced before
  * purge_cache test - was chasing a different bug
buildservice-autocommit accepted request 1142769 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 32)
- update to 2.17.0:
  * handle case where zone and account disallow load balancing
  * make 4xx error handling more generic
  * testing load balancers becuase they return 412 HTTP errors
  * debug messages line lenght needs to be longer so that error
    return messages are shown clearly
  * issue-181 HTTP response code 412 not handled
  * handle 404 errors with invalid API error structure
  * test get/put/patch/delete and post with no data - all expected
    return error
  * now testing api calls with four id values
  * now testing api calls with three id values
  * improve error message responses for 400-405 http reponses code
    they now decode
buildservice-autocommit accepted request 1137644 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 30)
- update to 2.16.0:
  * added CloudFlare/tests as a package - a better place to
    keep tests
  * return http code 200 and
    more 2xx now accepted, check for decode() errors
  * confine account to first one
  * testing pdf uploading and downloading
  * cleanup to show correct sequence of firewall and filter
    creation and deletion
  * added workers create and delete
  * moved /tests to /CloudFlare/tests
    api_decode_from_web.py as the old api.cloudflare.com website
    has gone away
  * OpenAPI code now returns clean errors and version number.
  * openapi url now in code where it belongs, args checked for
    type str, logging messgaes for various errors, http error
    code 400 & 429 handled
  * --openapi call now with optional argument as url is built
    into code
  * all tests now similar
    structure, callable from command line, debug on by default
    for command line calls
  * move OPENAPI_URL into code where it belongs
  * only create one logger - longstanding issue solved
  * added openapi_url config - rarely used outside of development
  * deal with /certificates case - which is unique
  * do not run tests if nothing has changed
  * make zone choice random, add delay for import as it is rate limited
  * remove excess code
  * moved to use tempfile.TemporaryFile so more portable over many systems
buildservice-autocommit accepted request 1133820 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 28)
- update to 2.14.3:
  * /live added - but does not response yet
  * handle {account-identifier} with a dash vs underscore.
buildservice-autocommit accepted request 1129789 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- 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
buildservice-autocommit accepted request 1115792 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
- update to 2.12.4:
  * added ips and issue114 tests
  * add importlib_resources info for older Python versions
  * more api endpoints
  * more twine tweaks
  * Added cli4 -e option to
    display example file path names
  * Add `global_request_timeout` and `max_request_retries`
    configuration options. Set default request timeout to 5s. Add
    basic tests instantiating Cloudflare.Cloudflare
  * more api endpoints
  * Make RegEx string a raw string literal
  * more api endpoints
  * update examples and README to use == for numberic values
  * more api endpoints
  * remove --api option and leave --openapi in place
  * handle quoted strings
  * handle multipart/form-data
    correctly for more than one file and with params/data
  * python keywords not handled correctly at command level
  * fix: remove future dependency and imports
  * added after openapi review
  * added deprecated processing, now shows version
  * update examples and README to use == for numberic values
   For full changelog see:
  * moved network functions into their own file - part of splitting up a large file
- Add alternative for new manpage.
buildservice-autocommit accepted request 1108969 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 23)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 22)
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Drop unneeded {Build,}Requires on future.
buildservice-autocommit accepted request 1108926 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 2.11.7:
  * more api endpoints
  * update examples and README to use == for numberic values
buildservice-autocommit accepted request 1098206 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- update to 2.11.6:
  * handle multipart/form-data correctly for more than one file and with params/data
  * keywords not handled correctly at command level
  * added after openapi review
  * added deprecated processing, now shows version
Displaying revisions 1 - 20 of 37
openSUSE Build Service is sponsored by