nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

python310Packages.traits: 6.3.2 -> 6.4.1

Open r-ryantm opened this issue 1 year ago • 1 comments

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python310Packages.traits is: "Explicitly typed attributes for Python"

meta.homepage for python310Packages.traits is: "https://pypi.python.org/pypi/traits"

meta.changelog for python310Packages.traits is: ""

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS
  • Warning: a test defined in passthru.tests did not pass
  • found 6.4.1 with grep in /nix/store/4s0b5l2k1w1c109j09zvz5km23pzj6zr-python3.10-traits-6.4.1
  • found 6.4.1 in filename of file in /nix/store/4s0b5l2k1w1c109j09zvz5km23pzj6zr-python3.10-traits-6.4.1

Rebuild report (if merged into master) (click to expand)
14 total rebuild path(s)

14 package rebuild(s)

First fifty rebuilds by attrpath
python310Packages.apptools
python310Packages.envisage
python310Packages.mayavi
python310Packages.nipype
python310Packages.pyface
python310Packages.traits
python310Packages.traitsui
python39Packages.apptools
python39Packages.envisage
python39Packages.mayavi
python39Packages.nipype
python39Packages.pyface
python39Packages.traits
python39Packages.traitsui
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/4s0b5l2k1w1c109j09zvz5km23pzj6zr-python3.10-traits-6.4.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python310Packages.traits https://github.com/r-ryantm/nixpkgs/archive/55d2d8065afda4d0804bce2c551c739245b060c2.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/4s0b5l2k1w1c109j09zvz5km23pzj6zr-python3.10-traits-6.4.1
ls -la /nix/store/4s0b5l2k1w1c109j09zvz5km23pzj6zr-python3.10-traits-6.4.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to this change.

This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as failed to build independent of the change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

2 packages marked as broken and skipped:
  • python310Packages.nipype
  • python39Packages.nipype
4 packages failed to build:
  • python310Packages.envisage
  • python310Packages.mayavi
  • python39Packages.envisage
  • python39Packages.mayavi
8 packages built:
  • python310Packages.apptools
  • python310Packages.pyface
  • python310Packages.traits
  • python310Packages.traitsui
  • python39Packages.apptools
  • python39Packages.pyface
  • python39Packages.traits
  • python39Packages.traitsui

Maintainer pings

r-ryantm avatar Aug 13 '22 04:08 r-ryantm

On macos 10.15:

builder for '/nix/store/kkb3f0yzahmfd1qzv35j85s98mlsyv9f-python3.9-envisage-6.0.1.drv' failed with exit code 1; last 10 log lines:
  envisage/tests/test_service.py:20
    /private/tmp/nix-build-python3.9-envisage-6.0.1.drv-0/envisage-6.0.1/envisage/tests/test_service.py:20: PytestCollectionWarning: cannot collect test class 'TestApplication' because it has a __init__ constructor (from: envisage/tests/test_service.py)
      class TestApplication(Application):
  
  -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
  =========================== short test summary info ============================
  FAILED envisage/ui/action/tests/test_action_manager_builder.py::ActionManagerBuilderTestCase::test_actions_and_menus_in_groups
  FAILED envisage/ui/action/tests/test_action_manager_builder.py::ActionManagerBuilderTestCase::test_duplicate_group
  FAILED envisage/ui/action/tests/test_action_manager_builder.py::ActionManagerBuilderTestCase::test_duplicate_menu
  ============ 3 failed, 198 passed, 28 skipped, 6 warnings in 3.49s =============

risicle avatar Aug 13 '22 16:08 risicle