summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bluetooth-adapters (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-3/+0
* python3Packages.bluetooth-adapters: 2.1.0 -> 2.1.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/v2.1.0...v2.1.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v2.1.1 Robert Schütz2025-09-231-3/+3
* python3Packages.bluetooth-adapters: 2.0.0 -> 2.1.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/v2.0.0...v2.1.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v2.1.0/CHANGELOG.md Robert Schütz2025-09-051-6/+9
* python3Packages.bluetooth-adapters: 0.21.4 -> 2.0.0•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v2.0.0/CHANGELOG.md Martin Weinelt2025-08-081-2/+2
* treewide: switch instances of lib.teams.*.members to the new meta.teams attri...•••Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2025-04-251-1/+1
* python313Packages.bluetooth-adapters: 0.21.1 -> 0.21.4•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.21.4/CHANGELOG.md Martin Weinelt2025-02-061-2/+2
* python313Packages.bluetooth-adapters: 0.21.0 -> 0.21.1 (#376093)•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.21.1/CHANGELOG.md Fabian Affolter2025-02-061-7/+4
* python3Packages.bluetooth-adapters: 0.20.2 -> 0.21.0•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.21.0/CHANGELOG.md Martin Weinelt2025-01-271-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.bluetooth-adapters: 0.20.0 -> 0.20.2•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.20.0...v0.20.2 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.20.2/CHANGELOG.md Fabian Affolter2024-11-211-2/+2
* python312Packages.bluetooth-adapters: 0.19.4 -> 0.20.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.19.4...v0.20.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.20.0/CHANGELOG.md Fabian Affolter2024-10-081-4/+8
* python312Packages.bluetooth-adapters: 0.19.3 -> 0.19.4•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.19.4/CHANGELOG.md Martin Weinelt2024-08-161-2/+2
* python312Packages.bluetooth-adapters: 0.19.2 -> 0.19.3•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.19.2...v0.19.3 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.19.3/CHANGELOG.md Fabian Affolter2024-07-031-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-23/+20
* python312Packages.bluetooth-adapters: 0.19.1 -> 0.19.2•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.19.2/CHANGELOG.md Martin Weinelt2024-05-061-2/+2
* python312Packages.bluetooth-adapters: 0.18.0 -> 0.19.1•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.19.1/CHANGELOG.md Martin Weinelt2024-05-031-4/+6
* python311Packages.bluetooth-adapters: 0.17.0 -> 0.18.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.17.0...v0.18.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.18.0/CHANGELOG.md Fabian Affolter2024-03-031-8/+10
* python311Packages.bluetooth-adapters: 0.16.2 -> 0.17.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.16.2...v0.17.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.17.0/CHANGELOG.md Fabian Affolter2024-01-161-4/+4
* python311Packages.bluetooth-adapters: 0.16.1 -> 0.16.2•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.16.1...v0.16.2 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.16.2/CHANGELOG.md Fabian Affolter2023-12-181-2/+2
* python311Packages.bluetooth-adapters: 0.16.0 -> 0.16.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.16.0...v0.16.1 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.16.1/CHANGELOG.md Fabian Affolter2023-09-101-2/+2
* python311Packages.bluetooth-adapters: 0.15.4 -> 0.16.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.15.4...v0.16.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.16.0/CHANGELOG.md Fabian Affolter2023-07-201-2/+2
* python310Packages.bluetooth-adapters: 0.15.3 -> 0.15.4•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.4/CHANGELOG.md Martin Weinelt2023-05-091-2/+2
* python310Packages.bluetooth-adapters: 0.15.2 -> 0.15.3•••Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.3/CHANGELOG.md Fabian Affolter2023-03-201-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-adapters: 0.15.1 -> 0.15.2•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.15.1...0.15.2 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.2/CHANGELOG.md Fabian Affolter2022-12-251-2/+2
* python310Packages.bluetooth-adapters: 0.15.0 -> 0.15.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.15.0...0.15.1 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.1/CHANGELOG.md Fabian Affolter2022-12-251-2/+2
* python310Packages.bluetooth-adapters: 0.14.1 -> 0.15.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.14.1...0.15.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.0/CHANGELOG.md Fabian Affolter2022-12-251-2/+2
* python310Packages.bluetooth-adapters: 0.14.0 -> 0.14.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.14.0...v0.14.1 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.14.1/CHANGELOG.md Fabian Affolter2022-12-181-2/+2
* python310Packages.bluetooth-adapters: 0.13.0 -> 0.14.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.13.0...0.14.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.14.0/CHANGELOG.md Fabian Affolter2022-12-181-2/+2
* python310Packages.bluetooth-adapters: 0.12.0 -> 0.13.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.12.0...0.13.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.13.0/CHANGELOG.md Fabian Affolter2022-12-181-2/+2
* python3Package.bluetooth-adapters: 0.8.0 -> 0.12.0•••https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.12.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.11.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.10.1 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.10.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.9.0 Martin Weinelt2022-12-081-2/+8
* python310Packages.bluetooth-adapters: update changelog entryFabian Affolter2022-11-201-1/+1
* python310Packages.bluetooth-adapters: 0.7.0 -> 0.8.0•••https://github.com/bluetooth-devices/bluetooth-adapters/blob/main/CHANGELOG.md#v080-2022-11-16 Fabian Affolter2022-11-201-2/+2
* python310Packages.bluetooth-adapters: 0.6.0 -> 0.7.0Fabian Affolter2022-11-061-2/+2
* python310Packages.bluetooth-adapters: 0.5.2 -> 0.6.0•••https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.6.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.5.3 Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de> Fabian Affolter2022-10-061-2/+2
* python3Packages.bluetooth-adapters: 0.3.6 -> 0.5.2Martin Weinelt2022-09-301-4/+6
* python3Packages.bluetooth-adapters: 0.3.4 -> 0.3.6•••https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.3.5 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.3.6 Martin Weinelt2022-09-101-2/+2
* python310Packages.bluetooth-adapters: 0.3.0 -> 0.3.4Fabian Affolter2022-09-101-2/+2
* python310Packages.bluetooth-adapters: 0.2.0 -> 0.3.0Fabian Affolter2022-08-271-2/+2
* python310Packages.bluetooth-adapters: 0.1.3 -> 0.2.0Fabian Affolter2022-08-181-2/+2
* python3Packages.bluetooth-adapters: init at 0.1.3Martin Weinelt2022-08-031-0/+65