Commit Graph

31 Commits

Author SHA1 Message Date
Jonathan Ringer
5b706ee48a
python3Packages.jedi: 0.18.0 -> 0.18.1 2022-01-04 22:59:46 -08:00
Markus S. Wamser
2043dbb6fa pkgs.development.python-modules: remove unused args 2021-11-12 19:10:54 -08:00
Jonathan Ringer
c382538507 python3Packages.jedi: fix tests for darwin 2021-10-30 01:19:04 -07:00
Martin Weinelt
c465ea96b9 python38Packages.jedi: disable test_init_extension_module on aarch64 2021-10-11 01:54:20 +02:00
Martin Weinelt
3157f9a404 python3Packages.jedi: 2020-08-06 -> 0.18.0
Migrate to pytestCheckHook, sadly some compatibility issues with pytest6
exist.
2021-10-11 01:22:11 +02:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Jörg Thalheim
12a9a93d68 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.
2020-09-08 14:29:15 -07:00
Jonathan Ringer
12f1e4f628
python3Packages.jedi: loosen parso bounds 2020-08-16 13:04:04 -07:00
Frederik Rietdijk
0d74a65820 python: jedi: 0.17.1 -> 0.17.2 2020-08-04 21:54:46 +02:00
Mikhail Klementev
84106ec7f1
python: jedi: 0.17.0 -> 0.17.1 2020-07-11 16:09:27 +00:00
Jörg Thalheim
b4350f3176
python3.pkgs.jedi: remove unused postPatch
8aaa8e0044/requirements.txt
2020-06-16 22:22:04 +01:00
Frederik Rietdijk
a1795a2f3a python: jedi: 0.15.2 -> 0.17.0 2020-06-11 10:00:01 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dmitry Kalinkin
d5b0c114a3 pythonPackages.jedi: 0.15.1 -> 0.15.2 2019-12-30 16:46:52 +01:00
Frederik Rietdijk
90626d65d7 python: jedi: 0.14.1 -> 0.15.1 2019-10-27 16:26:45 +01:00
Langston Barrett
d077afdf56 pythonPackages.jedi: 0.13.3 -> 0.14.1 2019-09-26 19:18:07 +09:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk
35395c7410 python: jedi: 0.13.2 -> 0.13.3 2019-04-18 12:42:40 +02:00
Frederik Rietdijk
6d0d474a7e python: jedi: 0.13.1 -> 0.13.2 2019-01-18 09:37:08 +01:00
Frederik Rietdijk
6ef2526b2b python: jedi: 0.12.1 -> 0.13.1 2018-12-03 16:50:31 +01:00
Frederik Rietdijk
9148fc876c python: jedi: 0.12.0 -> 0.12.1 2018-07-22 16:52:43 +02:00
Frederik Rietdijk
ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Jörg Thalheim
1a1799b6f4 python.pkgs.jedi: 0.11.1 -> 0.12.0 2018-05-25 10:59:47 +01:00
Frederik Rietdijk
4610eb1ac8 python: jedi: 0.11.0 -> 0.11.1 2017-12-31 10:55:07 +01:00
Frederik Rietdijk
d34aeaf031 python.pkgs.jedi: unpin parso dependency 2017-11-25 08:46:51 +01:00
Frederik Rietdijk
7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Samuel Leathers
0d9410a573 jedi: disable tests 2017-09-14 19:47:07 -04:00
Jörg Thalheim
e4bc14f6b7 python2Packages.jedi: fix tests 2017-09-01 19:06:49 +01:00
Frederik Rietdijk
8b09dea578 pythonPackages.jedi: 0.9.0 -> 0.10.2 2017-04-20 13:42:20 +02:00