<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/argcomplete, 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.argcomplete: 3.6.2 -&gt; 3.6.3</title>
<updated>2026-02-01T15:41:40+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-01-21T17:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1f11abc8a86a38b901dc9de0afc0c571a72249b4'/>
<id>1f11abc8a86a38b901dc9de0afc0c571a72249b4</id>
<content type='text'>
https://github.com/kislyuk/argcomplete/blob/v3.6.3/Changes.rst

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/kislyuk/argcomplete/blob/v3.6.3/Changes.rst

This commit was automatically generated using update-python-libraries.
</pre>
</div>
</content>
</entry>
<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: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.argcomplete: 3.5.3 -&gt; 3.6.2</title>
<updated>2025-05-23T15:37:18+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-05-17T11:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2dec6976be6fbc9379e9a8bca673f9c9ba3e7c78'/>
<id>2dec6976be6fbc9379e9a8bca673f9c9ba3e7c78</id>
<content type='text'>
https://github.com/kislyuk/argcomplete/blob/v3.6.2/Changes.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/kislyuk/argcomplete/blob/v3.6.2/Changes.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.argcomplete: 3.5.2 -&gt; 3.5.3</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:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c28b92ef8ae105c3862a78dcd3189ad8f23b0360'/>
<id>c28b92ef8ae105c3862a78dcd3189ad8f23b0360</id>
<content type='text'>
https://github.com/kislyuk/argcomplete/blob/v3.5.3/Changes.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/kislyuk/argcomplete/blob/v3.5.3/Changes.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/staging-next' into fix-merge-conflict-1735949935</title>
<updated>2025-01-04T00:24:46+00:00</updated>
<author>
<name>Peder Bergebakken Sundt</name>
<email>pbsds@hotmail.com</email>
</author>
<published>2025-01-04T00:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=dbee3b0e98a420059952977b71a33d96ed4609c1'/>
<id>dbee3b0e98a420059952977b71a33d96ed4609c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>python312Packages.argcomplete: 3.5.1 -&gt; 3.5.2</title>
<updated>2024-12-06T19:42:00+00:00</updated>
<author>
<name>Reno Dakota</name>
<email>paparodeo@proton.me</email>
</author>
<published>2024-12-06T19:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0c170c3ab3c9b497af33d64710ec647f7cfc6684'/>
<id>0c170c3ab3c9b497af33d64710ec647f7cfc6684</id>
<content type='text'>
https://github.com/kislyuk/argcomplete/releases/tag/v3.5.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/kislyuk/argcomplete/releases/tag/v3.5.2
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.argcomplete: add patch to fix downstream issues</title>
<updated>2024-12-05T16:21:18+00:00</updated>
<author>
<name>Reno Dakota</name>
<email>paparodeo@proton.me</email>
</author>
<published>2024-12-05T16:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=acb21107e5eb2d80d84414b74f790eb661bea15a'/>
<id>acb21107e5eb2d80d84414b74f790eb661bea15a</id>
<content type='text'>
https://git.launchpad.net/ubuntu/+source/python-argcomplete/tree/debian/patches/python-3.13-compat.patch?h=ubuntu/plucky
https://bugs.launchpad.net/ubuntu/+source/python-argcomplete/+bug/2088928

fixes checkPhase of python3Packages.traitlets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://git.launchpad.net/ubuntu/+source/python-argcomplete/tree/debian/patches/python-3.13-compat.patch?h=ubuntu/plucky
https://bugs.launchpad.net/ubuntu/+source/python-argcomplete/+bug/2088928

fixes checkPhase of python3Packages.traitlets
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.argcomplete: 3.5.0 -&gt; 3.5.1</title>
<updated>2024-10-13T09:09:56+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-10-08T14:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=fea20137cf217c15314696ac760c4889fac6b081'/>
<id>fea20137cf217c15314696ac760c4889fac6b081</id>
<content type='text'>
Diff: https://github.com/kislyuk/argcomplete/compare/refs/tags/v3.5.0...v3.5.1

Changelog: https://github.com/kislyuk/argcomplete/blob/v3.5.1/Changes.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/kislyuk/argcomplete/compare/refs/tags/v3.5.0...v3.5.1

Changelog: https://github.com/kislyuk/argcomplete/blob/v3.5.1/Changes.rst
</pre>
</div>
</content>
</entry>
</feed>
