Merge pull request #171057 from fabaff/xknx-bump

python310Packages.xknx: 0.20.4 -> 0.21.0
This commit is contained in:
Fabian Affolter 2022-05-01 10:19:53 +02:00 committed by GitHub
commit a78f46dd0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, cryptography
, netifaces
, ifaddr
, voluptuous
, pyyaml
, pytest-asyncio
@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "0.20.4";
version = "0.21.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,12 +21,12 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-uqFS/kveWLEmu+8L9dOprcQcO+Odq9lzfTI9lqIhaSw=";
sha256 = "sha256-9fpWl9mYhYwc8Ig4uCF1RJvWS3LqrZQx88IrdaSPo7c=";
};
propagatedBuildInputs = [
cryptography
netifaces
ifaddr
];
checkInputs = [
@ -38,6 +38,11 @@ buildPythonPackage rec {
"xknx"
];
disabledTests = [
# Test requires network access
"test_scan_timeout"
];
meta = with lib; {
description = "KNX Library Written in Python";
longDescription = ''