<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/aionotion, 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: 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>python3Packages.aionotion: relax various dependencies</title>
<updated>2025-08-09T17:08:50+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-09T15:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8904a86f24102b5e7dc308757e7fdbdc25d5fff1'/>
<id>8904a86f24102b5e7dc308757e7fdbdc25d5fff1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aionotion: 2024.03.0 -&gt; 2025.02.0</title>
<updated>2025-08-09T16:57:53+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-05T02:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2f15c9f7f90ac4eead514d94ff8718ac0563c658'/>
<id>2f15c9f7f90ac4eead514d94ff8718ac0563c658</id>
<content type='text'>
https://github.com/bachya/aionotion/releases/tag/2025.02.0

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/bachya/aionotion/releases/tag/2025.02.0

This commit was automatically generated using update-python-libraries.
</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>python311Packages.aionotion: migrate to pytest-cov-stub</title>
<updated>2024-08-06T20:28:50+00:00</updated>
<author>
<name>Peder Bergebakken Sundt</name>
<email>pbsds@hotmail.com</email>
</author>
<published>2024-08-06T20:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b1be0decb3e35f45c36c2705d805d95635858c84'/>
<id>b1be0decb3e35f45c36c2705d805d95635858c84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages: format with nixfmt</title>
<updated>2024-05-22T15:32:03+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-05-22T14:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=59b1aef59071cae6e87859dc65de973d2cc595c0'/>
<id>59b1aef59071cae6e87859dc65de973d2cc595c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python311Packages.aionotion: refactor</title>
<updated>2024-03-08T12:35:23+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-03-08T12:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=17a795370d0402b272d5d089054f0dd42e6c81dc'/>
<id>17a795370d0402b272d5d089054f0dd42e6c81dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python311Packages.aionotion: 2024.02.2 -&gt; 2024.03.0</title>
<updated>2024-03-08T12:33:07+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-03-08T12:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4c3ed8aeba691c8491f6a25f51d484b0d769effe'/>
<id>4c3ed8aeba691c8491f6a25f51d484b0d769effe</id>
<content type='text'>
Diff: https://github.com/bachya/aionotion/compare/refs/tags/2024.02.2...2024.03.0

Changelog: https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.03.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/bachya/aionotion/compare/refs/tags/2024.02.2...2024.03.0

Changelog: https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.03.0
</pre>
</div>
</content>
</entry>
<entry>
<title>python311Packages.aionotion: 2023.12.0 -&gt; 2024.02.2</title>
<updated>2024-03-07T01:44:54+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-03-07T00:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=385c05b4482cb9dd40a36605b8edffcb81c05c4d'/>
<id>385c05b4482cb9dd40a36605b8edffcb81c05c4d</id>
<content type='text'>
https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.02.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.02.2
</pre>
</div>
</content>
</entry>
</feed>
