python313Packages.bluetooth-adapters: 0.21.0 -> 0.21.1 (#376093)

https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.21.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-02-06 18:55:12 +01:00
committed by Martin Weinelt
parent 69506f5f4a
commit e6c349c4fa
@@ -11,6 +11,7 @@
myst-parser,
poetry-core,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
sphinx-rtd-theme,
@@ -21,7 +22,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.21.0";
version = "0.21.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -30,14 +31,9 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
tag = "v${version}";
hash = "sha256-DQaxjSajO3SfmogWtstT6xcsUgUW80jJ5prfIajJW/s=";
hash = "sha256-002MVDFNU2/rVepj3BCCuDQqRMAvgP0ZJ7tknQN+Qhk=";
};
postPatch = ''
# Drop pytest arguments (coverage, ...)
sed -i '/addopts/d' pyproject.toml
'';
outputs = [
"out"
"doc"
@@ -63,6 +59,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-asyncio
pytest-cov-stub
pytestCheckHook
];