Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops-aws
base: de811d843210
Choose a base ref
...
head repository: NixOS/nixops-aws
compare: d1f9cccad954
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 22, 2020

  1. Migrate nixops-aws to python3

    This does a 1-way migration to python3, and fully resolves #29.
    
    Aside from the `release.nix`, there are no manual changes in this PR. It was
    generated with:
    
        2to3 -n -w nixopsaws/**/*.py -x dict -x print
        black .
    
    We have already fixed the `print` function in a previous PR, as well as all of
    the dictionary iterators. `2to3` is not particularly smart about this and will
    add a `list()` cast just about everywhere otherwise.
    bhipple committed Mar 22, 2020
    Copy the full SHA
    c2b988a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from bhipple/u/py3

    Migrate nixops-aws to python3
    grahamc committed Mar 22, 2020
    Copy the full SHA
    d1f9ccc View commit details
    Browse the repository at this point in the history