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

python36Packages.uncertainties: 3.0.2 -> 3.0.3 #49958

Merged
merged 1 commit into from Nov 9, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 8, 2018

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-uncertainties/versions.

meta.description for python36Packages.uncertainties is: '"Transparent calculations with uncertainties on the quantities involved (aka error propagation)"'.

Checks done (click to expand)
Outpath report (click to expand)

Outpath difference report
8 total rebuild paths

2 package rebuilds

2 x86_64-linux rebuilds
2 i686-linux rebuilds
2 x86_64-darwin rebuilds
2 aarch64-linux rebuilds

First ten rebuilds by attrpath
python27Packages.uncertainties
python36Packages.uncertainties

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A python36Packages.uncertainties https://github.com/r-ryantm/nixpkgs/archive/64e0a504c9637689bb9731bd8d88487824f281a5.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/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3
ls -la /nix/store/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3/bin

cc @rnhmjoj for testing.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.uncertainties

Partial log (click to expand)

Installing collected packages: uncertainties
Successfully installed uncertainties-3.0.3
/build/uncertainties-3.0.3
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/881g2r1wdmx70vg597b26apmr4sqd869-python3.6-uncertainties-3.0.3
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/881g2r1wdmx70vg597b26apmr4sqd869-python3.6-uncertainties-3.0.3/lib
patching script interpreter paths in /nix/store/881g2r1wdmx70vg597b26apmr4sqd869-python3.6-uncertainties-3.0.3
checking for references to /build in /nix/store/881g2r1wdmx70vg597b26apmr4sqd869-python3.6-uncertainties-3.0.3...
/nix/store/881g2r1wdmx70vg597b26apmr4sqd869-python3.6-uncertainties-3.0.3

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.uncertainties

Partial log (click to expand)

/private/tmp/nix-build-python3.6-uncertainties-3.0.3.drv-0/uncertainties-3.0.3/dist /private/tmp/nix-build-python3.6-uncertainties-3.0.3.drv-0/uncertainties-3.0.3
Processing ./uncertainties-3.0.3-py3-none-any.whl
Installing collected packages: uncertainties
Successfully installed uncertainties-3.0.3
/private/tmp/nix-build-python3.6-uncertainties-3.0.3.drv-0/uncertainties-3.0.3
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/i799qm7h2bs2699sccsx9y5gdfxpvacj-python3.6-uncertainties-3.0.3/lib
patching script interpreter paths in /nix/store/i799qm7h2bs2699sccsx9y5gdfxpvacj-python3.6-uncertainties-3.0.3
/nix/store/i799qm7h2bs2699sccsx9y5gdfxpvacj-python3.6-uncertainties-3.0.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.uncertainties

Partial log (click to expand)

Installing collected packages: uncertainties
Successfully installed uncertainties-3.0.3
/build/uncertainties-3.0.3
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3/lib
patching script interpreter paths in /nix/store/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3
checking for references to /build in /nix/store/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3...
/nix/store/2ksxfnvl1141ljh2a3vndsn07dsghkz3-python3.6-uncertainties-3.0.3

@Mic92 Mic92 merged commit a1cf40f into NixOS:master Nov 9, 2018
@r-ryantm r-ryantm deleted the auto-update/python3.6-uncertainties branch November 17, 2018 23:09
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