summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-language-server
AgeCommit message (Collapse)Author
2021-11-18python3Packages.python-language-server: mark as brokenJonathan Ringer
see: https://github.com/palantir/python-language-server/pull/918#issuecomment-817361554
2021-07-21pythonPackages: deprecate pytestcov aliasSandro Jäckel
2021-07-03python-language-server: remove myself as maintainerJörg Thalheim
2021-05-01python3Packages.python-language-server: disable when python>=3.9Martin Weinelt
The package is not supported on anything newer than 3.8 yet.
2021-04-27pythonPackages.python-language-server: relax some dependency versionsEduardo Sánchez Muñoz
2021-04-03pythonPackages: move python 2 only expressions to python2-packages.nixFrederik Rietdijk
2021-01-27python-language-server: do not propagate flake8Sergey Mironov
Because flake8 in turn propagates pyflakes. This effectively forcibly enables this checker enabled even if user doesn't want it.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2021-01-11pythonPackages.notmuch2: Disable testsSandro Jäckel
2021-01-11pythonPackages.python-language-server: 0.34.1 -> 0.36.2Sandro Jäckel
2021-01-11treewide: 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-08python3.pkgs.python-language-server: fix jedi integrationJörg Thalheim
recent jedi/parso versions uses Path instead of str.
2020-09-08python3.pkgs.python-language-server: 0.33.1 -> 0.34.1Jörg Thalheim
2020-06-16python3.pkgs.python-language-server: 0.31.9 -> 0.33.1Jörg Thalheim
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-23python3Packages.python-language-server: 0.31.8 -> 0.31.9Ben Darwin
2020-02-16pythonPackages.python-language-server: 0.29.1 -> 0.31.8Frederik Rietdijk
2019-10-26pythonPackages.python-language-server: 0.28.3 -> 0.29.1Matt Huszagh
Fixes a failing test due to a pylint update.
2019-09-26pythonPackages.python-language-server: 0.28.1 -> 0.28.3Langston Barrett
2019-09-19python3Packages.python-language-server: add setuptools as a dependencySymphorien Gibol
2019-08-24pythonPackages.python-language-server: 0.27.0 -> 0.28.1 (#67421)Lucio Delelis
2019-07-17python3Packages.python-language-server: 0.26.1 -> 0.27.0Matthieu Coudron
2019-07-03pythonPackages.python-language-server: fix python2.7 buildDaiderd Jordan
2019-04-17python-language-server: 0.25.0 -> 0.26.1Alex Branham
2019-03-20python-language-server: 0.21.2 -> 0.25.0betaboon
2018-09-12python-language-server: 0.19.0 -> 0.21.2Jörg Thalheim
2018-08-06python-language-server: add providers optionDaiderd 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-06python-language-server: 0.18.0 -> 0.19.0Daiderd Jordan
2018-05-25python.pkgs.python-language-server: init at 0.18.0Jörg Thalheim