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/nixpkgs
base: cedae2bbec66
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ae181c387aa5
Choose a head ref
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 13, 2018

  1. pythonPackages.us: fix build

    Required jellyfish==0.5.6 but we have 0.6.1. Loosen requirements.
    
    (cherry picked from commit a7166cd)
    xeji committed Sep 13, 2018
    Copy the full SHA
    2880ca7 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.readme_renderer: fix build

    Disable one test case that has failed since last bleach update.
    
    (cherry picked from commit bb1f342)
    xeji committed Sep 13, 2018
    Copy the full SHA
    27159ae View commit details
    Browse the repository at this point in the history
  3. pythonPackages.pyfakefs: 3.4.1 -> 3.4.3, fix build

    Update and disable some failing test cases
    
    (cherry picked from commit d2a885a)
    xeji committed Sep 13, 2018
    Copy the full SHA
    a700d46 View commit details
    Browse the repository at this point in the history
  4. pythonPackages.pydub: fix build and tests

    - remove obsolete patch that caused build failure
    - no tests were run because required data files were missing in pypi
      version; use github version instead
    
    (cherry picked from commit 80ecef8)
    xeji committed Sep 13, 2018
    Copy the full SHA
    671205b View commit details
    Browse the repository at this point in the history
  5. pythonPackages.pydub: remove obsolete patch

    (cherry picked from commit 40c469e)
    xeji committed Sep 13, 2018
    Copy the full SHA
    38f6951 View commit details
    Browse the repository at this point in the history
  6. pythonPackages.pydub: fix aarch64 build

    one test failed due to rounding errors, disable it
    
    (cherry picked from commit bc03639)
    xeji committed Sep 13, 2018
    Copy the full SHA
    7e47d1a View commit details
    Browse the repository at this point in the history
  7. pythonPackages.pyfakefs: fix darwin build

    One test failed on darwin due to case-insensitive file system,
    disable it.
    
    (cherry picked from commit bd02a19)
    xeji committed Sep 13, 2018
    Copy the full SHA
    c8b1f54 View commit details
    Browse the repository at this point in the history
  8. pythonPackages.restview: fix tests

    Failed after readme_renderer was updated. Apply an upstream patch.
    
    (cherry picked from commit 6dc5713)
    xeji committed Sep 13, 2018
    Copy the full SHA
    ae181c3 View commit details
    Browse the repository at this point in the history