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

pythonPackages.pynacl: 1.2.1 -> 1.3.0 #47420

Merged
merged 1 commit into from Sep 27, 2018
Merged

pythonPackages.pynacl: 1.2.1 -> 1.3.0 #47420

merged 1 commit into from Sep 27, 2018

Conversation

va1entin
Copy link
Contributor

Motivation for this change

Pynacl 1.3.0 was released yesterday.
It contains new features and the contents of a patch we had created earlier to fix pynacl's tests on hydra.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@va1entin
Copy link
Contributor Author

@GrahamcOfBorg build python2Packages.pynacl

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2Packages.pynacl

Partial log (click to expand)

tests/test_utils.py ...                                                  [100%]

=============================== warnings summary ===============================
tests/test_bindings.py::test_pad_sizes
  /nix/store/xnxcilypn34595yb3sgw0n43pqw62qr2-python2.7-hypothesis-3.66.2/lib/python2.7/site-packages/hypothesis/strategies.py:1012: HypothesisDeprecationWarning: You should remove the average_size argument, because it is deprecated and no longer has any effect.  Please open an issue if the default distribution of examples does not work for you.
    check_valid_sizes(min_size, average_size, max_size)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 4611 passed, 7 skipped, 1 warnings in 32.17 seconds ==============
/nix/store/a19fqsydz2qvxc71hgd6vj76asaxkgs9-python2.7-pynacl-1.3.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2Packages.pynacl

Partial log (click to expand)

tests/test_utils.py ...                                                  [100%]

=============================== warnings summary ===============================
tests/test_bindings.py::test_pad_sizes
  /nix/store/51j0vblvw70j6hzqv3ha3ac6mi0brxqb-python2.7-hypothesis-3.66.2/lib/python2.7/site-packages/hypothesis/strategies.py:1012: HypothesisDeprecationWarning: You should remove the average_size argument, because it is deprecated and no longer has any effect.  Please open an issue if the default distribution of examples does not work for you.
    check_valid_sizes(min_size, average_size, max_size)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 4611 passed, 7 skipped, 1 warnings in 191.16 seconds =============
/nix/store/pv27529njf0rvccadz5nf7556w7sald8-python2.7-pynacl-1.3.0

@va1entin
Copy link
Contributor Author

@GrahamcOfBorg build python3Packages.pynacl

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python3Packages.pynacl

Partial log (click to expand)

tests/test_utils.py ...                                                  [100%]

=============================== warnings summary ===============================
tests/test_bindings.py::test_pad_sizes
  /nix/store/3lhqcvr131n62yj0m7fygkyshnz15789-python3.6-hypothesis-3.66.2/lib/python3.6/site-packages/hypothesis/strategies.py:1012: HypothesisDeprecationWarning: You should remove the average_size argument, because it is deprecated and no longer has any effect.  Please open an issue if the default distribution of examples does not work for you.
    check_valid_sizes(min_size, average_size, max_size)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 4614 passed, 4 skipped, 1 warnings in 37.54 seconds ==============
/nix/store/cprds3dgc1iyiw4n08pjjkjzjd8hj5qy-python3.6-pynacl-1.3.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python3Packages.pynacl

Partial log (click to expand)

tests/test_utils.py ...                                                  [100%]

=============================== warnings summary ===============================
tests/test_bindings.py::test_pad_sizes
  /nix/store/v4gishbfpx0zm1i11mjii15040d70f78-python3.6-hypothesis-3.66.2/lib/python3.6/site-packages/hypothesis/strategies.py:1012: HypothesisDeprecationWarning: You should remove the average_size argument, because it is deprecated and no longer has any effect.  Please open an issue if the default distribution of examples does not work for you.
    check_valid_sizes(min_size, average_size, max_size)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 4614 passed, 4 skipped, 1 warnings in 190.61 seconds =============
/nix/store/4i7bhwvv7h04pklxasjyqs1zm0zl6ylk-python3.6-pynacl-1.3.0

@disassembler disassembler merged commit 2d15180 into NixOS:master Sep 27, 2018
@va1entin va1entin deleted the pynacl-130 branch September 27, 2018 17:51
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

3 participants