Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 52e59ba4ad16
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 72ad05bfc06f
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 10, 2019

  1. sage: fix strictDeps fallout

    See NixOS/nixpkgs#54182 and
    NixOS/nixpkgs#55757.
    
    (cherry picked from commit 9e37547)
    timokau committed Mar 10, 2019
    Copy the full SHA
    d5230eb View commit details
    Browse the repository at this point in the history
  2. python.pkgs.rpy2: fix strictDeps fallout

    See NixOS/nixpkgs#54182 and
    NixOS/nixpkgs#55757.
    
    (cherry picked from commit c6e4e1d)
    timokau committed Mar 10, 2019
    Copy the full SHA
    de9921e View commit details
    Browse the repository at this point in the history
  3. sage: patch for pip 19

    pip 19 introduced a deprecation warning for python 2.7. Since sage
    internally uses pip to query for installed packages, this deprecation
    warning will show up at unexpected times. That is ugly and messes with
    the testsuite.
    
    Upstream: https://trac.sagemath.org/ticket/27405
    (cherry picked from commit 2de81ee)
    timokau committed Mar 10, 2019
    Copy the full SHA
    64c1b93 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57253 from timokau/sage-python-upgrade-fixes-19.03

    [19.03] Sage python upgrade fixes
    timokau committed Mar 10, 2019
    Copy the full SHA
    72ad05b View commit details
    Browse the repository at this point in the history