gpo.zugaina.org

Search Portage & Overlays:

dev-python/cloudflare

Python wrapper for the Cloudflare v4 API

Screenshots

  • cloudflare-4.3.1
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
  • cloudflare-4.3.1
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD )   
    Overlay: phoenix591
  • cloudflare-4.3.1
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD )   
    Overlay: guru
  • cloudflare-4.2.0
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
  • cloudflare-4.2.0
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD )   
    Overlay: guru
  • cloudflare-4.2.0
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD )   
    Overlay: phoenix591
  • cloudflare-4.1.0
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
  • cloudflare-2.20.0
    ~amd64 ~arm64
    test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: MIT   
    Overlay: phoenix591
  • cloudflare-2.19.4
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
  • cloudflare-2.19.4
    ~amd64 ~arm64
    test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: phoenix591
  • cloudflare-2.19.4
    ~amd64 ~x86
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
  • cloudflare-2.19.4
    ~amd64 ~arm64
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: guru
  • cloudflare-2.1.0-r1
    ~amd64 ~arm ~arm64
    python_targets_pypy3

    View      Download      Browse     License: MIT   
    Overlay: didos

ChangeLog

commit f186091d409f340c96415fbf5d17c30a65d00081
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Tue Jul 8 02:56:41 2025 -0500

dev-python/cloudflare: drop 4.1.0

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit b95750db574553e509b84a8905b3413cdb280dc9
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Tue Jul 8 02:55:58 2025 -0500

dev-python/cloudflare: add 4.3.1

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit cece8bfb48aa581a35f702d0ad6af9a995fb77fb
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Thu May 22 04:34:06 2025 -0500

dev-python/cloudflare: add 4.2.0

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 6a0a70a6be7a25f39e5de4be200107ff8750c1b8
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Apr 16 18:52:10 2025 -0500

dev-python/cloudflare: split long comment

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 1e20a98806dbefeb03c9f4d8173e9421b84a7992
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Apr 16 18:45:55 2025 -0500

dev-python/cloudflare: drop 4.0.0

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit eba102ab2881b54324fcf6a1c80190208bb3b401
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Apr 16 18:45:06 2025 -0500

dev-python/cloudflare: enable py3.13

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 07a81a47e5fcb9d4b7f8f1ddae4212bd88f5c919
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Tue Mar 18 00:47:44 2025 -0500

dev-python/cloudflare: add 4.1.0

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500

*/*: disable py3.10

Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/

Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.

We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.

Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.

Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit cc7b80402e92be374d1d44deb70f3b719b461059
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Tue Jan 21 00:02:45 2025 -0600

dev-python/cloudflare: add 4.0.0

Bug: https://bugs.gentoo.org/948477

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 02d66da0e6341617ddfbbac4e61b614d7f653e92
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Mon Jan 20 23:57:39 2025 -0600

dev-python/cloudflare: drop 3.1.0-r3

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit a711ac55f685524a272ce2391834fe8322af18dc
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Thu Nov 28 17:39:49 2024 -0600

dev-python/cloudflare: incompatible with new httpx version

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 96844d790e8b830158cd916f2e8aa79407767675
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Thu Nov 28 02:14:00 2024 -0600

dev-python/cloudflare: adjust pydantic dep again

Closes: https://bugs.gentoo.org/945173

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 0c554d91220f5a985a574c6e01d88d32cd35b72e
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Nov 27 04:06:53 2024 -0600

dev-python/cloudflare: revbump, incompatible with latest pydantic

Upstream is working on a fix.
Discussion: https://github.com/cloudflare/cloudflare-python/discussions/116#discussioncomment-11376411

Closes: https://bugs.gentoo.org/945101
Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 5a7176d1c02c731a7ab4a52d0112ef6b129b00e3
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Jul 17 01:27:24 2024 -0500

dev-python/cloudflare: 3.1.0 bump, drop old

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit a7c48bb44bd31c2c51c328506053d7a0542ce266
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Jun 26 07:57:26 2024 -0500

dev-python/cloudflare: disabled intermittently failing tests on 3.12 also

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 25b35c437d5d8fabe4cfcb0841095f77ed118fbc
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Jun 26 05:47:12 2024 -0500

dev-python/cloudflare: deselect async version of same test

Bug: https://bugs.gentoo.org/934952
Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 1ffa96ec3d8a432df032bb01a8fc8712083d1a38
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Jun 26 05:27:24 2024 -0500

dev-python/cloudflare: deselect failing test for python3.11

Looks like its a small memory leak
Will put in an upstream bug soon for them to look at
Passes on python3.12 (and upstream's ci using 3.9)

Closes: https://bugs.gentoo.org/934952
Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 0e00f92be705d7647c7523194730b58399b4a7ed
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Tue Jun 25 13:42:04 2024 -0500

dev-python/cloudflare: 3.0.1: minor cleanup

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit f54a9e1dfcf32f897dad4dd763aa8092a9562898
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Mon Jun 24 19:39:56 2024 -0500

dev-python/cloudflare: drop 3.0.0_beta10

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 9925ed5c6c6bf4ceb1897ff2cc5445669c855019
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Mon Jun 24 19:39:02 2024 -0500

dev-python/cloudflare: add 3.0.1

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 59bbfc30df2c59cf48c2e688aa4415006a814239
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Jun 19 01:19:25 2024 -0500

dev-python/cloudflare: cleanup test server

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 7d8005c03542f78833c48741d7220c2fbf6733c8
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Wed Jun 19 00:03:24 2024 -0500

dev-python/cloudflare: add 3.0.0_beta10

Cloudflare 3 changed the case on the module so it can coexist with 2

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 87a7c32ad4ad1052868f0638334bc4ce70796b88
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Mon Apr 29 19:19:46 2024 -0500

dev-python/cloudflare: add 2.19.4

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit c73aae6736344a181114488e0a95456a2a1c36a8
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Tue Apr 9 15:35:54 2024 -0500

dev-python/cloudflare: mark newly failing test xfail

Test started failing with a 500 internal server error on their end
They're also working on a revamp and new major version.

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit bca9a61e3fc87868b364f31cc363d08a85b6ad48
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Sun Apr 7 15:55:53 2024 -0500

dev-python/cloudflare: adjust metadata doctype to https

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>

commit 416eae106eeaf48567b061d3ba4f5e66cca9602b
Author: Kyle Elbert <kcelbert@gmail.com>
Date: Sat Apr 6 05:09:41 2024 -0500

dev-python/cloudflare: new package, add 2.19.2

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>