python310Packages.robotframework-seleniumlibrary 0 -> 1 attrpath: python310Packages.robotframework-seleniumlibrary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wwpcppxax82dxgd96vfdz134vgb84xb9-packages.json.drv building '/nix/store/wwpcppxax82dxgd96vfdz134vgb84xb9-packages.json.drv'... Going to be running update for following packages: - python3.10-robotframework-seleniumlibrary-6.1.0 Press Enter key to continue... Running update for: - python3.10-robotframework-seleniumlibrary-6.1.0: UPDATING ... - python3.10-robotframework-seleniumlibrary-6.1.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix b/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix index fe33d2e3f6f4..114c24aa1c98 100644 --- a/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix +++ b/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix @@ -13,7 +13,7 @@ }: buildPythonPackage rec { - version = "6.1.0"; + version = "6.1.2"; pname = "robotframework-seleniumlibrary"; # no tests included in PyPI tarball @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "robotframework"; repo = "SeleniumLibrary"; rev = "refs/tags/v${version}"; - sha256 = "sha256-iCZU+9xFUPoyucdQ/26dgxAm8jRf92P3JyA2KqV8bYI="; + sha256 = "sha256-QbAwPm1Y76KPIcHkopiyISULQSwUet021erFa/zi8Zw="; }; propagatedBuildInputs = [ No auto update branch exists Old version 6.1.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , python , robotframework , robotframework-pythonlibcore , selenium , approvaltests , pytest-mockito , pytestCheckHook , robotstatuschecker }: buildPythonPackage rec { version = "6.1.2"; pname = "robotframework-seleniumlibrary"; # no tests included in PyPI tarball src = fetchFromGitHub { owner = "robotframework"; repo = "SeleniumLibrary"; rev = "refs/tags/v${version}"; sha256 = "sha256-QbAwPm1Y76KPIcHkopiyISULQSwUet021erFa/zi8Zw="; }; propagatedBuildInputs = [ robotframework robotframework-pythonlibcore selenium ]; nativeCheckInputs = [ approvaltests pytest-mockito pytestCheckHook robotstatuschecker ]; disabledTestPaths = [ # https://github.com/robotframework/SeleniumLibrary/issues/1804 "utest/test/keywords/test_webdrivercache.py" ]; disabledTests = [ "test_create_opera_executable_path_not_set" "test_create_opera_executable_path_set" "test_create_opera_with_options" "test_create_opera_with_service_log_path_real_path" "test_get_executable_path" "test_get_ff_profile_instance_FirefoxProfile" "test_has_options" "test_importer" "test_log_file_with_index_exist" "test_opera" "test_single_method" ]; meta = with lib; { changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst"; description = "Web testing library for Robot Framework"; homepage = "https://github.com/robotframework/SeleniumLibrary"; license = licenses.asl20; maintainers = [ maintainers.marsam ]; }; }