Package: cpplint / 2.0.2-3

Metadata

Package Version Patches format
cpplint 2.0.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable coverage requirement.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable coverage requirement


0002 Use executable name in tests.patch | (download)

cpplint_clitest.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use executable name in tests

Needed for autopkgtests

0003 Drop test timeout riscv64 is too slow.patch | (download)

cpplint_clitest.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 drop test timeout (riscv64 is too slow)


0004 chore Drop use of codecs.open.patch | (download)

cpplint.py | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 chore: drop use of codecs.open()

codecs.open() has been deprecated as of Python 3.14, and plain open()
supports all use-cases we have, switch to using it.

[pre-commit.ci] auto fixes from pre-commit.com hooks: for more information, see https://pre-commit.ci

Drop mode argument to open(): ruff complains about open(mode="r")