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: e0508c81809b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 39dfaa4da7bd
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 13, 2020

  1. python-engineio: 3.13.0 -> 3.13.2 (fix build)

    (cherry picked from commit 12fc3e0)
    Mic92 authored and jonringer committed Sep 13, 2020
    Copy the full SHA
    caf305b View commit details
    Browse the repository at this point in the history
  2. python3.pkgs.python-language-server: 0.33.1 -> 0.34.1

    (cherry picked from commit b0a8c8a)
    Mic92 authored and jonringer committed Sep 13, 2020
    Copy the full SHA
    520b4e9 View commit details
    Browse the repository at this point in the history
  3. python3.pkgs.jedi: fix compatibility with parso

    The current version is fundamentally broken as tested with
    python-language-server because parso now uses Path instead of str
    in many instances.
    
    Backporting of the fixes is not trivial and likely breaks more stuff
    than it fixes due to other refactorings in jedi, hence using a recent
    commit in master seems more reasonably.
    
    (cherry picked from commit 12a9a93)
    Mic92 authored and jonringer committed Sep 13, 2020
    Copy the full SHA
    b88dd6e View commit details
    Browse the repository at this point in the history
  4. python3.pkgs.python-language-server: fix jedi integration

    recent jedi/parso versions uses Path instead of str.
    
    (cherry picked from commit b99096b)
    Mic92 authored and jonringer committed Sep 13, 2020
    Copy the full SHA
    39dfaa4 View commit details
    Browse the repository at this point in the history