| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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-data-tools: 1.28.3 -> 1.28.4•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/v1.28.3...v1.28.4 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.28.4/CHANGELOG.md | Robert Schütz | 2025-10-31 | 1 | -10/+2 |
| * | python313Packages.bluetooth-data-tools: 1.28.2 -> 1.28.3•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/v1.28.2...v1.28.3 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.28.3/CHANGELOG.md | Fabian Affolter | 2025-10-07 | 1 | -2/+2 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-07-05 | 1 | -2/+2 |
| |\ | |||||
| | * | python3Packages.bluetooth-data-tools: 1.28.1 -> 1.28.2•••https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.28.2/CHANGELOG.md | Martin Weinelt | 2025-07-04 | 1 | -2/+2 |
| * | | treewide: pytestFlagsArray -> pytestFlags and join flag and option argument•••This treewide change targets Python packages that specifies pytest flags with pytestFlagsArray, and whose flags cannot be consructed by other pytestCheckHook-honoured arguments. Use the __structuredAttrs-agnostic argument pytestFlags instead of the deprecated pytestFlagsArray. For flags with option arguments, join each flag and their option argument into a single command-line argument following POSIX Utility Argument Syntax[1] for easier overriding (remove/replace). Examples: * [ "-W" "ignore:message:WarningClass" ] -> [ "-Wignore:message:WarningClass" ] * [ "--reruns" "3" ] -> [ "--reruns=3" ] [1]: https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html | Yueh-Shun Li | 2025-06-16 | 1 | -1/+1 |
| |/ | |||||
| * | python313Packages.bluetooth-data-tools: 1.26.5 -> 1.28.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.26.5...refs/tags/v1.28.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.28.1/CHANGELOG.md | Robert Schütz | 2025-05-09 | 1 | -2/+2 |
| * | python313Packages.bluetooth-data-tools: 1.23.4 -> 1.26.5•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.23.4...v1.26.5 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.26.5/CHANGELOG.md | Robert Schütz | 2025-04-03 | 1 | -2/+2 |
| * | python313Packages.bluetooth-data-tools: 1.22.0 -> 1.23.4•••https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.23.4/CHANGELOG.md | Martin Weinelt | 2025-02-06 | 1 | -3/+4 |
| * | python3Packages.bluetooth-data-tools: 1.20.0 -> 1.22.0•••https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.22.0/CHANGELOG.md | Martin Weinelt | 2025-01-27 | 1 | -3/+5 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.bluetooth-data-tools: 1.19.4 -> 1.20.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.19.4...v1.20.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.20.0/CHANGELOG.md | Robert Schütz | 2024-09-04 | 1 | -7/+7 |
| * | python312Packages.bluetooth-data-tools: 1.19.3 -> 1.19.4•••https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.19.4/CHANGELOG.md | Martin Weinelt | 2024-08-09 | 1 | -7/+10 |
| * | python312Packages.bluetooth-data-tools: 1.19.0 -> 1.19.3•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.19.0...v1.19.3 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.19.3/CHANGELOG.md | Fabian Affolter | 2024-07-03 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -18/+13 |
| * | python312Packages.cython: 0.29.36 -> 3.0.9•••Folds the cython_3 attribute into the primary cython attribute and migrates all packages from the versioned attribute. The old version will be provided through the cython_0 attribute in an effort to phase it out. | Martin Weinelt | 2024-03-27 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.18.0 -> 1.19.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.18.0...v1.19.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.19.0/CHANGELOG.md | Fabian Affolter | 2024-01-03 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.17.0 -> 1.18.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.17.0...v1.18.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.18.0/CHANGELOG.md | Fabian Affolter | 2023-12-13 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.15.0 -> 1.17.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.15.0...v1.17.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.17.0/CHANGELOG.md | Fabian Affolter | 2023-12-04 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.14.0 -> 1.15.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.14.0...v1.15.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.15.0/CHANGELOG.md | Fabian Affolter | 2023-11-26 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.13.0 -> 1.14.0 (#265615)•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.13.0...v1.14.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.14.0/CHANGELOG.md | Fabian Affolter | 2023-11-10 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.12.0 -> 1.13.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.12.0...v1.13.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.13.0/CHANGELOG.md | Fabian Affolter | 2023-10-18 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.11.0 -> 1.12.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.11.0...v1.12.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.12.0/CHANGELOG.md | Fabian Affolter | 2023-09-25 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.11.0 -> 1.11.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.11.0...v1.11.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.11.0/CHANGELOG.md | Fabian Affolter | 2023-09-02 | 1 | -2/+7 |
| * | python311Packages.bluetooth-data-tools: 1.9.1 -> 1.10.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.9.1...1.10.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.10.0/CHANGELOG.md | Fabian Affolter | 2023-09-02 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.9.0 -> 1.9.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.9.0...v1.9.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.9.1/CHANGELOG.md | Fabian Affolter | 2023-08-27 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.8.0 -> 1.9.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.8.0...v1.9.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.9.0/CHANGELOG.md | Fabian Affolter | 2023-08-24 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.7.0 -> 1.8.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.7.0...v1.8.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.8.0/CHANGELOG.md | Fabian Affolter | 2023-08-22 | 1 | -2/+2 |
| * | python3.pkgs.bluetooth-data-tools: 1.6.1 -> 1.7.0 (#247272)•••At the same time, switch to using the Cython version for better performance. | Theodore Ni | 2023-08-11 | 1 | -3/+9 |
| * | python311Packages.bluetooth-data-tools: 1.6.0 -> 1.6.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.6.0...v1.6.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.6.1/CHANGELOG.md | Fabian Affolter | 2023-07-27 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.3.0 -> 1.6.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.3.0...v1.6.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.6.0/CHANGELOG.md | Fabian Affolter | 2023-07-20 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.2.0 -> 1.3.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.2.0...v1.3.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.3.0/CHANGELOG.md | Fabian Affolter | 2023-06-29 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 1.0.0 -> 1.2.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v1.0.0...v1.2.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.2.0/CHANGELOG.md | Fabian Affolter | 2023-06-16 | 1 | -2/+2 |
| * | python311Packages.bluetooth-data-tools: 0.4.0 -> 1.0.0•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v0.4.0...v1.0.0 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.0.0/CHANGELOG.md | Fabian Affolter | 2023-06-07 | 1 | -2/+2 |
| * | python310Packages.bluetooth-data-tools: 0.3.1 -> 0.4.0•••Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v0.4.0/CHANGELOG.md | Fabian Affolter | 2023-05-04 | 1 | -2/+4 |
| * | 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-data-tools: 0.3.0 -> 0.3.1•••Diff: https://github.com/Bluetooth-Devices/bluetooth-data-tools/compare/refs/tags/v0.3.0...v0.3.1 Changelog: https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v0.3.1/CHANGELOG.md | Fabian Affolter | 2022-12-21 | 1 | -2/+2 |
| * | python310Packages.bluetooth-data-tools: add changelog to meta | Fabian Affolter | 2022-11-20 | 1 | -1/+2 |
| * | python310Packages.bluetooth-data-tools: 0.2.0 -> 0.3.0•••https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/main/CHANGELOG.md#changelog | Fabian Affolter | 2022-11-20 | 1 | -2/+2 |
| * | python310Packages.bluetooth-data-tools: 0.1.2 -> 0.2.0 | Fabian Affolter | 2022-11-05 | 1 | -2/+2 |
| * | python310Packages.bluetooth-data-tools: init at 0.1.2 | Fabian Affolter | 2022-08-14 | 1 | -0/+46 |
