Merge pull request #291574 from fabaff/xknx-bump

python311Packages.xknxproject: 3.6.0 -> 3.7.0, python311Packages.xknx: 2.12.0 -> 2.12.1
This commit is contained in:
Fabian Affolter 2024-02-27 09:38:22 +01:00 committed by GitHub
commit bde127ac51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

View File

@ -8,12 +8,11 @@
, pytestCheckHook
, pythonOlder
, setuptools
, wheel
}:
buildPythonPackage rec {
pname = "xknx";
version = "2.12.0";
version = "2.12.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,12 +21,11 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknx";
rev = "refs/tags/${version}";
hash = "sha256-Fwo76tvkLLx8QJeokuGohhnt83eGBMyWIUSHJGuQWJ4=";
hash = "sha256-O8xhih/EVULTq4jdmxInzXRO4m6PJA9pyzsHjR+58dQ=";
};
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [
@ -50,6 +48,15 @@ buildPythonPackage rec {
"test_scan_timeout"
"test_start_secure_routing_knx_keys"
"test_start_secure_routing_manual"
# RuntimeError: Event loop is closed
"test_has_group_address_localtime"
"test_invalid_authentication"
"test_invalid_frames"
"test_no_authentication"
"test_process_read_localtime"
"test_sync_date"
"test_sync_datetime"
"test_sync_time_local"
];
meta = with lib; {

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknxproject";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknxproject";
rev = "refs/tags/${version}";
hash = "sha256-7WK4TgrTuUwR33d1N8+VmgZ6iylyfIJbFCyxh49luL0=";
hash = "sha256-tw/hHiiW4ZGlrbQmuIihJmhyIL++Rjpg6q8AdKNsn14=";
};
nativeBuildInputs = [