lol

Merge pull request #309490 from fabaff/xiaomi-ble-bump

python312Packages.xiaomi-ble: 0.28.0 -> 0.29.0

authored by

Nick Cao and committed by
GitHub
3d859c15 975878ff

+24 -30
+24 -30
pkgs/development/python-modules/xiaomi-ble/default.nix
··· 1 - { lib 2 - , bleak 3 - , bleak-retry-connector 4 - , bluetooth-data-tools 5 - , bluetooth-sensor-state-data 6 - , buildPythonPackage 7 - , cryptography 8 - , fetchFromGitHub 9 - , home-assistant-bluetooth 10 - , poetry-core 11 - , pycryptodomex 12 - , pytestCheckHook 13 - , pythonOlder 14 - , pythonRelaxDepsHook 15 - , sensor-state-data 16 }: 17 18 buildPythonPackage rec { 19 pname = "xiaomi-ble"; 20 - version = "0.28.0"; 21 pyproject = true; 22 23 disabled = pythonOlder "3.9"; ··· 26 owner = "Bluetooth-Devices"; 27 repo = "xiaomi-ble"; 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-Va/fzGDjBR/h1lUN47AixZnDYzEPNXQKTVXILKayhBc="; 30 }; 31 32 postPatch = '' ··· 34 --replace-fail " --cov=xiaomi_ble --cov-report=term-missing:skip-covered" "" 35 ''; 36 37 - build-system = [ 38 - poetry-core 39 - pythonRelaxDepsHook 40 - ]; 41 42 - pythonRelaxDeps = [ 43 - "pycryptodomex" 44 - ]; 45 46 dependencies = [ 47 bleak ··· 54 sensor-state-data 55 ]; 56 57 - nativeCheckInputs = [ 58 - pytestCheckHook 59 - ]; 60 61 - pythonImportsCheck = [ 62 - "xiaomi_ble" 63 - ]; 64 65 meta = with lib; { 66 description = "Library for Xiaomi BLE devices";
··· 1 + { 2 + lib, 3 + bleak, 4 + bleak-retry-connector, 5 + bluetooth-data-tools, 6 + bluetooth-sensor-state-data, 7 + buildPythonPackage, 8 + cryptography, 9 + fetchFromGitHub, 10 + home-assistant-bluetooth, 11 + poetry-core, 12 + pycryptodomex, 13 + pytestCheckHook, 14 + pythonOlder, 15 + pythonRelaxDepsHook, 16 + sensor-state-data, 17 }: 18 19 buildPythonPackage rec { 20 pname = "xiaomi-ble"; 21 + version = "0.29.0"; 22 pyproject = true; 23 24 disabled = pythonOlder "3.9"; ··· 27 owner = "Bluetooth-Devices"; 28 repo = "xiaomi-ble"; 29 rev = "refs/tags/v${version}"; 30 + hash = "sha256-+zMjnLUzI8ctucvxXts7V4lN4Gp0ZQtArhpXUCBvhF0="; 31 }; 32 33 postPatch = '' ··· 35 --replace-fail " --cov=xiaomi_ble --cov-report=term-missing:skip-covered" "" 36 ''; 37 38 + build-system = [ poetry-core ]; 39 + 40 + nativeBuildInputs = [ pythonRelaxDepsHook ]; 41 42 + pythonRelaxDeps = [ "pycryptodomex" ]; 43 44 dependencies = [ 45 bleak ··· 52 sensor-state-data 53 ]; 54 55 + nativeCheckInputs = [ pytestCheckHook ]; 56 57 + pythonImportsCheck = [ "xiaomi_ble" ]; 58 59 meta = with lib; { 60 description = "Library for Xiaomi BLE devices";