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: fe07e2b2ac54
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c7d4882ab15f
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Apr 21, 2020

  1. python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups (#84362

    )
    
    * pythonPackages.matplotlib: add veprbl to maintainers
    
    * pythonPackages.matplotlib: remove an old darwin hack
    
    * pythonPackages.matplotlib: remove python and stdenv from buildInputs
    
    * python3Packages.matplotlib: remove a hack for python33
    
    * pythonPackages.matplotlib: remove outdated checkPhase
    
    Downloading the baseline_images is not a real issue, building against
    older freetype (local_freetype = True) is, perhaps, not what we
    want. The good news is that the tests would pass (tested on 3.2.1) if
    we were to enable them:
    
    ========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ==========
    
    * pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch
    
    * python3Packages.matplotlib: 3.1.3 -> 3.2.1
    veprbl committed Apr 21, 2020
    Copy the full SHA
    c7d4882 View commit details
    Browse the repository at this point in the history