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.splinter: 0.8.0 -> 0.9.0 #49969

Merged
merged 1 commit into from Nov 9, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Nov 9, 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-splinter/versions.

meta.description for python36Packages.splinter is: '"Browser abstraction for web acceptance testing"'.

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

Outpath difference report
12 total rebuild paths

3 package rebuilds

3 x86_64-linux rebuilds
3 i686-linux rebuilds
3 x86_64-darwin rebuilds
3 aarch64-linux rebuilds

First ten rebuilds by attrpath
python27Packages.splinter
python36Packages.splinter
searx

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/g119ma6if061z9d3cxsmnrl23704vwvp-python3.6-splinter-0.9.0 \
  --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.splinter https://github.com/r-ryantm/nixpkgs/archive/bdd01918631ab8697f27bd78e04ad932c92376c0.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/g119ma6if061z9d3cxsmnrl23704vwvp-python3.6-splinter-0.9.0
ls -la /nix/store/g119ma6if061z9d3cxsmnrl23704vwvp-python3.6-splinter-0.9.0/bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.splinter

Partial log (click to expand)

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

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.splinter

Partial log (click to expand)

Requirement already satisfied: selenium>=3.14.0 in /nix/store/pp712093qzhms8rz2fbim1r1fix4qynp-python3.6-selenium-3.14.1/lib/python3.6/site-packages (from splinter==0.9.0) (3.14.1)
Requirement already satisfied: urllib3 in /nix/store/3i735znivwmy0lbrv6rb6wdrchavi4ss-python3.6-urllib3-1.23/lib/python3.6/site-packages (from selenium>=3.14.0->splinter==0.9.0) (1.23)
Installing collected packages: splinter
Successfully installed splinter-0.9.0
/private/tmp/nix-build-python3.6-splinter-0.9.0.drv-0/splinter-0.9.0
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/p16j6prnz4brs441rmksj9s04anz2dix-python3.6-splinter-0.9.0/lib
patching script interpreter paths in /nix/store/p16j6prnz4brs441rmksj9s04anz2dix-python3.6-splinter-0.9.0
/nix/store/p16j6prnz4brs441rmksj9s04anz2dix-python3.6-splinter-0.9.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.splinter

Partial log (click to expand)

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

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