<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/aria2p, 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>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aria2p: modernize</title>
<updated>2025-06-25T17:45:38+00:00</updated>
<author>
<name>Moraxyc</name>
<email>i@qaq.li</email>
</author>
<published>2025-06-25T17:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=bf049492518aa9d0772097d20e6e9b9d964afeaa'/>
<id>bf049492518aa9d0772097d20e6e9b9d964afeaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aria2p: mark broken on darwin</title>
<updated>2025-06-25T17:44:19+00:00</updated>
<author>
<name>Moraxyc</name>
<email>i@qaq.li</email>
</author>
<published>2025-06-25T17:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=44e363ac53e79f0ab78b82cb54c81e8848f5f44d'/>
<id>44e363ac53e79f0ab78b82cb54c81e8848f5f44d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aria2p: build with tui by default</title>
<updated>2025-06-25T17:44:17+00:00</updated>
<author>
<name>Moraxyc</name>
<email>i@qaq.li</email>
</author>
<published>2025-06-25T17:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6f12747ade6404bcf18c2c4800ccc57f9e83efd7'/>
<id>6f12747ade6404bcf18c2c4800ccc57f9e83efd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: substitute pname for strings (python3Packages.[a-g].*)</title>
<updated>2025-05-25T01:41:48+00:00</updated>
<author>
<name>Peder Bergebakken Sundt</name>
<email>pbsds@hotmail.com</email>
</author>
<published>2025-05-25T01:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e66f34783ebac25be3bd791dbdd3e933baf6f0af'/>
<id>e66f34783ebac25be3bd791dbdd3e933baf6f0af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aria2p: Change python3Packages.appdirs to python3Packages.platformdirs in dependencies</title>
<updated>2025-02-15T00:46:53+00:00</updated>
<author>
<name>aftix</name>
<email>aftix@aftix.xyz</email>
</author>
<published>2025-02-09T22:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=9208cef238e9c54bf7f5a1b8a480b4aa3dc298ea'/>
<id>9208cef238e9c54bf7f5a1b8a480b4aa3dc298ea</id>
<content type='text'>
nixpkgs commit 5f91e2ea808e5fb2757d1ddb677a4c2c75d367a0 updated aria2p
from 0.12.0 to 0.12.1, breaking the build. The changelog for 0.12.1
(https://github.com/pawamoy/aria2p/blob/0.12.1/CHANGELOG.md) shows upstream
changed from the appdirs package to platformdirs, but this change
wasn't made in the above nixpkgs commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nixpkgs commit 5f91e2ea808e5fb2757d1ddb677a4c2c75d367a0 updated aria2p
from 0.12.0 to 0.12.1, breaking the build. The changelog for 0.12.1
(https://github.com/pawamoy/aria2p/blob/0.12.1/CHANGELOG.md) shows upstream
changed from the appdirs package to platformdirs, but this change
wasn't made in the above nixpkgs commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aria2p: Changed mkDerivation input arguments into buildPythonPackage inputs</title>
<updated>2025-02-14T23:33:45+00:00</updated>
<author>
<name>aftix</name>
<email>aftix@aftix.xyz</email>
</author>
<published>2025-02-14T23:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=13e2f381d522430f019db2a02bc0de77a1576d40'/>
<id>13e2f381d522430f019db2a02bc0de77a1576d40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aria2p: 0.12.0 -&gt; 0.12.1</title>
<updated>2025-01-27T09:54:38+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-01-19T20:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5f91e2ea808e5fb2757d1ddb677a4c2c75d367a0'/>
<id>5f91e2ea808e5fb2757d1ddb677a4c2c75d367a0</id>
<content type='text'>
https://github.com/pawamoy/aria2p/blob/0.12.1/CHANGELOG.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/pawamoy/aria2p/blob/0.12.1/CHANGELOG.md
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`</title>
<updated>2025-01-03T23:19:17+00:00</updated>
<author>
<name>Peder Bergebakken Sundt</name>
<email>pbsds@hotmail.com</email>
</author>
<published>2025-01-03T20:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0cd04d30366f52fe9dd7664fb7decf4b93b1d789'/>
<id>0cd04d30366f52fe9dd7664fb7decf4b93b1d789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
