Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-11-19 12:01:48 +00:00
committed by GitHub
33 changed files with 183 additions and 116 deletions
@@ -36,6 +36,7 @@ buildPythonPackage rec {
# Reading the changelog I don't expect an API break in pycodestyle and pyflakes
substituteInPlace setup.py \
--replace "pycodestyle>=2.6.0,<2.7.0" "pycodestyle>=2.6.0,<2.8.0" \
--replace "jedi>=0.17.2,<0.18.0" "jedi>=0.17.2,<0.19.0" \
--replace "pyflakes>=2.2.0,<2.3.0" "pyflakes>=2.2.0,<2.4.0"
'';
@@ -87,5 +88,8 @@ buildPythonPackage rec {
# not compatible with jedi 0.18.0
broken = true;
maintainers = [ ];
# no longer maintained
# see https://github.com/palantir/python-language-server/pull/918#issuecomment-817361554
broken = true;
};
}