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: 56f8f6f31fbc
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 0ef469a7eb19
Choose a head ref
  • 13 commits
  • 11 files changed
  • 6 contributors

Commits on Jun 29, 2020

  1. oneDNN: add aarch64-linux to platforms

    According to
    
    https://github.com/oneapi-src/oneDNN/releases/tag/v1.5
    
    AArch64 is now supported.
    danieldk committed Jun 29, 2020
    Copy the full SHA
    640f422 View commit details
    Browse the repository at this point in the history
  2. ncspot: 0.1.3 -> 0.1.4

    marsam committed Jun 29, 2020
    Copy the full SHA
    ac9498f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    990d806 View commit details
    Browse the repository at this point in the history
  4. pythonPackages.imageio: disable python2

    ```
      Processing ./imageio-2.8.0-py2-none-any.whl
      ERROR: Package 'imageio' requires a different Python: 2.7.18 not in '>=3.5'
      ```
    jonringer committed Jun 29, 2020
    Copy the full SHA
    f122c08 View commit details
    Browse the repository at this point in the history
  5. pythonPackages.pydicom: disable python2, abandoned

    ```
      Processing ./pydicom-2.0.0-py2-none-any.whl
      ERROR: Package 'pydicom' requires a different Python: 2.7.18 not in '>=3.5'
      ```
    jonringer committed Jun 29, 2020
    Copy the full SHA
    e897fc3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    279937f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9a1a413 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d323a64 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6460583 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    7986ae5 View commit details
    Browse the repository at this point in the history
  11. httpie: 2.1.0 -> 2.2.0

    https://github.com/jakubroztocil/httpie/releases/tag/2.2.0
    
    Closes #91275 (original patch in the PR was broken since the hash from
    `nix-prefetch-url <patch-url>` was used for `fetchpatch`, however
    `fetchpatch` internally modifies the patchfile and therefore results in
    a different output-hash).
    
    Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
    Br1ght0ne and Ma27 committed Jun 29, 2020
    Copy the full SHA
    3500642 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #91752 from danieldk/onednn-aarch64

    oneDNN: add aarch64-linux to platforms
    bhipple committed Jun 29, 2020
    Copy the full SHA
    ca7d6eb View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Merge pull request #91786 from marsam/update-ncspot

    ncspot: 0.1.3 -> 0.1.4
    marsam committed Jun 30, 2020
    Copy the full SHA
    0ef469a View commit details
    Browse the repository at this point in the history