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

Commits on Sep 8, 2020

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

    Mic92 authored and Jon committed Sep 8, 2020
    Copy the full SHA
    12fc3e0 View commit details
    Browse the repository at this point in the history
  2. python3.pkgs.python-language-server: 0.33.1 -> 0.34.1

    Mic92 authored and Jon committed Sep 8, 2020
    Copy the full SHA
    b0a8c8a 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.
    Mic92 authored and Jon committed Sep 8, 2020
    Copy the full SHA
    12a9a93 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.
    Mic92 authored and Jon committed Sep 8, 2020
    Copy the full SHA
    b99096b View commit details
    Browse the repository at this point in the history