<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/cloudflare, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>1a04744f74b8d9330e36dfb401aea6dba74fba79</id>
<content type='text'>
There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:

    pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
    for f in $(find -name '*.nix'); do
        grep -q "$pattern" "$f" || continue
        sed -i "/$pattern/d" "$f"
        if [ $(grep -c pythonOlder "$f") == 1 ]; then
            sed -i '/^\s*pythonOlder,\s*$/d' "$f"
        fi
        nixfmt "$f"
    done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:

    pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
    for f in $(find -name '*.nix'); do
        grep -q "$pattern" "$f" || continue
        sed -i "/$pattern/d" "$f"
        if [ $(grep -c pythonOlder "$f") == 1 ]; then
            sed -i '/^\s*pythonOlder,\s*$/d' "$f"
        fi
        nixfmt "$f"
    done
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: 4.2.0 -&gt; 4.3.1</title>
<updated>2025-06-24T05:51:44+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-06-24T05:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2490972847e7552a8808ded8e221ebd727f5e837'/>
<id>2490972847e7552a8808ded8e221ebd727f5e837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: fix meta.changelog URL (#411900)</title>
<updated>2025-05-29T12:10:15+00:00</updated>
<author>
<name>Arne Keller</name>
<email>arne.keller@posteo.de</email>
</author>
<published>2025-05-29T12:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=46ee8a369d3e355e834e1770cb56aae4b068a904'/>
<id>46ee8a369d3e355e834e1770cb56aae4b068a904</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: fix meta.changelog URL</title>
<updated>2025-05-28T21:23:32+00:00</updated>
<author>
<name>FliegendeWurst</name>
<email>arne.keller@posteo.de</email>
</author>
<published>2025-05-27T11:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=48a96d6651dd6e26b4e69ea8e0943fbd8170b185'/>
<id>48a96d6651dd6e26b4e69ea8e0943fbd8170b185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: 4.1.0 -&gt; 4.2.0</title>
<updated>2025-05-25T11:38:34+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-05-25T11:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=65af84fc8c6c3418c60f2014e02fcd44494b5784'/>
<id>65af84fc8c6c3418c60f2014e02fcd44494b5784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: fix build</title>
<updated>2025-04-27T12:27:10+00:00</updated>
<author>
<name>Marie Ramlow</name>
<email>me@nycode.dev</email>
</author>
<published>2025-04-27T12:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=190567fb3b9da7bda5bd0145b4061e59d9dbba9a'/>
<id>190567fb3b9da7bda5bd0145b4061e59d9dbba9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: 4.0.0 -&gt; 4.1.0</title>
<updated>2025-04-03T21:12:11+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-04-01T05:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ff635350a1d02e375c7212ce04e0f6e32afc90e4'/>
<id>ff635350a1d02e375c7212ce04e0f6e32afc90e4</id>
<content type='text'>
https://github.com/cloudflare/cloudflare-python/blob/4.1.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/cloudflare/cloudflare-python/blob/4.1.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: add marie and jemand771 to maintainers</title>
<updated>2025-02-05T22:17:57+00:00</updated>
<author>
<name>Marie Ramlow</name>
<email>me@nycode.dev</email>
</author>
<published>2025-02-05T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4031bbdd0b8852f7b71bfb5956190ee7075f3390'/>
<id>4031bbdd0b8852f7b71bfb5956190ee7075f3390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: fix build</title>
<updated>2025-02-05T22:10:20+00:00</updated>
<author>
<name>Marie Ramlow</name>
<email>me@nycode.dev</email>
</author>
<published>2025-02-05T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4481e50da9cd5708b0b5ce86cfe0dde884cbfaeb'/>
<id>4481e50da9cd5708b0b5ce86cfe0dde884cbfaeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.cloudflare: 2.20.0 -&gt; 4.0.0</title>
<updated>2025-01-27T09:54:56+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-01-19T20:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ff44cf9ee3016a5f1a724d61f4660871aade672d'/>
<id>ff44cf9ee3016a5f1a724d61f4660871aade672d</id>
<content type='text'>
https://github.com/cloudflare/python-cloudflare/blob/4.0.0/CHANGELOG.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/cloudflare/python-cloudflare/blob/4.0.0/CHANGELOG.md
</pre>
</div>
</content>
</entry>
</feed>
