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

python37Packages.invoke: 1.2.0 -> 1.3.0 #67063

Closed
wants to merge 1 commit into from

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.7-invoke/versions.

meta.description for python37Packages.invoke is: '"Pythonic task execution"'.

meta.homepage for python37Packages.invoke is: '""

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

24 total rebuild path(s)

6 package rebuild(s)

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

First fifty rebuilds by attrpath
Fabric
pipenv
python27Packages.Fabric
python27Packages.invoke
python37Packages.Fabric
python37Packages.invoke

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/j5l54kr8a4w4mifzwjqf6j0sp259lphz-python3.7-invoke-1.3.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 python37Packages.invoke https://github.com/r-ryantm/nixpkgs/archive/70b0748609a1d87cb1566a5b87ff5dc1c50dd998.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/j5l54kr8a4w4mifzwjqf6j0sp259lphz-python3.7-invoke-1.3.0
ls -la /nix/store/j5l54kr8a4w4mifzwjqf6j0sp259lphz-python3.7-invoke-1.3.0/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.7-invoke/versions
Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nix-review passes on NixOS
diff LGTM

Fabric executable is broken for python2/3 mixup reasons.

[nix-shell:~/.cache/nix-review/pr-67063]$ ./results/Fabric/bin/fab --help
Traceback (most recent call last):
  File "/nix/store/6c1nc3hn6wbkbm4sahsaf0c3gp05vr1h-python2.7-fabric-2.4.0/bin/.fab-wrapped", line 7, in <module>
    from fabric.main import program
  File "/nix/store/gaismk7zwkpvys6c8r16a6jhxxj1dlcw-python3.7-fabric-2.4.0/lib/python3.7/site-packages/fabric/__init__.py", line 3, in <module>
    from .connection import Config, Connection
  File "/nix/store/gaismk7zwkpvys6c8r16a6jhxxj1dlcw-python3.7-fabric-2.4.0/lib/python3.7/site-packages/fabric/connection.py", line 16, in <module>
    from paramiko.agent import AgentRequestHandler
  File "/nix/store/v1wryayrz7bn5a5k4nd83n7n97ansdbg-python3.7-paramiko-2.6.0/lib/python3.7/site-packages/paramiko/__init__.py", line 22, in <module>
    from paramiko.transport import SecurityOptions, Transport
  File "/nix/store/v1wryayrz7bn5a5k4nd83n7n97ansdbg-python3.7-paramiko-2.6.0/lib/python3.7/site-packages/paramiko/transport.py", line 90, in <module>
    from paramiko.ed25519key import Ed25519Key
  File "/nix/store/v1wryayrz7bn5a5k4nd83n7n97ansdbg-python3.7-paramiko-2.6.0/lib/python3.7/site-packages/paramiko/ed25519key.py", line 17, in <module>
    import bcrypt
  File "/nix/store/80496q7f2hajkj9iw46pqmhw5h401n9p-python3.7-bcrypt-3.1.7/lib/python3.7/site-packages/bcrypt/__init__.py", line 25, in <module>
    from . import _bcrypt
ImportError: cannot import name _bcrypt

@jonringer
Copy link
Contributor

made ticket here #67112 Will fix later

@jonringer
Copy link
Contributor

It's now later, fix is up

@lsix lsix closed this in #67140 Aug 21, 2019
@r-ryantm r-ryantm deleted the auto-update/python3.7-invoke branch August 24, 2019 21:13
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

2 participants