2022-12-07T10:49:32 python310Packages.homematicip 0 -> 1 2022-12-07T10:49:34 attrpath: python310Packages.homematicip 2022-12-07T10:49:34 Checking auto update branch... 2022-12-07T10:49:38 [version] 2022-12-07T10:49:38 [version] skipping because derivation has updateScript 2022-12-07T10:49:38 [rustCrateVersion] 2022-12-07T10:49:38 [rustCrateVersion] No cargoSha256 found 2022-12-07T10:49:38 [golangModuleVersion] 2022-12-07T10:49:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-07T10:49:38 [updateScript] 2022-12-07T10:49:41 [updateScript] Success 2022-12-07T10:49:41 [updateScript] this derivation will be built: /nix/store/4v44xc361485rsdyh62ff6n26dzday2n-packages.json.drv building '/nix/store/4v44xc361485rsdyh62ff6n26dzday2n-packages.json.drv'... Going to be running update for following packages: - python3.10-homematicip-1.0.12 Press Enter key to continue... Running update for: - python3.10-homematicip-1.0.12: UPDATING ... - python3.10-homematicip-1.0.12: DONE. Packages updated! 2022-12-07T10:49:41 2022-12-07T10:49:41 [quotedUrls] 2022-12-07T10:49:41 [quotedUrls] nothing found to replace 2022-12-07T10:49:41 Diff after rewrites: diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 50819a3c344..3f983681316 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.0.12"; + version = "1.0.13"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "hahn-th"; repo = "homematicip-rest-api"; rev = "refs/tags/${version}"; - hash = "sha256-gad+sg5MZvAzy1xE+xF/4GdLClB5EiyPH39nIlhO7IQ="; + hash = "sha256-bNVvQbwtef7Q0OBtR/8vsDDPkgGQgzdBC3QyoxLW3Wo="; }; propagatedBuildInputs = [ 2022-12-07T10:51:09 Old version 1.0.12" not present in master derivation file with contents: { lib , aenum , aiohttp , aiohttp-wsgi , async-timeout , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonAtLeast , pythonOlder , pytest-aiohttp , pytest-asyncio , requests , websocket-client , websockets }: buildPythonPackage rec { pname = "homematicip"; version = "1.0.13"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "hahn-th"; repo = "homematicip-rest-api"; rev = "refs/tags/${version}"; hash = "sha256-bNVvQbwtef7Q0OBtR/8vsDDPkgGQgzdBC3QyoxLW3Wo="; }; propagatedBuildInputs = [ aenum aiohttp async-timeout requests websocket-client websockets ]; checkInputs = [ aiohttp-wsgi pytest-aiohttp pytest-asyncio pytestCheckHook ]; pytestFlagsArray = [ "--asyncio-mode=auto" ]; disabledTests = [ # Assert issues with datetime "test_contact_interface_device" "test_dimmer" "test_external_device" "test_heating_failure_alert_group" "test_heating" "test_humidity_warning_rule_group" "test_meta_group" "test_pluggable_switch_measuring" "test_rotary_handle_sensor" "test_security_group" "test_security_zone" "test_shutter_device" "test_smoke_detector" "test_switching_group" "test_temperature_humidity_sensor_outdoor" "test_wall_mounted_thermostat_pro" "test_weather_sensor" # Random failures "test_home_getSecurityJournal" "test_home_unknown_types" # Requires network access "test_websocket" ] ++ lib.optionals (pythonAtLeast "3.10") [ "test_connection_lost" "test_user_disconnect_and_reconnect" "test_ws_message" "test_ws_no_pong" ]; pythonImportsCheck = [ "homematicip" ]; meta = with lib; { description = "Module for the homematicIP REST API"; homepage = "https://github.com/hahn-th/homematicip-rest-api"; changelog = "https://github.com/hahn-th/homematicip-rest-api/releases/tag/${version}"; license = with licenses; [ gpl3Only ]; maintainers = with maintainers; [ fab ]; }; }