From ff715e16db94fab5902bff7a77013293a13d0bc7bd4e73124f20fdd74e6cc8b7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jan 2022 16:45:58 +0000 Subject: [PATCH] - 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 --- cloudflare-2.8.15.tar.gz | 3 +++ cloudflare-2.8.3.tar.gz | 3 --- python-cloudflare.changes | 37 +++++++++++++++++++++++++++++++++++++ python-cloudflare.spec | 6 +++--- 4 files changed, 43 insertions(+), 6 deletions(-) create mode 100644 cloudflare-2.8.15.tar.gz delete mode 100644 cloudflare-2.8.3.tar.gz diff --git a/cloudflare-2.8.15.tar.gz b/cloudflare-2.8.15.tar.gz new file mode 100644 index 0000000..975b15f --- /dev/null +++ b/cloudflare-2.8.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc +size 70697 diff --git a/cloudflare-2.8.3.tar.gz b/cloudflare-2.8.3.tar.gz deleted file mode 100644 index 48cac10..0000000 --- a/cloudflare-2.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd164ce0a43e841e295e8d6005adbeb29f06506a3cd5fd13e57c4ffb9d7d83c8 -size 61573 diff --git a/python-cloudflare.changes b/python-cloudflare.changes index a015fb4..b174f1c 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Jan 23 16:44:10 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-cloudflare.spec b/python-cloudflare.spec index 41472cc..a92442c 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -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