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

python2Packages.supervisor: 3.1.4 -> 3.3.4 #41085

Merged
merged 2 commits into from May 27, 2018
Merged

Conversation

zimbatm
Copy link
Member

@zimbatm zimbatm commented May 25, 2018

Motivation for this change

Package upgrade.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@zimbatm zimbatm self-assigned this May 25, 2018
@zimbatm zimbatm requested a review from FRidh May 25, 2018 20:37
@zimbatm
Copy link
Member Author

zimbatm commented May 25, 2018

I guess this is going to have the same problem of python env var leaks to sub-processes right @FRidh ?

sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1";
};

buildInputs = [ mock ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checkInputs

description = "A system for controlling process state under UNIX";
homepage = http://supervisord.org/;
maintainers = with lib.maintainers; [ zimbatm ];
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license = lib.licenses.free; # http://www.repoze.org/LICENSE.txt

@zimbatm
Copy link
Member Author

zimbatm commented May 25, 2018

@dotlambda thanks, fixed. learned about checkInputs today.

@GrahamcOfBorg build python2Packages.supervisor

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2Packages.supervisor

Partial log (click to expand)

test_continue_request_no_params_in_request (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
test_continue_request_nosuchmethod (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
test_ctor (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
test_match (supervisor.tests.test_xmlrpc.XMLRPCHandlerTests) ... ok
test_xmlrpc_marshal (supervisor.tests.test_xmlrpc.XMLRPCMarshallingTests) ... ok

----------------------------------------------------------------------
Ran 1130 tests in 2.527s

OK

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2Packages.supervisor

Partial log (click to expand)

test_tcp_socket_already_taken (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_tcp_w_hostname (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_tcp_w_ip (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_unix (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_unix_bad_sock (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok

----------------------------------------------------------------------
Ran 1118 tests in 2.176s

OK

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2Packages.supervisor

Partial log (click to expand)

test_tcp_socket_already_taken (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_tcp_w_hostname (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_tcp_w_ip (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_unix (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok
test_unix_bad_sock (supervisor.tests.test_socket_manager.SocketManagerTest) ... ok

----------------------------------------------------------------------
Ran 1118 tests in 4.006s

OK

@FRidh
Copy link
Member

FRidh commented May 27, 2018

@zimbatm what are you specifically referring to?

@FRidh FRidh merged commit 3b5fd4d into NixOS:master May 27, 2018
@zimbatm zimbatm deleted the supervisor-3.3.4 branch May 27, 2018 21:23
@zimbatm
Copy link
Member Author

zimbatm commented May 27, 2018

@FRidh nevermind, the python wrapper doesn't set the python lib path through an environment variable anymore

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.

None yet

4 participants