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: d2ccabaeeacc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0d956a673d66
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 29, 2019

  1. python: get rid of msgpack-python, fixes #48864

    We already have msgpack, which is the same. Building a Python env with
    `spacy` resulted in a collision between an `.so` provided through both
    `msgpack` and `msgpack-python`.
    
    I don't know why `transitional = True` was set. These kind of things
    should be documented!
    FRidh committed Sep 29, 2019
    Copy the full SHA
    22aef72 View commit details
    Browse the repository at this point in the history
  2. pybitmessage: fix build

    - use setuptools
    - use msgpack instead of msgpack-python
    FRidh committed Sep 29, 2019
    Copy the full SHA
    7408c39 View commit details
    Browse the repository at this point in the history
  3. python: zerorpc: 0.6.1 -> 0.6.3

    FRidh committed Sep 29, 2019
    Copy the full SHA
    0d956a6 View commit details
    Browse the repository at this point in the history