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: 1a69b3303f3a
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: c89cbdcd48bf
Choose a head ref
  • 17 commits
  • 14 files changed
  • 10 contributors

Commits on Dec 11, 2018

  1. pythonPackages.protobuf: apply patch for python 3.7 only when buildin…

    …g with it
    
    Change introduced in #50672.
    
    The patch does not apply on older protobuf like protobuf3_1
    
    ```
    $ nix-build -E 'with import ./. { }; python3Packages.protobuf.override { protobuf = protobuf3_1; }'
    unpacking sources
    unpacking source archive /nix/store/1zdyl0cxaa8ha2v1zp75zzdjd6j99d0m-source
    source root is source
    setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/util/python/BUILD
    patching sources
    applying patch /nix/store/yagx7hvylnnjq7lxbcia0y5lq1r736w3-0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7.patch
    patching file google/protobuf/pyext/descriptor.cc
    Hunk #1 succeeded at 55 (offset -1 lines).
    patching file google/protobuf/pyext/descriptor_containers.cc
    patching file google/protobuf/pyext/descriptor_pool.cc
    Hunk #1 succeeded at 47 (offset -1 lines).
    patching file google/protobuf/pyext/extension_dict.cc
    Hunk #1 FAILED at 53.
    1 out of 1 hunk FAILED -- saving rejects to file google/protobuf/pyext/extension_dict.cc.rej
    patching file google/protobuf/pyext/message.cc
    Hunk #1 succeeded at 82 (offset 3 lines).
    Hunk #2 succeeded at 1425 (offset -104 lines).
    ```
    
    Since the patch isn't necessary on python versions older than 3.7, let's
    only apply it for version 3.7. This means that most things using older
    protobuf implementation will now be able to build when using an older
    pythonPackage set (as is most probably the case anyway).
    
    This still leaves protobuf 3.1 using packages hanging, but the errors
    will be localized to those that would be breaking anyway with the
    upgrade to 3.7 as default python.
    samueldr authored and Robert Schütz committed Dec 11, 2018
    Copy the full SHA
    f9b16e6 View commit details
    Browse the repository at this point in the history
  2. caffe2: Use python36Packages explicitly.

    Fallout from 0f38d96
    samueldr authored and Robert Schütz committed Dec 11, 2018
    Copy the full SHA
    3129811 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6153dc7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d08187e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    380fce5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #51300 from tilpner/minio-update

    minio/minio-client: update
    srhb committed Dec 11, 2018
    Copy the full SHA
    84bf8f3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51809 from samueldr/fix/caffe2-python36

    [WIP] caffe2: Use python36Packages explicitly.
    dotlambda committed Dec 11, 2018
    Copy the full SHA
    4a6367e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f52cb0a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e3a0c05 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0890aa4 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    850b259 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    cf46e28 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #51867 from couchemar/hub-2.6.1

    gitAndTools.hub: 2.6.0 -> 2.6.1
    worldofpeace committed Dec 11, 2018
    Copy the full SHA
    1aa709b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #51731 from marsam/update-python-robotframework-se…

    …lenium2library
    
    pythonPackages.robotframework-selenium2library: 1.6.0 -> 3.0.0
    dotlambda committed Dec 11, 2018
    Copy the full SHA
    3c71836 View commit details
    Browse the repository at this point in the history
  15. ghostwriter: 1.7.3 -> 1.7.4

    Robert Schütz committed Dec 11, 2018
    Copy the full SHA
    da92eb2 View commit details
    Browse the repository at this point in the history
  16. grafana: 5.4.0 -> 5.4.1

    WilliButz authored and globin committed Dec 11, 2018
    Copy the full SHA
    174800f View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    c89cbdc View commit details
    Browse the repository at this point in the history