forked from pool/python-cloudflare
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
This commit is contained in:
3
cloudflare-2.11.1.tar.gz
Normal file
3
cloudflare-2.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:540120accf45f4cfc78cbef6e91ce87c94ff49cf11e96205fc3fe0647e67701b
|
||||
size 79458
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc
|
||||
size 70697
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 1 10:07:10 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user