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

aws-adfs: 1.21.2 -> 1.24.3 #83931

Closed
wants to merge 1 commit into from

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Apr 1, 2020

Semi-automatic update generated by nixpkgs-update tools. This update was made based on information from https://pypi.org/project/aws-adfs/.

meta.description for aws-adfs is: "Command line tool to ease aws cli authentication against ADFS"

meta.homepage for aws-adfs is: "https://github.com/venth/aws-adfs"

Updates performed:

  • Version update
  • Quoted meta.homepage for RFC 45
Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

12 total rebuild path(s)

3 package rebuild(s)

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

First fifty rebuilds by attrpath
aws-adfs
python37Packages.aws-adfs
python38Packages.aws-adfs

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/6gbp7gcf29wdlx15x51pnc9sz8z7hj3g-python3.7-aws-adfs-1.24.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.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A aws-adfs https://github.com/r-ryantm/nixpkgs/archive/3b53aa942805da37539f0dbdc2d4b190b2623e42.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/6gbp7gcf29wdlx15x51pnc9sz8z7hj3g-python3.7-aws-adfs-1.24.3
ls -la /nix/store/6gbp7gcf29wdlx15x51pnc9sz8z7hj3g-python3.7-aws-adfs-1.24.3/bin

cc @bhipple for testing.

Copy link
Member

@jollheef jollheef left a comment

Choose a reason for hiding this comment

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

$ aws-adfs
Traceback (most recent call last):
  File "/nix/store/6gbp7gcf29wdlx15x51pnc9sz8z7hj3g-python3.7-aws-adfs-1.24.3/bin/.aws-adfs-wrapped", line 6, in <module>
    from aws_adfs.commands import cli
  File "/nix/store/qp19kfd0pim5avjc8hnqmnicnd2d84zh-python3.8-aws-adfs-1.24.3/lib/python3.8/site-packages/aws_adfs/commands.py", line 9, in <module>
    from . import login
  File "/nix/store/qp19kfd0pim5avjc8hnqmnicnd2d84zh-python3.8-aws-adfs-1.24.3/lib/python3.8/site-packages/aws_adfs/login.py", line 12, in <module>
    from . import authenticator
  File "/nix/store/qp19kfd0pim5avjc8hnqmnicnd2d84zh-python3.8-aws-adfs-1.24.3/lib/python3.8/site-packages/aws_adfs/authenticator.py", line 2, in <module>
    import lxml.etree as ET
ModuleNotFoundError: No module named 'lxml.etree'

@jonringer
Copy link
Contributor

@GrahamcOfBorg eval

@bhipple
Copy link
Contributor

bhipple commented Apr 2, 2020

See #84058

@bhipple bhipple closed this Apr 2, 2020
@r-ryantm r-ryantm deleted the auto-update/aws-adfs branch April 2, 2020 21:14
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

4 participants