python3Packages.bluetooth-data-tools: 1.20.0 -> 1.22.0

https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.22.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:51 +01:00
parent 5752480227
commit aa4072766e
@@ -7,6 +7,7 @@
poetry-core,
pytest-benchmark,
pytest-cov-stub,
pytest-codspeed,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -14,7 +15,7 @@
buildPythonPackage rec {
pname = "bluetooth-data-tools";
version = "1.20.0";
version = "1.22.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluetooth-data-tools";
tag = "v${version}";
hash = "sha256-qg2QZc95DD2uTO0fTwoNaPfL+QSrcqDwJvx41lIZDRs=";
hash = "sha256-ygtpOKrvVaM2rWfzRdKj96Z229+6wPSCuZq3agx+/IY=";
};
# The project can build both an optimized cython version and an unoptimized
@@ -41,6 +42,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-benchmark
pytest-cov-stub
pytest-codspeed
pytestCheckHook
];
@@ -51,7 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for converting bluetooth data and packets";
homepage = "https://github.com/Bluetooth-Devices/bluetooth-data-tools";
changelog = "https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};