From ddd27b7a595604b35548efe6c7745cc378efacdb3b43cdbe8f2ad3e588382abf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Oct 2023 09:49:31 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=24 --- cloudflare-2.11.7.tar.gz | 3 --- cloudflare-2.12.4.tar.gz | 3 +++ python-cloudflare.changes | 37 ++++++++++++++++++++++++++++++++----- python-cloudflare.spec | 2 +- 4 files changed, 36 insertions(+), 9 deletions(-) delete mode 100644 cloudflare-2.11.7.tar.gz create mode 100644 cloudflare-2.12.4.tar.gz diff --git a/cloudflare-2.11.7.tar.gz b/cloudflare-2.11.7.tar.gz deleted file mode 100644 index cf55329..0000000 --- a/cloudflare-2.11.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb0d165aeea0789fd07e50c678a53dfc523ec434497c599563fabbc7bc541c3 -size 81263 diff --git a/cloudflare-2.12.4.tar.gz b/cloudflare-2.12.4.tar.gz new file mode 100644 index 0000000..76a81f7 --- /dev/null +++ b/cloudflare-2.12.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517f11382ea92fc591f36cc9ba95243da73e68345e52f221f03d51d6e8d786a5 +size 85422 diff --git a/python-cloudflare.changes b/python-cloudflare.changes index 525fe95..5ec27be 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Oct 5 09:47:35 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Sep 5 03:12:24 UTC 2023 - Steve Kowalik @@ -10,7 +37,7 @@ Mon Sep 4 15:56:24 UTC 2023 - Dirk Müller - update to 2.11.7: * more api endpoints - * update examples and README to use == for numberic values + * update examples and README to use == for numberic values ------------------------------------------------------------------- Tue Jul 11 14:06:47 UTC 2023 - Dirk Müller @@ -31,7 +58,7 @@ Sat Jul 1 10:07:10 UTC 2023 - ecsos - add openapi support, delay yaml and jsonlines load to speed up everything, other cleanup - add openapi support, delay bs4 load to speed up everything, improve requests imports - missing import json, speed up to import requests - For full changelog see: + For full changelog see: https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md - Add %{?sle15_python_module_pythons} @@ -70,8 +97,8 @@ Sun Jan 23 16:44:10 UTC 2022 - Dirk Müller * 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 - + * moved network functions into their own file - part of splitting up a large file + ------------------------------------------------------------------- Mon Jul 13 09:00:04 UTC 2020 - Marketa Calabkova @@ -82,7 +109,7 @@ Thu Jun 25 04:20:35 UTC 2020 - Steve Kowalik - Update to 2.8.3: * No upstream changelog -- Add alternative for new manpage. +- Add alternative for new manpage. ------------------------------------------------------------------- Wed May 27 09:36:45 UTC 2020 - Petr Gajdos diff --git a/python-cloudflare.spec b/python-cloudflare.spec index 0701447..a018203 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cloudflare -Version: 2.11.7 +Version: 2.12.4 Release: 0 Summary: Python wrapper for the Cloudflare v4 API License: MIT