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: 3531c276d522
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f1f8ce80c4d1
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 13, 2018

  1. pythonPackages.daphne: 2.1.0 -> 2.2.2

    Update, re-enable all tests on linux, disable tests on darwin.
    This fixes the build of pythonPackages.channels
    xeji committed Sep 13, 2018
    Copy the full SHA
    abe97e9 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.eve: fix build, drop incorrect dependencies

    Build failed because of dependency Flask-PyMongo, which actually
    isn't a dependency of eve as they have their own flask_pymongo code.
    
    - Drop incorrect dependency flask-pymongo
    - Drop redunant dependencies already propageted by flask:
      itsdangerous, werkzeug, jinja2
    - Drop dependency markupsafe, not required any more
    xeji committed Sep 13, 2018
    Copy the full SHA
    9e4b0b7 View commit details
    Browse the repository at this point in the history
  3. pythonPackages.flask-pymongo: fix build

    add missing dependency: vcversioner
    xeji committed Sep 13, 2018
    Copy the full SHA
    781eaa1 View commit details
    Browse the repository at this point in the history
  4. pythonPackages.pytest-rerunfailures: fix build

    some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
    xeji committed Sep 13, 2018
    Copy the full SHA
    0bda601 View commit details
    Browse the repository at this point in the history
  5. pythonPackages.wordfreq: 2.0 -> 2.2.0, fix build

    Previous version didn't build (test failure).
    Update to latest, tests use pytest now, disable failing tests.
    xeji committed Sep 13, 2018
    Copy the full SHA
    be12bb8 View commit details
    Browse the repository at this point in the history
  6. pythonPackages.nilearn: fix tests

    disable failing tests
    xeji committed Sep 13, 2018
    1
    Copy the full SHA
    d9bdd64 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Merge pull request #46608 from xeji/p/python-fixes-2

    pythonPackages: fix some broken builds
    xeji committed Sep 14, 2018
    Copy the full SHA
    f1f8ce8 View commit details
    Browse the repository at this point in the history