| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-18 | python3Packages.python-language-server: mark as broken | Jonathan Ringer | |
| see: https://github.com/palantir/python-language-server/pull/918#issuecomment-817361554 | |||
| 2021-07-21 | pythonPackages: deprecate pytestcov alias | Sandro Jäckel | |
| 2021-07-03 | python-language-server: remove myself as maintainer | Jörg Thalheim | |
| 2021-05-01 | python3Packages.python-language-server: disable when python>=3.9 | Martin Weinelt | |
| The package is not supported on anything newer than 3.8 yet. | |||
| 2021-04-27 | pythonPackages.python-language-server: relax some dependency versions | Eduardo Sánchez Muñoz | |
| 2021-04-03 | pythonPackages: move python 2 only expressions to python2-packages.nix | Frederik Rietdijk | |
| 2021-01-27 | python-language-server: do not propagate flake8 | Sergey Mironov | |
| Because flake8 in turn propagates pyflakes. This effectively forcibly enables this checker enabled even if user doesn't want it. | |||
| 2021-01-25 | treewide: remove stdenv where not needed | Pavol Rusnak | |
| 2021-01-24 | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | |
| 2021-01-11 | pythonPackages.notmuch2: Disable tests | Sandro Jäckel | |
| 2021-01-11 | pythonPackages.python-language-server: 0.34.1 -> 0.36.2 | Sandro Jäckel | |
| 2021-01-11 | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | |
| Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | |||
| 2020-09-08 | python3.pkgs.python-language-server: fix jedi integration | Jörg Thalheim | |
| recent jedi/parso versions uses Path instead of str. | |||
| 2020-09-08 | python3.pkgs.python-language-server: 0.33.1 -> 0.34.1 | Jörg Thalheim | |
| 2020-06-16 | python3.pkgs.python-language-server: 0.31.9 -> 0.33.1 | Jörg Thalheim | |
| 2020-04-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | |
| 2020-03-23 | python3Packages.python-language-server: 0.31.8 -> 0.31.9 | Ben Darwin | |
| 2020-02-16 | pythonPackages.python-language-server: 0.29.1 -> 0.31.8 | Frederik Rietdijk | |
| 2019-10-26 | pythonPackages.python-language-server: 0.28.3 -> 0.29.1 | Matt Huszagh | |
| Fixes a failing test due to a pylint update. | |||
| 2019-09-26 | pythonPackages.python-language-server: 0.28.1 -> 0.28.3 | Langston Barrett | |
| 2019-09-19 | python3Packages.python-language-server: add setuptools as a dependency | Symphorien Gibol | |
| 2019-08-24 | pythonPackages.python-language-server: 0.27.0 -> 0.28.1 (#67421) | Lucio Delelis | |
| 2019-07-17 | python3Packages.python-language-server: 0.26.1 -> 0.27.0 | Matthieu Coudron | |
| 2019-07-03 | pythonPackages.python-language-server: fix python2.7 build | Daiderd Jordan | |
| 2019-04-17 | python-language-server: 0.25.0 -> 0.26.1 | Alex Branham | |
| 2019-03-20 | python-language-server: 0.21.2 -> 0.25.0 | betaboon | |
| 2018-09-12 | python-language-server: 0.19.0 -> 0.21.2 | Jörg Thalheim | |
| 2018-08-06 | python-language-server: add providers option | Daiderd Jordan | |
| Adding all of the extra dependencies isn't always desirable and overriding a bunch of inputs is a bit cumbersome and brittle. eg. python-language-server.override { providers = ["rope"]; } | |||
| 2018-08-06 | python-language-server: 0.18.0 -> 0.19.0 | Daiderd Jordan | |
| 2018-05-25 | python.pkgs.python-language-server: init at 0.18.0 | Jörg Thalheim | |
