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.redis: 2.10.6 -> 3.0.1 #50589

Merged
merged 1 commit into from Nov 18, 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/python3.6-redis/versions.

meta.description for python36Packages.redis is: '"Python client for Redis key-value store"'.

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

32 total rebuild path(s)

8 package rebuild(s)

8 x86_64-linux rebuild(s)
8 i686-linux rebuild(s)
8 x86_64-darwin rebuild(s)
8 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
python27Packages.coilmq
python27Packages.django_redis
python27Packages.graphitepager
python27Packages.jug
python27Packages.redis
python36Packages.django_redis
python36Packages.jug
python36Packages.redis

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/w0n8n82bzqa1ndbjiv6pccls2zk0n332-python3.6-redis-3.0.1 \
  --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.redis https://github.com/r-ryantm/nixpkgs/archive/094e64318801cb1ba86dfa244e7869bb4dc9bad9.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/w0n8n82bzqa1ndbjiv6pccls2zk0n332-python3.6-redis-3.0.1
ls -la /nix/store/w0n8n82bzqa1ndbjiv6pccls2zk0n332-python3.6-redis-3.0.1/bin

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-redis/versions
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.redis

Partial log (click to expand)

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

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.redis

Partial log (click to expand)

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

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.redis

Partial log (click to expand)

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

@Mic92 Mic92 merged commit f26b325 into NixOS:master Nov 18, 2018
@r-ryantm r-ryantm deleted the auto-update/python3.6-redis branch December 8, 2018 22:28
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