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

python27Packages.mechanize: 0.3.5 -> 0.3.7 #48980

Merged
merged 1 commit into from Oct 24, 2018

Conversation

r-ryantm
Copy link
Contributor

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

meta.description for python27Packages.mechanize is: '"Stateful programmatic web browsing in Python"'.

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

Outpath difference report
18 total rebuild paths

5 package rebuilds

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

First ten rebuilds by attrpath
calibre
kmymoney
python27Packages.mechanize
python27Packages.suseapi
python27Packages.weboob

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/pivwy84c503c49jlpcjmi4ikcmjkqr9c-python2.7-mechanize-0.3.7 \
  --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 python27Packages.mechanize https://github.com/r-ryantm/nixpkgs/archive/1f8c933d9f9a1a28ba16970e1d329ed8a31dcb15.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/pivwy84c503c49jlpcjmi4ikcmjkqr9c-python2.7-mechanize-0.3.7
ls -la /nix/store/pivwy84c503c49jlpcjmi4ikcmjkqr9c-python2.7-mechanize-0.3.7/bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python27Packages.mechanize

Partial log (click to expand)

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

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python27Packages.mechanize

Partial log (click to expand)

Requirement already satisfied: six>=1.9 in /nix/store/1slrgar3c0a9vx5af24v65lwfj9k3i9d-python2.7-six-1.11.0/lib/python2.7/site-packages (from html5lib>=0.999999999->mechanize==0.3.7) (1.11.0)
Requirement already satisfied: webencodings in /nix/store/rm7r19rpl8xgqx6hq8nw7ls3wmz58kfs-python2.7-webencodings-0.5.1/lib/python2.7/site-packages (from html5lib>=0.999999999->mechanize==0.3.7) (0.5.1)
Installing collected packages: mechanize
Successfully installed mechanize-0.3.7
/private/tmp/nix-build-python2.7-mechanize-0.3.7.drv-0/mechanize-0.3.7
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/58krhh5rdppz56w5kmz38vkvkqys3nhq-python2.7-mechanize-0.3.7/lib
patching script interpreter paths in /nix/store/58krhh5rdppz56w5kmz38vkvkqys3nhq-python2.7-mechanize-0.3.7
/nix/store/58krhh5rdppz56w5kmz38vkvkqys3nhq-python2.7-mechanize-0.3.7

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python27Packages.mechanize

Partial log (click to expand)

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

@FRidh FRidh merged commit 7476843 into NixOS:master Oct 24, 2018
@r-ryantm r-ryantm deleted the auto-update/python2.7-mechanize branch November 17, 2018 23:00
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