forked from pool/python-cloudflare
Accepting request 948246 from devel:languages:python
- 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/request/show/948246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cloudflare?expand=0&rev=8
This commit is contained in:
3
cloudflare-2.8.15.tar.gz
Normal file
3
cloudflare-2.8.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc
|
||||
size 70697
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd164ce0a43e841e295e8d6005adbeb29f06506a3cd5fd13e57c4ffb9d7d83c8
|
||||
size 61573
|
||||
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 23 16:44:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
* api decode and Makefile now consistent - no leading slash
|
||||
* moved network functions - but forgot one call - now fixed
|
||||
* moved network functions into their own file - part of splitting up a large file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 09:00:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user