15
0

- update to 2.8.15:

* added cursor example
  * zones/rulesets added
  * Removing excess trailing parenthesis
  * first pass at adding travis CI
  * zones/waiting_rooms, accounts/diagnostics, and more
  * configparser added it haste, but not needed - oops!
  * /zones/:id/access/...
  * configparser missing - oops!
  * cleaner and easier way to find missing api calls - this changes --dump/--api for the better
  * /zones/:id/access/apps/policies - fixed along with a bunch more similar typos
  * added more profile info
  * revoke-tokens -> revoke_tokens
  * updated and included AMP RealURL/Signed Exchange API
  * now with curl style debug - i.e. matches api information page
  * now with curl style debug - i.e. matches api information page
  * now with access_requests as underscore
  * make sure verbose, etc is always used
  * dashes vs underscores - finally tamed!
  * /zones/:id/access/apps/:id/revoke-tokens - added
  * improve deprecated code - add dates, check expire, improve parse of api webpage
  * added support for dashes/underscores in commands and python calls - kinda overdue
  * cleanup of logic around uuid match. added support for dashes/underscores in commands
  * /zones/:id/access/apps/revoke-tokens - removed as depricated
  * removed deprecated /organizations and /user/virtual_dns api
  * Added base_url to config and env variables
  * accounts/:id/rules/lists/bulk_operations/:operation_id - syntax fixed
  * Added working GraphQL examples
  * improved debug for jSON based data/params
  * rules,access/logs,access/apps,etc added

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=15
This commit is contained in:
2022-01-23 16:45:58 +00:00
committed by Git OBS Bridge
parent eea71be4c3
commit ff715e16db
4 changed files with 43 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cloudflare
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cloudflare
Version: 2.8.3
Version: 2.8.15
Release: 0
Summary: Python wrapper for the Cloudflare v4 API
License: MIT
@@ -39,7 +39,7 @@ Requires: python-future
Requires: python-jsonlines
Requires: python-requests >= 2.4.2
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages