| 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 | -2/+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 |
| * | python3Packages.bluetooth-auto-recovery: 1.5.2 -> 1.5.3•••https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/releases/tag/v1.5.3 | Martin Weinelt | 2025-09-20 | 1 | -2/+2 |
| * | python3Packages.bluetooth-auto-recovery: only use async-timeout on Python < 3.11 | Robert Schütz | 2025-09-14 | 1 | -1/+3 |
| * | python3Packages.bluetooth-auto-recovery: 1.5.1 -> 1.5.2•••https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.5.2/CHANGELOG.md | Martin Weinelt | 2025-06-12 | 1 | -2/+2 |
| * | python313Packages.bluetooth-auto-recovery: 1.4.5 -> 1.5.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.4.5...refs/tags/v1.5.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.5.1/CHANGELOG.md | Robert Schütz | 2025-05-09 | 1 | -2/+2 |
| * | python313Packages.bluetooth-auto-recovery: 1.4.4 -> 1.4.5•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.4.4...v1.4.5 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.4.5/CHANGELOG.md | Robert Schütz | 2025-04-05 | 1 | -2/+2 |
| * | python312Packages.bluetooth-auto-recovery: 1.4.2 -> 1.4.4•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.4.2...v1.4.4 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.4.4/CHANGELOG.md | Fabian Affolter | 2025-03-05 | 1 | -2/+2 |
| * | python313Packages.bluetooth-auto-recovery: run all tests | Robert Schütz | 2025-03-05 | 1 | -6/+7 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.bluetooth-auto-recovery: 1.4.1 -> 1.4.2•••https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.4.2/CHANGELOG.md | Martin Weinelt | 2024-05-03 | 1 | -2/+2 |
| * | python312Packages.bluetooth-auto-recovery: format with nixfmt | Fabian Affolter | 2024-04-19 | 1 | -20/+15 |
| * | python312Packages.bluetooth-auto-recovery: 1.4.0 -> 1.4.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.4.0...v1.4.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.4.1/CHANGELOG.md | Fabian Affolter | 2024-04-19 | 1 | -4/+4 |
| * | python311Packages.bluetooth-auto-recovery: refactor | Fabian Affolter | 2024-03-14 | 1 | -7/+7 |
| * | python311Packages.bluetooth-auto-recovery: 1.3.0 -> 1.4.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.3.0...v1.4.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.4.0/CHANGELOG.md | Fabian Affolter | 2024-03-14 | 1 | -2/+2 |
| * | python311Packages.bluetooth-auto-recovery: 1.2.3 -> 1.3.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.2.3...v1.3.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.3.0/CHANGELOG.md | Fabian Affolter | 2024-01-16 | 1 | -2/+2 |
| * | python311Packages.bluetooth-auto-recovery: 1.2.1 -> 1.2.3•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.2.1...v1.2.3 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.2.3/CHANGELOG.md | Fabian Affolter | 2023-09-09 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 1.2.0 -> 1.2.1•••https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.2.1/CHANGELOG.md | Martin Weinelt | 2023-08-02 | 1 | -2/+4 |
| * | python310Packages.bluetooth-auto-recovery: 1.1.2 -> 1.2.0•••Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.2.0/CHANGELOG.md | Fabian Affolter | 2023-05-10 | 1 | -2/+2 |
| * | python311Packages.bluetooth-auto-recovery: 1.1.1 -> 1.1.2•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.1.1...v1.1.2 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.1.2/CHANGELOG.md | Fabian Affolter | 2023-05-04 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 1.0.3 -> 1.1.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v1.0.3...v1.1.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.1.1/CHANGELOG.md | Fabian Affolter | 2023-05-04 | 1 | -2/+2 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.bluetooth-auto-recovery: 1.0.0 -> 1.0.3•••Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.0.3/CHANGELOG.md | Fabian Affolter | 2022-12-17 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.5.5 -> 1.0.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v0.5.5...v1.0.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.0.0/CHANGELOG.md | Fabian Affolter | 2022-12-13 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.5.4 -> 0.5.5•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v0.5.4...v0.5.5 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v0.5.5/CHANGELOG.md | Fabian Affolter | 2022-12-09 | 1 | -2/+2 |
| * | python3Packages.bluetooth-auto-recovery: 0.5.1 -> 0.5.4•••Diff: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/compare/refs/tags/v0.5.1...v0.5.4 Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v0.5.4/CHANGELOG.md | Martin Weinelt | 2022-12-08 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.4.0 -> 0.5.1•••Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v0.5.1/CHANGELOG.md | Fabian Affolter | 2022-11-27 | 1 | -2/+4 |
| * | python310Packages.bluetooth-auto-recovery: add changelog to meta | Fabian Affolter | 2022-11-20 | 1 | -1/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.3.6 -> 0.4.0•••https://github.com/bluetooth-devices/bluetooth-auto-recovery/blob/main/CHANGELOG.md#v040-2022-11-16 | Fabian Affolter | 2022-11-20 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.3.4 -> 0.3.6 (#196827) | Fabian Affolter | 2022-10-21 | 1 | -2/+2 |
| * | python3Packages.bluetooth-auto-recovery: 0.3.3 -> 0.3.4 | Martin Weinelt | 2022-10-11 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.3.2 -> 0.3.3 | Fabian Affolter | 2022-09-17 | 1 | -2/+2 |
| * | python3Packages.bluetooth-auto-recovery: 0.3.1 -> 0.3.2•••https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/releases/tag/v0.3.2 | Martin Weinelt | 2022-09-10 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.2.2 -> 0.3.1•••Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de> | Fabian Affolter | 2022-09-10 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.2.1 -> 0.2.2 | Fabian Affolter | 2022-08-21 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.2.0 -> 0.2.1 | Fabian Affolter | 2022-08-21 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: 0.1.0 -> 0.2.0 | Fabian Affolter | 2022-08-21 | 1 | -2/+2 |
| * | python310Packages.bluetooth-auto-recovery: init at 0.1.0 | Fabian Affolter | 2022-08-21 | 1 | -0/+55 |
