From a2fd023ec8ab7a8eccd978741f6fc0e8875cdc2a813a9ac96a8c4b90f67e1f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Sat, 1 Jul 2023 10:38:34 +0000 Subject: [PATCH] Accepting request 1096270 from home:ecsos:python - Update to 2.11.1 - more api endpoints - firewall rules example - add openapi support, added tuna for testing - 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: https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md - Add %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/request/show/1096270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=16 --- cloudflare-2.11.1.tar.gz | 3 +++ cloudflare-2.8.15.tar.gz | 3 --- python-cloudflare.changes | 14 ++++++++++++++ python-cloudflare.spec | 13 +++++-------- 4 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 cloudflare-2.11.1.tar.gz delete mode 100644 cloudflare-2.8.15.tar.gz diff --git a/cloudflare-2.11.1.tar.gz b/cloudflare-2.11.1.tar.gz new file mode 100644 index 0000000..a8e18f9 --- /dev/null +++ b/cloudflare-2.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540120accf45f4cfc78cbef6e91ce87c94ff49cf11e96205fc3fe0647e67701b +size 79458 diff --git a/cloudflare-2.8.15.tar.gz b/cloudflare-2.8.15.tar.gz deleted file mode 100644 index 975b15f..0000000 --- a/cloudflare-2.8.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc -size 70697 diff --git a/python-cloudflare.changes b/python-cloudflare.changes index b174f1c..294e774 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jul 1 10:07:10 UTC 2023 - ecsos + +- Update to 2.11.1 + - more api endpoints + - firewall rules example + - add openapi support, added tuna for testing + - 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: + https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Sun Jan 23 16:44:10 UTC 2022 - Dirk Müller diff --git a/python-cloudflare.spec b/python-cloudflare.spec index a92442c..35f2317 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -1,7 +1,7 @@ # # spec file for package python-cloudflare # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-cloudflare -Version: 2.8.15 +Version: 2.11.1 Release: 0 Summary: Python wrapper for the Cloudflare v4 API License: MIT @@ -54,9 +54,6 @@ Python wrapper for the Cloudflare Client API v4. %install %python_install -mkdir -p %{buildroot}%{_mandir}/man1 -mv %{buildroot}/usr/man/man1/cli4.man %{buildroot}%{_mandir}/man1/cli4.1 -rm -rf %{buildroot}/usr/man %python_clone -a %{buildroot}%{_bindir}/cli4 %python_clone -a %{buildroot}%{_mandir}/man1/cli4.1 # remove examples from sitelib @@ -73,10 +70,10 @@ rm -rf %{buildroot}/usr/man %python_uninstall_alternative cli4 cli4.1 %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %python_alternative %{_bindir}/cli4 -%python_alternative %{_mandir}/man1/cli4.1%{?ext_man} +%python_alternative %{_mandir}/man1/cli4.1 %{python_sitelib}/* %changelog