| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove superfluous disabled•••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 | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: clean up 'meta = with' pattern•••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 <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python313Packages.aiozoneinfo: migrate to pytest-cov-stub | Peder Bergebakken Sundt | 2025-03-04 | 1 | -5/+2 |
| * | python313Packages.aiozoneinfo: 0.2.1 -> 0.2.3•••Diff: https://github.com/bluetooth-devices/aiozoneinfo/compare/refs/tags/v0.2.1...v0.2.3 Changelog: https://github.com/bluetooth-devices/aiozoneinfo/blob/0.2.3/CHANGELOG.md | Fabian Affolter | 2025-02-06 | 1 | -2/+2 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.aiozoneinfo: 0.2.0 -> 0.2.1•••https://github.com/bluetooth-devices/aiozoneinfo/blob/0.2.1/CHANGELOG.md | Martin Weinelt | 2024-07-03 | 1 | -2/+2 |
| * | python312Packages.aiozoneinfo: 0.1.0 -> 0.2.0•••https://github.com/bluetooth-devices/aiozoneinfo/blob/0.2.0/CHANGELOG.md | Martin Weinelt | 2024-06-21 | 1 | -2/+2 |
| * | python312Packages.aiozoneinfo: init at 0.1.0•••Tools to fetch zoneinfo with asyncio https://github.com/bluetooth-devices/aiozoneinfo | Fabian Affolter | 2024-05-30 | 1 | -0/+49 |
