summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bluetooth-auto-recovery (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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ütz2026-01-111-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 Hrachyshka2025-12-101-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 Weinelt2025-09-201-2/+2
* python3Packages.bluetooth-auto-recovery: only use async-timeout on Python < 3.11Robert Schütz2025-09-141-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 Weinelt2025-06-121-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ütz2025-05-091-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ütz2025-04-051-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 Affolter2025-03-051-2/+2
* python313Packages.bluetooth-auto-recovery: run all testsRobert Schütz2025-03-051-6/+7
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-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 Weinelt2024-05-031-2/+2
* python312Packages.bluetooth-auto-recovery: format with nixfmtFabian Affolter2024-04-191-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 Affolter2024-04-191-4/+4
* python311Packages.bluetooth-auto-recovery: refactorFabian Affolter2024-03-141-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 Affolter2024-03-141-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 Affolter2024-01-161-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 Affolter2023-09-091-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 Weinelt2023-08-021-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 Affolter2023-05-101-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 Affolter2023-05-041-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 Affolter2023-05-041-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 Girol2023-01-211-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 Affolter2022-12-171-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 Affolter2022-12-131-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 Affolter2022-12-091-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 Weinelt2022-12-081-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 Affolter2022-11-271-2/+4
* python310Packages.bluetooth-auto-recovery: add changelog to metaFabian Affolter2022-11-201-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 Affolter2022-11-201-2/+2
* python310Packages.bluetooth-auto-recovery: 0.3.4 -> 0.3.6 (#196827)Fabian Affolter2022-10-211-2/+2
* python3Packages.bluetooth-auto-recovery: 0.3.3 -> 0.3.4Martin Weinelt2022-10-111-2/+2
* python310Packages.bluetooth-auto-recovery: 0.3.2 -> 0.3.3Fabian Affolter2022-09-171-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 Weinelt2022-09-101-2/+2
* python310Packages.bluetooth-auto-recovery: 0.2.2 -> 0.3.1•••Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de> Fabian Affolter2022-09-101-2/+2
* python310Packages.bluetooth-auto-recovery: 0.2.1 -> 0.2.2Fabian Affolter2022-08-211-2/+2
* python310Packages.bluetooth-auto-recovery: 0.2.0 -> 0.2.1Fabian Affolter2022-08-211-2/+2
* python310Packages.bluetooth-auto-recovery: 0.1.0 -> 0.2.0Fabian Affolter2022-08-211-2/+2
* python310Packages.bluetooth-auto-recovery: init at 0.1.0Fabian Affolter2022-08-211-0/+55