<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/bitbox02, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=master</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2026-01-11T17:34:20Z</updated>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49Z</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>python3Packages.bitbox02: 6.3.0 -&gt; 7.0.0</title>
<updated>2025-08-09T16:58:42Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-05T02:35:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=dceb95184cf20f4af8b7dd691e3175f027dba55f'/>
<id>urn:sha1:dceb95184cf20f4af8b7dd691e3175f027dba55f</id>
<content type='text'>
https://github.com/digitalbitbox/bitbox02-firmware/blob/py-bitbox02-7.0.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
</content>
</entry>
<entry>
<title>treewide: remove unused with statements from maintainer lists</title>
<updated>2024-07-29T02:06:20Z</updated>
<author>
<name>Jörg Thalheim</name>
<email>joerg@thalheim.io</email>
</author>
<published>2024-07-28T14:44:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5356420466c4d7901b63acc5e337c5bf30573f8a'/>
<id>urn:sha1:5356420466c4d7901b63acc5e337c5bf30573f8a</id>
<content type='text'>
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
</content>
</entry>
<entry>
<title>python312Packages.bitbox02: foramt with nixfmt</title>
<updated>2024-05-06T18:49:27Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-05-06T18:49:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a18682e994f7ca29c10fe48444de8e2fcc5d2936'/>
<id>urn:sha1:a18682e994f7ca29c10fe48444de8e2fcc5d2936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python312Packages.bitbox02: refactor</title>
<updated>2024-05-06T18:49:10Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-05-06T18:49:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=81565e13d365c16327694f297f589b5b92c5cdb1'/>
<id>urn:sha1:81565e13d365c16327694f297f589b5b92c5cdb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python312Packages.bitbox02: 6.2.0 -&gt; 6.3.0</title>
<updated>2024-05-06T18:45:25Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-05-06T18:45:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d85d3af4f9295cc258744dd14c79b2552035deea'/>
<id>urn:sha1:d85d3af4f9295cc258744dd14c79b2552035deea</id>
<content type='text'>
Changelog: https://github.com/digitalbitbox/bitbox02-firmware/blob/py-bitbox02-6.3.0/CHANGELOG.md
</content>
</entry>
<entry>
<title>treewide: reduce packages I maintainer</title>
<updated>2023-07-23T17:30:22Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2023-07-23T17:30:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=cf6c96533bb52f6cd33651257a232269c48cd167'/>
<id>urn:sha1:cf6c96533bb52f6cd33651257a232269c48cd167</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python310Packages.bitbox02: add format</title>
<updated>2023-06-27T20:42:38Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2023-06-27T19:00:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ddbc7690eecad2a5d35835900df22f780d780fba'/>
<id>urn:sha1:ddbc7690eecad2a5d35835900df22f780d780fba</id>
<content type='text'>
- disable on unsupported Python releases
</content>
</entry>
<entry>
<title>python310Packages.bitbox02: add changelog to meta</title>
<updated>2023-06-27T18:57:57Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2023-06-27T18:57:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=71f6b1eaaad9e91e7b40a5805d279e6929ea04a9'/>
<id>urn:sha1:71f6b1eaaad9e91e7b40a5805d279e6929ea04a9</id>
<content type='text'>
</content>
</entry>
</feed>
