<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/anova-wifi, 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.anova-wifi: disable failing test</title>
<updated>2025-08-09T17:05:10+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-07T15:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=272da025067d42b8c85dbd43a94b379185638eef'/>
<id>272da025067d42b8c85dbd43a94b379185638eef</id>
<content type='text'>
Fails with pytest 8.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fails with pytest 8.4.
</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.anova-wifi: 0.17.0 -&gt; 0.17.1</title>
<updated>2024-08-09T12:48:18+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>mail@dotlambda.de</email>
</author>
<published>2024-08-08T12:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=897b706a94651545c3e3ee3d37269bf5e2ef4a6a'/>
<id>897b706a94651545c3e3ee3d37269bf5e2ef4a6a</id>
<content type='text'>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.17.0...v0.17.1

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.17.1

Co-Authored-By: Martin Weinelt &lt;hexa@darmstadt.ccc.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.17.0...v0.17.1

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.17.1

Co-Authored-By: Martin Weinelt &lt;hexa@darmstadt.ccc.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.anova-wifi: 0.15.0 -&gt; 0.17.0</title>
<updated>2024-07-06T09:52:20+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-07-06T09:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ca80776b561880daa9ec646ba469a2259f64a3f6'/>
<id>ca80776b561880daa9ec646ba469a2259f64a3f6</id>
<content type='text'>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.15.0...v0.17.0

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.17.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.15.0...v0.17.0

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.17.0
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.anova-wifi: 0.14.0 -&gt; 0.15.0</title>
<updated>2024-07-04T20:20:09+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-07-04T20:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=298b5834dedd93533716fc08b469fbf7fd40e5be'/>
<id>298b5834dedd93533716fc08b469fbf7fd40e5be</id>
<content type='text'>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.14.0...v0.15.0

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.15.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.14.0...v0.15.0

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.15.0
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.anova-wifi: 0.13.0 -&gt; 0.14.0</title>
<updated>2024-06-27T09:01:49+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-06-27T09:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=72f0a0288ddff0380d4fabb1d5e541e166a0744e'/>
<id>72f0a0288ddff0380d4fabb1d5e541e166a0744e</id>
<content type='text'>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.13.0...v0.14.0

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.14.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.13.0...v0.14.0

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.14.0
</pre>
</div>
</content>
</entry>
<entry>
<title>python311Packages.anova-wifi: 0.12.0 -&gt; 0.13.0</title>
<updated>2024-06-13T21:54:25+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2024-06-13T21:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3cda87b5218cd824f04cca46c2984b21629b4b79'/>
<id>3cda87b5218cd824f04cca46c2984b21629b4b79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: Remove indefinite article from meta.description</title>
<updated>2024-06-09T21:07:45+00:00</updated>
<author>
<name>Alexis Hildebrandt</name>
<email>afh@surryhill.net</email>
</author>
<published>2024-06-07T07:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=755b915a158c9d588f08e9b08da9f7f3422070cc'/>
<id>755b915a158c9d588f08e9b08da9f7f3422070cc</id>
<content type='text'>
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
</pre>
</div>
</content>
</entry>
</feed>
