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: b28e4c5b73ec
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 428cb89bc656
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 9, 2018

  1. python36Packages.plyvel: 0.9 -> 1.0.5

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.6-plyvel/versions
    r-ryantm committed Nov 9, 2018
    Copy the full SHA
    a117531 View commit details
    Browse the repository at this point in the history
  2. plyvel: restrict to linux

    on macOS we see the following error:
    
    ImportError: Failed to import test module: test.test_plyvel
    Traceback (most recent call last):
      File "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path
        module = self._get_module_from_name(name)
      File "/nix/store/0mha803yql9q7b6h93m8940z3sjbhiy8-python3-3.6.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
        __import__(name)
      File "/private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/test/test_plyvel.py", line 17, in <module>
        import plyvel
      File "/private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/plyvel/__init__.py", line 6, in <module>
        from ._plyvel import (  # noqa
    ImportError: dlopen(/private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/plyvel/_plyvel.cpython-36m-darwin.so, 2): Library not loaded: /nix/store/rq39v3s1l6vc85wwmrxsmlpi4rnbjnx6-leveldb-1.20/lib/out-shared/libleveldb.dylib.1.20
      Referenced from: /private/tmp/nix-build-python3.6-plyvel-1.0.5.drv-0/plyvel-1.0.5/plyvel/_plyvel.cpython-36m-darwin.so
      Reason: image not found
    Mic92 committed Nov 9, 2018
    Copy the full SHA
    634db3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49987 from r-ryantm/auto-update/python3.6-plyvel

    python36Packages.plyvel: 0.9 -> 1.0.5
    Mic92 committed Nov 9, 2018
    Copy the full SHA
    428cb89 View commit details
    Browse the repository at this point in the history