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: 35a504415f65
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3f217df9fbf9
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 10, 2019

  1. pythonPackages.jaraco_itertools: fix build

    The package currently fails because of some flake8 violations. However
    invalid coding style shouldn't break the Nix package.
    
    See also https://hydra.nixos.org/build/90115508
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    eede376 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.jaraco_text: 2.0 -> 3.0

    This fixes the dependency cycle between `jaraco_text` and
    `jaraco_collections`. Reported upstream in jaraco/jaraco.text#3
    
    See also https://hydra.nixos.org/build/90307068
    See also https://hydra.nixos.org/build/90310398
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    4c57b5e View commit details
    Browse the repository at this point in the history
  3. pythonPackages.jaraco_logging: fix build

    The package currently fails because of some flake8 violations. However
    invalid coding style shouldn't break the Nix package.
    
    See also https://hydra.nixos.org/build/90301692
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    18b0729 View commit details
    Browse the repository at this point in the history
  4. python3Packages.irc: fix build

    Adds missing `jaraco_collections` dependency. This also unbreaks
    `errbot`.
    
    See also https://hydra.nixos.org/build/90116401
    Addresses #56826
    Ma27 committed Mar 10, 2019
    Copy the full SHA
    8159a1f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Merge pull request #57256 from Ma27/fix-jaraco-pkgs

    errbot: fix broken dependencies
    dotlambda committed Mar 23, 2019
    Copy the full SHA
    3f217df View commit details
    Browse the repository at this point in the history