python312Packages.pyswitchbot: 0.50.1 -> 0.51.0

https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.51.0
This commit is contained in:
Martin Weinelt 2024-11-06 21:58:07 +01:00
parent 9fe18a8724
commit 57d9c48c44
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.50.1";
version = "0.51.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-GA5BioH1z8N6I65q+7vSHM/eetN5dXSMZZ2hoQ8+0QA=";
hash = "sha256-Ti+3f6UGn/A9MdLJVUT9hnAiS8Ce6D8FrSryrGxMV6s=";
};
build-system = [ setuptools ];
@ -40,11 +40,6 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# mismatch in expected data structure
"test_parse_advertisement_data_curtain"
];
pythonImportsCheck = [ "switchbot" ];
meta = with lib; {