summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bluetooth-data-tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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ütz2025-10-311-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 Affolter2025-10-071-2/+2
* Merge master into staging-nextnixpkgs-ci[bot]2025-07-051-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 Weinelt2025-07-041-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 Li2025-06-161-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ütz2025-05-091-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ütz2025-04-031-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 Weinelt2025-02-061-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 Weinelt2025-01-271-3/+5
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-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ütz2024-09-041-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 Weinelt2024-08-091-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 Affolter2024-07-031-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-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 Weinelt2024-03-271-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 Affolter2024-01-031-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 Affolter2023-12-131-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 Affolter2023-12-041-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 Affolter2023-11-261-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.mdFabian Affolter2023-11-101-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 Affolter2023-10-181-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 Affolter2023-09-251-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 Affolter2023-09-021-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 Affolter2023-09-021-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 Affolter2023-08-271-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 Affolter2023-08-241-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 Affolter2023-08-221-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 Ni2023-08-111-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 Affolter2023-07-271-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 Affolter2023-07-201-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 Affolter2023-06-291-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 Affolter2023-06-161-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 Affolter2023-06-071-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 Affolter2023-05-041-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 Girol2023-01-211-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 Affolter2022-12-211-2/+2
* python310Packages.bluetooth-data-tools: add changelog to metaFabian Affolter2022-11-201-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 Affolter2022-11-201-2/+2
* python310Packages.bluetooth-data-tools: 0.1.2 -> 0.2.0Fabian Affolter2022-11-051-2/+2
* python310Packages.bluetooth-data-tools: init at 0.1.2Fabian Affolter2022-08-141-0/+46