python310Packages.selenium 0 -> 1 attrpath: python310Packages.selenium 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/l59nwdppgzi9l9zviwhvi3vzpgfgx7wn-packages.json.drv building '/nix/store/l59nwdppgzi9l9zviwhvi3vzpgfgx7wn-packages.json.drv'... Going to be running update for following packages: - python3.10-selenium-4.8.0 Press Enter key to continue... Running update for: - python3.10-selenium-4.8.0: UPDATING ... - python3.10-selenium-4.8.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/selenium/default.nix b/pkgs/development/python-modules/selenium/default.nix index 053b42d90e9a..318a8ff1055a 100644 --- a/pkgs/development/python-modules/selenium/default.nix +++ b/pkgs/development/python-modules/selenium/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "selenium"; - version = "4.8.0"; + version = "4.13.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { repo = "selenium"; # check if there is a newer tag with or without -python suffix rev = "refs/tags/selenium-${version}"; - hash = "sha256-YTi6SNtTWuEPlQ3PTeis9osvtnWmZ7SRQbne9fefdco="; + hash = "sha256-sl/GB34j+hvuks6mg7jqrcN4Q6sY+AMoBhtgzT4AtbU="; }; postPatch = '' No auto update branch exists Old version 4.8.0" not present in staging derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , certifi , geckodriver , pytestCheckHook , pythonOlder , trio , trio-websocket , urllib3 , nixosTests }: buildPythonPackage rec { pname = "selenium"; version = "4.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "SeleniumHQ"; repo = "selenium"; # check if there is a newer tag with or without -python suffix rev = "refs/tags/selenium-${version}"; hash = "sha256-A2lI40bPSIri/0yp6C3aJZBX5p6ON1fWGfJTcul9/2o="; }; postPatch = '' substituteInPlace py/selenium/webdriver/firefox/service.py \ --replace 'DEFAULT_EXECUTABLE_PATH = "geckodriver"' 'DEFAULT_EXECUTABLE_PATH = "${geckodriver}/bin/geckodriver"' ''; preConfigure = '' cd py ''; propagatedBuildInputs = [ certifi trio trio-websocket urllib3 ] ++ urllib3.optional-dependencies.socks; nativeCheckInputs = [ pytestCheckHook ]; passthru.tests = { testing-vaultwarden = nixosTests.vaultwarden; }; meta = with lib; { description = "Bindings for Selenium WebDriver"; homepage = "https://selenium.dev/"; license = licenses.asl20; maintainers = with maintainers; [ jraygauthier ]; }; }