Merge pull request #161771 from r-ryantm/auto-update/python3.10-aiolyric

python310Packages.aiolyric: 1.0.9 -> 1.0.10
This commit is contained in:
Fabian Affolter
2022-02-25 09:05:18 +01:00
committed by GitHub
@@ -8,25 +8,34 @@
buildPythonPackage rec {
pname = "aiolyric";
version = "1.0.9";
version = "1.0.10";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "timmo001";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MjV3hroUEX8Ps/Hhv35/hcaLXoOU2ueuM0lvuqLChXc=";
hash = "sha256-yKeG0UCQ8haT1hvywoIwKQ519GK2wFg0wXaRTFeKYIk=";
};
propagatedBuildInputs = [ aiohttp ];
propagatedBuildInputs = [
aiohttp
];
checkInputs = [ pytestCheckHook ];
checkInputs = [
pytestCheckHook
];
disabledTests = [
# AssertionError, https://github.com/timmo001/aiolyric/issues/5
"test_location"
];
pythonImportsCheck = [ "aiolyric" ];
pythonImportsCheck = [
"aiolyric"
];
meta = with lib; {
description = "Python module for the Honeywell Lyric Platform";