dev-python/pylint: add 2.17.0, drop 2.15.7

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-04-13 23:15:05 +02:00 committed by Andreas Billmeier
parent dba71cb41e
commit a17143f02e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
DIST pylint-2.15.7.gh.tar.gz 1317019 BLAKE2B 46a163b41b2675efe24e04ca052ac2e9c88d075b551bb83c7d7369dd3b53c54d1f7ded12ff99ea0d2f4651e315e760fabb89149c1cc5c91676a2da2444d07a9d SHA512 6e6b544babc5c56f2e59fea7e907ea88f9d6456cebaf50ebdfe935edcc70f8b6b0d52665df7f7a2fec11578a7d8b7aea32c09aa3729aad38e9375df19ea7709f
DIST pylint-2.16.0.gh.tar.gz 1379079 BLAKE2B 3dab6230955d36349e42416bdde2a2384ff304f58db15fc4f0ed81d035f4babe8e683e78216e4001ad180b479f76008f4fa36968750bf8570aeb91c6d5808686 SHA512 e941bd8c5b4ef683cced8500ba6c29a1ab6705d467c1bf51e4d955c22a96eded56b832c52f73fed16e6e6a35a6ffa9609489ed5f2aae8cc761e234fa013fdcfc
EBUILD pylint-2.15.7.ebuild 2405 BLAKE2B 1bd2e3d9540cfb65708e3cb82b14d5d70ee87d1d72b803bdbe953da1047e27e373a749bc518349026bfb45046da9ccd7c4b5979a1505b8d022e67cd465f36999 SHA512 879a877f3e201f68ae59b4e861a7d35e27a04cf0d0cd83f07ca6d41f9696dedfedef2ba28e56a48f132d07831d89c47415c914daa2466f81d317c0190873b959
DIST pylint-2.17.0.gh.tar.gz 1406740 BLAKE2B 55176ca794f182886c93eb1461599792df90f948c09a8c4084138a7319f8127d9037d9b4535be90d5ad19227b1ce36ae07f5aaf532298aa92be97832baaba64e SHA512 2796cf670b2aa6cc448e5e26b4899804ebfdea6df3730cab06f2c72fdf57ee07b08e63f0748bce991175c67c22d040ededa19c967a2f74e14d44e54323aff945
EBUILD pylint-2.16.0.ebuild 2495 BLAKE2B af4dd8eae40a54149acf2d71bfca8c3958de845aead5ffe86937df4e47dafb3a93416f1734ba3ce6cd088aa226b5deac739d93b43d320e70a645327b4fb9203f SHA512 f7c97a9892796a878e638c4712307bd380806ba50e98b5935784bed24646aed1fdaa1bc9c5bf2995f999a527a47f0420cdbf909eecd60effaad43f5e11d5d515
EBUILD pylint-2.17.0.ebuild 2495 BLAKE2B 5fc592d3445f43f5b7e6f936568b55f1997f489a0fb9641a1219a7b837e68f8b9420ea912138b3805ab6720ee4d32bf438ab54319c88ed246f7df0acdbdb5f32 SHA512 66f71447b3f97038ee0046611e7be2d38ae7805850c6dcd08a7a23f625a5ed6f2535b0156894bb795cd7e18e6055e0d90d8258622ae0751ae258feecd7f1a938
MISC metadata.xml 1100 BLAKE2B 98ac44b343a44471afed50ea76c658142056bba3e3e0a75e7a3854c6e196eb55eeb466611c4d2976787fe4e5d4c13c1f434cad8afaece76f3ba04cd94197906f SHA512 78b52b43ebc944c60d037adb4874fcbe72a2ac713b713ac3b9a226966db2fabf0b31a11e16dcf26243cc19c62841928ac4bb32f5eef69f9d6ef9cb0222362bbf

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -27,9 +27,9 @@ IUSE="examples"
# Make sure to check https://github.com/PyCQA/pylint/blob/main/pyproject.toml#L34 on bumps
# Adjust dep bounds!
RDEPEND="
<dev-python/astroid-2.14[${PYTHON_USEDEP}]
>=dev-python/astroid-2.12.13[${PYTHON_USEDEP}]
>=dev-python/dill-0.2[${PYTHON_USEDEP}]
<dev-python/astroid-2.17[${PYTHON_USEDEP}]
>=dev-python/astroid-2.15.0[${PYTHON_USEDEP}]
>=dev-python/dill-0.3.6[${PYTHON_USEDEP}]
>=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
<dev-python/isort-6[${PYTHON_USEDEP}]
>=dev-python/mccabe-0.6[${PYTHON_USEDEP}]
@ -57,13 +57,11 @@ python_test() {
rm -rf pylint || die
local EPYTEST_DESELECT=(
# No need to run the benchmarks
tests/benchmark/test_baseline_benchmarks.py
# TODO
'tests/test_functional.py::test_functional[forgotten_debug_statement_py37]'
'tests/test_functional.py::test_functional[dataclass_with_field]'
'tests/test_functional.py::test_functional[no_name_in_module]'
'tests/test_functional.py::test_functional[shadowed_import]'
tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg
tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg
tests/config/pylint_config/test_run_pylint_config.py::test_invocation_of_pylint_config
@ -71,6 +69,10 @@ python_test() {
# apparently fragile, needs unpickleable plugin
tests/test_check_parallel.py::TestCheckParallelFramework::test_linter_with_unpickleable_plugins_is_pickleable
)
local EPYTEST_IGNORE=(
# No need to run the benchmarks
tests/benchmark/test_baseline_benchmarks.py
)
epytest
}