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: f64d21da21e0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c3f6b46db6b6
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 3, 2019

  1. pylint: remove pyenchant dependency

    pyenchant is broken on macOS and also no longer actively developed.
    pylint has made this an optional dependency that is no longer part of the
    default test suite.
    
    See this issue for more discussion:
    
    pylint-dev/pylint#1900
    matthewbauer committed Jun 3, 2019
    Copy the full SHA
    eb0d5fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be705d8 View commit details
    Browse the repository at this point in the history
  3. enchant: 1.6.1 -> 2.2.3

    Moves default enchant to 2.2.3. Release url:
    
    https://github.com/AbiWord/enchant/releases/tag/v2.0.0
    
    Mostly need to verify no breakage occurs for packages using enchant.
    matthewbauer committed Jun 3, 2019
    Copy the full SHA
    3e96aeb View commit details
    Browse the repository at this point in the history
  4. treewide: handle enchant = enchant2

    patch or provide backup to enchant1 where necessary
    matthewbauer committed Jun 3, 2019
    Copy the full SHA
    ba76fa9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #60348 from matthewbauer/enchant-updates

    enchant: 1.6.1 -> 2.2.3
    matthewbauer committed Jun 3, 2019
    Copy the full SHA
    c3f6b46 View commit details
    Browse the repository at this point in the history