Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.robotframework-seleniumlibrary: 6.5.0 -> 6.6.1 #342910

Merged

Conversation

dotlambda
Copy link
Member

Description of changes

Diff: robotframework/SeleniumLibrary@refs/tags/v6.5.0...v6.6.1

Changelog:
https://github.com/robotframework/SeleniumLibrary/blob/refs/tags/v6.6.1/docs/SeleniumLibrary-6.6.0.rst
https://github.com/robotframework/SeleniumLibrary/blob/refs/tags/v6.6.1/docs/SeleniumLibrary-6.6.1.rst

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@pbsbot
Copy link

pbsbot commented Sep 19, 2024

Result of nixpkgs-review pr 342910 run on x86_64-linux 1

4 packages built:
  • python311Packages.robotframework-selenium2library
  • python311Packages.robotframework-selenium2library.dist
  • python311Packages.robotframework-seleniumlibrary
  • python311Packages.robotframework-seleniumlibrary.dist

@pbsds
Copy link
Member

pbsds commented Sep 19, 2024

@ofborg build python311Packages.robotframework-seleniumlibrary

@pbsds
Copy link
Member

pbsds commented Sep 19, 2024

diff --git a/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix b/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix
index 77a5b8be2ad8..c32adc8dc309 100644
--- a/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix
+++ b/pkgs/development/python-modules/robotframework-seleniumlibrary/default.nix
@@ -46,6 +46,8 @@ buildPythonPackage rec {
     mkdir utest/output_dir
   '';
 
+  __darwinAllowLocalNetworking = true;
+
   meta = {
     changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst";
     description = "Web testing library for Robot Framework";

@pbsds
Copy link
Member

pbsds commented Sep 20, 2024

Result of nixpkgs-review pr 342910 run on aarch64-darwin 1

4 packages built:
  • python311Packages.robotframework-selenium2library
  • python311Packages.robotframework-selenium2library.dist
  • python311Packages.robotframework-seleniumlibrary
  • python311Packages.robotframework-seleniumlibrary.dist

@pbsds pbsds merged commit eb18392 into NixOS:master Sep 20, 2024
24 of 26 checks passed
@dotlambda dotlambda deleted the python3Packages.robotframework-seleniumlibrary branch September 20, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants