<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/django-allauth, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>python3Packages.django-allauth: 65.16.0 -&gt; 65.16.1</title>
<updated>2026-04-24T22:19:30+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-04-24T22:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ce28acb28c8465e749746af6ce4132b6d523b137'/>
<id>ce28acb28c8465e749746af6ce4132b6d523b137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.django-allauth: 65.15.1 -&gt; 65.16.0</title>
<updated>2026-04-16T07:52:25+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-04-16T07:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d3cc988ce58609e47f8e05a021f6a291ed9a63bf'/>
<id>d3cc988ce58609e47f8e05a021f6a291ed9a63bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.django-allauth: 65.15.0 -&gt; 65.15.1</title>
<updated>2026-04-08T15:07:53+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-04-08T15:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4c64686afa2e63ad9450414521bca04cc7b57639'/>
<id>4c64686afa2e63ad9450414521bca04cc7b57639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.django-allauth: 65.14.3 -&gt; 65.15.0</title>
<updated>2026-03-13T17:37:09+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-03-13T17:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=122e0d2604f193bd159283b0e66c2003a3cb4723'/>
<id>122e0d2604f193bd159283b0e66c2003a3cb4723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.django-allauth: 65.14.0 -&gt; 65.14.3</title>
<updated>2026-02-18T00:02:32+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-02-18T00:02:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=43c68c851e06e080f762caae1d8fab2ebf12100d'/>
<id>43c68c851e06e080f762caae1d8fab2ebf12100d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: fetchFromGitea -&gt; fetchFromCodeberg</title>
<updated>2026-01-31T10:08:16+00:00</updated>
<author>
<name>Fernando Rodrigues</name>
<email>alpha@sigmasquadron.net</email>
</author>
<published>2026-01-31T10:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3562403503f705f700bcbd9b1c1bae1c6641f519'/>
<id>3562403503f705f700bcbd9b1c1bae1c6641f519</id>
<content type='text'>
Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them.

The following command was used for this treewide:
```fish
for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches)
    sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i &gt; $i.tmp &amp;&amp; mv $i.tmp $i
    sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i
end
```

The following paths were manually edited:

* pkgs/by-name/xr/xrsh/package.nix
* pkgs/applications/networking/browsers/librewolf/src.nix
* pkgs/by-name/go/gotosocial/package.nix
* pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix

Co-authored-by: Gutyina Gergő &lt;gutyina.gergo.2@gmail.com&gt;
Signed-off-by: Fernando Rodrigues &lt;alpha@sigmasquadron.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them.

The following command was used for this treewide:
```fish
for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches)
    sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i &gt; $i.tmp &amp;&amp; mv $i.tmp $i
    sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i
end
```

The following paths were manually edited:

* pkgs/by-name/xr/xrsh/package.nix
* pkgs/applications/networking/browsers/librewolf/src.nix
* pkgs/by-name/go/gotosocial/package.nix
* pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix

Co-authored-by: Gutyina Gergő &lt;gutyina.gergo.2@gmail.com&gt;
Signed-off-by: Fernando Rodrigues &lt;alpha@sigmasquadron.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.django-allauth: 65.13.1 -&gt; 65.14.0</title>
<updated>2026-01-20T18:34:35+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-01-20T18:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c67a341da0ea4d806b890f6bfb2ff6c0c5d11e61'/>
<id>c67a341da0ea4d806b890f6bfb2ff6c0c5d11e61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>paperless-ngx: 2.19.6 -&gt; 2.20.0  (#464405)</title>
<updated>2025-12-04T16:07:05+00:00</updated>
<author>
<name>Sandro</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2025-12-04T16:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=88e304b5c7edacf5dea0598c10be396b7205128a'/>
<id>88e304b5c7edacf5dea0598c10be396b7205128a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: use lib.concatAttrValues to obtain all optional-dependencies</title>
<updated>2025-11-28T05:58:38+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2025-11-28T05:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=82c4e4f1ef9a89c1573b245d226d689651df569f'/>
<id>82c4e4f1ef9a89c1573b245d226d689651df569f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.django-allauth: 65.12.0 -&gt; 65.13.1</title>
<updated>2025-11-23T23:19:02+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2025-11-23T22:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=62b240f69b23aa840e5ae1ed57b153a277a062a8'/>
<id>62b240f69b23aa840e5ae1ed57b153a277a062a8</id>
<content type='text'>
Diff: https://codeberg.org/allauth/django-allauth/compare/65.12.0...65.13.1

Changelog: https://codeberg.org/allauth/django-allauth/src/tag/65.13.1/ChangeLog.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://codeberg.org/allauth/django-allauth/compare/65.12.0...65.13.1

Changelog: https://codeberg.org/allauth/django-allauth/src/tag/65.13.1/ChangeLog.rst
</pre>
</div>
</content>
</entry>
</feed>
