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: 6bbde4c8e679
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 16516df953b3
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 23, 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
    
    (cherry picked from commit eede376)
    Ma27 authored and Robert Schütz committed Mar 23, 2019
    Copy the full SHA
    105d99a 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
    
    (cherry picked from commit 4c57b5e)
    Ma27 authored and Robert Schütz committed Mar 23, 2019
    Copy the full SHA
    c222255 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
    
    (cherry picked from commit 18b0729)
    Ma27 authored and Robert Schütz committed Mar 23, 2019
    Copy the full SHA
    ef9238f 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
    
    (cherry picked from commit 8159a1f)
    Ma27 authored and Robert Schütz committed Mar 23, 2019
    Copy the full SHA
    16516df View commit details
    Browse the repository at this point in the history