Package: python-cloudflare / 2.20.0-2

Metadata

Package Version Patches format
python-cloudflare 2.20.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 stop build of cli.patch | (download)

setup.py | 11 2 + 9 - 0 !
1 file changed, 2 insertions(+), 9 deletions(-)

 exclude building of the cli4 tool
 At the moment, this package is being built for use as a dependency
 that does not require the command line tool.  Until a user requests
 it, I prefer to exclude it.
0002 use python3 interpreter.patch | (download)

examples/example_account_rules_lists_items.py | 2 1 + 1 - 0 !
examples/example_always_use_https.py | 2 1 + 1 - 0 !
examples/example_are_zones_ipv6.py | 2 1 + 1 - 0 !
examples/example_are_zones_ipv6_simple.py | 2 1 + 1 - 0 !
examples/example_bot_management.py | 2 1 + 1 - 0 !
examples/example_certificates.py | 2 1 + 1 - 0 !
examples/example_create_zone_and_populate.py | 2 1 + 1 - 0 !
examples/example_custom_hostnames.py | 2 1 + 1 - 0 !
examples/example_delete_zone_entry.py | 2 1 + 1 - 0 !
examples/example_dns_export.py | 2 1 + 1 - 0 !
examples/example_dns_import.py | 2 1 + 1 - 0 !
examples/example_dnssec_settings.py | 2 1 + 1 - 0 !
examples/example_graphql.py | 2 1 + 1 - 0 !
examples/example_ips.py | 2 1 + 1 - 0 !
examples/example_list_api_from_web.py | 2 1 + 1 - 0 !
examples/example_page_rules.py | 2 1 + 1 - 0 !
examples/example_paging_thru_zones.py | 2 1 + 1 - 0 !
examples/example_proxied.py | 2 1 + 1 - 0 !
examples/example_settings.py | 2 1 + 1 - 0 !
examples/example_time_calls.py | 2 1 + 1 - 0 !
examples/example_update_dynamic_dns.py | 2 1 + 1 - 0 !
examples/example_user.py | 2 1 + 1 - 0 !
examples/example_user_tokens.py | 2 1 + 1 - 0 !
examples/example_with_usage.py | 2 1 + 1 - 0 !
examples/example_zones.py | 2 1 + 1 - 0 !
25 files changed, 25 insertions(+), 25 deletions(-)

 switch to using python3 for examples
 Because of the removal of python2 (aka /usr/bin/python), the examples currently
 don't run correctly, even though they are python3 compatible. Explicitly change
 them to use the python3 interpreter.
 .
 No need to send patch upstream, as the choice of /usr/bin/python is
 distro-specific